body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;	/* Body text font family */ 
	font-size: 11px;					/* Body text font size */
	color: #FFFFFF;						/* Body text font color */
	background: url(../img/bg2010.gif) center top repeat-y;	/* Body text background image */
	background-color: #FFFFFF;				/* Body background color */							
}

body a {
	color: #2992CF;                 /*Body link font color */ 
	text-decoration: underline;     /*Body link decoration */
}

body a:hover {
	color: #2992CF;                /* Body link color when mouse is over*/
	text-decoration:none;          /* Body link text decoration when mouse is over */ 
}

/*************************************************************************** SiteAdmin styles */
.Header {
	font-family: Arial,Verdana,Helvetica, sans-serif; 	/* Header font family */
	font-size: 24px; 					/* Header font size */
	line-height: 26px;					/* Header text line height */
	color: #2992CF;						/* Header font color */
	font-weight: normal;					/* Header font weight */
}

.SubHeader {
	font-family: Arial,Verdana,Helvetica, sans-serif;	/* SubHeader font family */
	font-size: 15px; 					/* SubHeader font size */
	line-height: 22px;					/* SubHeader line height */
	font-weight: normal;					/* SubHeader font weight */
	color: #333333;						/* SubHeader font color */
}

.BlueHeader {		
	font-family: Arial,Verdana,Helvetica, sans-serif;	/* BlueHeader font family */
	font-size: 11px; 					/* BlueHeader font size */
	line-height: 14px;					/* BlueHeader line height */
	font-weight: bold;					/* BlueHeader font weight */
	color: #2992CF;						/* BlueHeader font color */
}

.Text {
	font-family: Arial,Verdana,Helvetica, sans-serif;	/* Text font family */
	line-height: 14px; 					/* Text line height */
	font-size: 11px; 					/* Text font size */
	font-weight: normal;					/* Text font weight */
	color: #333333;						/* Text font color */
}


.txtCopyright a {
	font-family: Verdana;					/* txtCopyright link font family */
	font-size: 11px;					/* txtCopyright link font size */
	color: #C9C8C8;						/* txtCopyright link font color */
	font-weight: normal;					/* txtCopyright link font weight */
	text-decoration:none;					/* txtCopyright link text decoration */
}

.txtCopyright a:hover {
	font-family: Verdana;					/* txtCopyright link font family, when mouse is over */
	font-size: 11px;					/* txtCopyright link font size, when mouse is over */
	color: #C9C8C8;						/* txtCopyright link font color, when mouse is over */
	text-decoration: underline;				/* txtCopyright link text decoration, when mouse is over */
}

.IncludeTitle {
	font-family: Arial,Verdana,Helvetica, sans-serif;	/* Include title font family */
	font-size: 11px; 					/* Include title font size */
	line-height: 14px;					/* Include title line height */
	font-weight: bold;					/* Include title font weight */
	color: #333333;						/* Include title font color */
}

/*************************************************************************** General styles */

#Skeleton {
	background-color: transparent;				/* Skeleton background color */
}

#Defaultbg 
{
    background: url(../img/frontbg2010.jpg) top left no-repeat;/* Default tamplete upper background image */
	/**background: url(../img/headerbg.jpg) top left no-repeat;/* Default tamplete upper background image */
}

#Frontbg {
	background: url(../img/frontbg2010.jpg) top left no-repeat;	/* Front page tamplete upper background image */
}

#Address {
	text-transform: uppercase; 				/* Address information text transform */
}

#MainContainerBox {
	background-color: transparent;				/* MainContainerBox background color */
}

#CenterBox {
	background-color: transparent;				/* CenterBox background color */
}

#RightBox {
	background-color: transparent;				/* RightBox background color */
}

#FooterBox {
	border-top: 1px solid #FFFFFF;				/* FooterBox top border */
}

/******************************************************************************** SAMenu -styles */

#SAMenu1_1_1 {
	background-color: transparent;					/* SAMenu1_1_1 background color */
}	

#SAMenu1 li {
	text-transform: uppercase;					/* SAMenu link text transform */	
}

#SAMenu1 li a {	
	font-size: 10px;						/* SAMenu1 link font size */
	line-height: 15px;						/* SAMenu1 link line height */
	color: #FFFFFF;  						/* SAMenu1 link font color */
	text-decoration: none;						/* SAMenu1 link text decoration */	
	background: url(../img/whitedot.gif) 4px 7px no-repeat;		/* SAMenu1 link background image */
}

#SAMenu1 li a:hover {	
	text-decoration: underline;					/* SAMenu1 link text decoration - when mouse is over */
	background: url(../img/whitedot.gif) 4px 7px no-repeat;		/* SAMenu link background image - when mouse is over */
}

#SAMenu1 li a.Selected, #SAMenu1 li a.Selected:hover, #SAMenu1 li a.AtWay, #SAMenu1 li a.AtWay:hover {
	text-decoration: none;						/* SAMenu1 link text decoration - when it is selected or AtWay */
	color: #FFFC00;							/* SAMenu1 link font color - when it is selected or AtWay */
	background: url(../img/yellowdot.gif) 4px 7px no-repeat;	/* SAMenu1 link background - when it is selected or AtWay */		     			
}


/********************************************************************************* SA -styles */

#SAContent1 a, #SAContent2 a, #SAContent3 a{
	color: #2992CF;							/* SA content link color */
	text-decoration: underline;					/* SA content link text decoration */
}

#SAContent1 a:hover, #SAContent2 a:hover, #SAContent3 a:hover {
	color: #2992CF;							/* SA content link color, when mouse is over */
	text-decoration: none;						/* SA content link text decoration, when mouse is over */
}	




















