/* ------------------------------------ Main Settings - BEGIN ------------------------------------*/
html { 
	overflow-y: scroll; 
	}

body {
	width: 800px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.4em;
	font-family: Arial, Verdana, Calibri, Corbel, sans-serif;
	font-size: 14px;
	text-align: left;
	color:#808080;
	}

#head	{
	background: url(../images/site-banner/mainBanner.png);
	width: 800px;
	height: 175px;
	margin-top: 20px;
	}		
	
#main	{
	background-color: #efefef;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	margin: 0px;
	}	

h1 {
	text-align: right;
	color: #ED008D;
	margin: 10px 20px 10px 20px;
	font-style: italic;
	font-weight: bold;
	font-family: 'Apple Chancery', Georgia, serif;
	}

h2 {
	color: #ED008D;
	margin: 0px 0px 0px 10px;
	font-style: italic;
	font-weight: bold;
	font-family: 'Apple Chancery', Georgia, serif;
	}
	
h3 {
	color: #ed3ba6;
	margin: 0px 0px 0px 10px;
	font-style: italic;
	font-weight: bold;
	font-family: 'Apple Chancery', Georgia, serif;
	}	


p {
	color: #808080;
	margin: 0px 20px 0px 20px;
	text-align: justify;
	}

/*-----Website Standard Links - BEGIN-----*/
a:link	{
	color: #ed77be;	
	text-decoration: underline;
	}
a:visited	{
	color: #ed77be;	
	text-decoration: underline;
	}
a:hover		{
	color: #ed77be;
	text-decoration: underline;
	}
/*-----Website Standard Links - END-----*/



/*-----Navigation Links - BEGIN-----*/
#navigation	{
	color: #fff;
	font-size:14px;
	margin-left: 315px;
	padding-top: 110px;
	}

#navigation	a:link{
	color: #FFF;
	text-decoration: none;
	}

#navigation	a:visited{
	color: #FFF;
	text-decoration: none;
	}
	
#navigation	a:hover{
	color: #ed77be;
	text-decoration: none;
	}
/*-----Navigation Links - END-----*/	



/*-----Round Corners Code - BEGIN-----*/
.roundcorner-test { background: url(../images/boxCorners/white/bg.png) repeat; }
.roundcorner-top div  { background: url(../images/boxCorners/grey/tleft.png) no-repeat top left; }
.roundcorner-top      { background: url(../images/boxCorners/grey/tright.png) no-repeat top right; }
.roundcorner-bot div  { background: url(../images/boxCorners/grey/bleft.png) no-repeat bottom left; }
.roundcorner-bot      { background: url(../images/boxCorners/grey/bright.png) no-repeat bottom right; }
 
 /* height and width details */
.roundcorner-top div, .roundcorner-top, .roundcorner-bot div, .roundcorner-bot {
	width: 100%;
	height: 10px;
	}

.roundcorner-test { margin: 0px 10px 5px 10px;}
/*-----Round Corners Code - END-----*/




/*-----Footer Content - BEGIN-----*/		
.foot	{
	font-size: 70%;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding-top: 5px;
	line-height: 1.0em;
	}
	
#footerimage	{
	background: url(../images/boxCorners/grey/footer.png) no-repeat #efefef;
	width: 800px;
	height: 15px;
	margin: 0px 0px 20px 0px;
	}
/*-----Footer Content - BEGIN-----*/

/* ------------------------------------ Main Settings - END ------------------------------------ */


