body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 	/*Body text font type*/
	font-size: 11px; 				    	/*Body text font size*/			
	color: #00468E;						/*Body text font color*/				    
	background-color: #00468E;		            	/*Body background color */
}

body a {
	font-size: 11px;                			/*Body link font size*/
	color: #FFFFFF;                  			/*Body link font color */ 
	text-decoration: underline;          			/*Body link decoration */
}

body a:hover {
	color: #FFFFFF;                				/* Body link color when mouse is over*/
	text-decoration: none;         				/* Body link text decoration when mouse is over */ 
}

/*************************************************************************** SiteAdmin styles */

.Header {
	font-family: Arial, Helvetica, Verdana, Sans-serif; 	/* Header text font family */
	font-weight: bold;					/* Header text font weight */
	font-size: 16px;					/* Header text font size */
	color: #FFFFFF;						/* Header text color */
}


.SubHeader {
	font-family: Arial, Helvetica, Verdana, Sans-serif; 	/* SubHeader text font family */
	font-size: 12px;					/* SubHeader text font size */
	font-weight: bold;					/* SubHeader text font weight */
	color: #FFFFFF;  					/* SubHeader text color */
}

.Text {
	font-family: Arial, Helvetica, Verdana, Sans-serif; 	/* Text font family */
	font-size: 12px;					/* Text font size */
	color: #FFFFFF; 					/* Text color */
	font-weight: normal;					/* Text font weight */
}

/*************************************************************************** General styles */

.txtCopyright a {	
	font-family: Verdana; 			/* Power by tai Copyright -link font type */
	font-size: 10px;  			/* Power by tai Copyright -link text size */
	color: #000000;    			/* Power by tai Copyright -link color */
	font-weight: normal; 			/* Power by tai Copyright -link text font weight */
	text-decoration:none; 			/* Power by tai Copyright -link text decoration */
}

.txtCopyright a:hover {
	font-family: Verdana;          	 	/* Power by tai Copyright -link font type, when mouse is over */
	font-size: 10px;			/* Power by tai Copyright -link font size, when mouse is over */
	color: #000000;				/* Power by tai Copyright -link font color, when mouse is over */
	text-decoration: underline;		/* Power by tai Copyright -link text decoration, when mouse is over */
}

#Skeleton {
	background-color: #84A6C8;					/* Skeleton background color */
}


#ColPlacementOuter {
	border-right: 200px solid #84A6C8;  				/* Right box background color  */	
}

#MainContainerBox {
	background: url(../img/leftbottom.gif) left top repeat-y; 	/* Left content area background color */
	background-color: #84A6C8; 				  	/* MainContainerBox background color */
}

#LeftBox { 
	background-color: transparent;   				/* Left content area background, transparent */	
}

#CenterBox {
	background-color: #00468E;   					/* Center content area background color */
}

#TextArea {
	background: url(../img/middlebottom.gif) bottom right no-repeat;/* TextArea background image */
	background-color: #00468E; 					/* TextArea background color */			
}

#FooterBox {
	text-align: center;						/* Power by -Background color text alignment */
	background-color: #84A6C8;  					/* Power by -Background color */
}

/******************************************************************************** SAMenu -styles */
	
/* 1 LEVEL ***************/

#SAMenu1_1_0 {
	background: url(../img/menubg.gif) left top repeat-y;		/* SAMenu1_1_0 background image */
}

#SAMenu1 li { 
	color: #FFFFFF;							/* SAMenu1 link text color */
	background-color: transparent;					/* SAMenu1 link background color */
}
	
#SAMenu1 li a {	
	font-family: Verdana, Arial, Helvetica, sans-serif; 		/* SAMenu1 link font family */
	font-size: 11px;						/* SAMenu1 font size */
	color: #FFFFFF;							/* SAMenu1 text color */
	font-weight: bold;						/* SAMenu1 font weight */
	text-decoration: none;						/* SAMenu1 text decoration */
	background-color: transparent;					/* SAMenu1 background color */
}

#SAMenu1 li a:hover {
	color: #FFFFFF; 			    			/* SAMenu1 link text color, when mouse is over */
	text-decoration: underline;                             	/* SAMenu1 link text decoration, when mouse is over */
	background-color: transparent;					/* SAMenu1 link background color, when mouse is over */
}

#SAMenu1 li a.Selected, #SAMenu1 li a.AtWay, #SAMenu1 li a.Selected:hover, #SAMenu1 li a.AtWay:hover {
	color:  #FFFFFF; 						/* SAMenu1 link text color, when it is selected */
	text-decoration: underline;					/* SAMenu1 link text decoration, when it is selected */
}

#SAMenu1 ul li a {
	color:  #FFFFFF;						/* Submenu link color */
	font-weight: normal;						/* Submenu link font weight */
	background-color: transparent;					/* Submenu link background-color */
}

#SAMenu1 ul li a:hover {			
	color:  #FFFFFF;						/* Submenu link color, when mouse is over */	
}

#SAMenu1 ul li a.Selected, #SAMenu1 ul li a.Selected:hover, #SAMenu1 ul li a.AtWay  {
	color:  #FFFFFF;						/* Submenu link color, when it is selected or AtWay */
	text-decoration: underline;					/* Submenu link text decoration, when it is selected *
}


/********************************************************************************* SA -styles */

/* Content-alueen tekstin linkin vari */

#SAContent1 a, #SAContent2 a, #SAContent3 a, #SAArea a {
	color: #FFFFFF; 					/* SAContent Area link color */
	text-decoration: underline; 				/* SAContent Area link text decoration */
}

#SAContent1 a:hover, #SAContent2 a:hover,#SAContent3 a:hover, #SAArea a:hover {
	color: #FFFFFF;						/* SAContent Area link color, when mouse is over */
	background-color: transparent;				/* SAContent Area link background, when mouse is over */
	text-decoration: none;					/* SAContent Area link text decoration, when mouse is over */
}

#SAInclude1 {	
	color: #00468E;						/* SAInclude text color */
	background: url(../img/rightbg.gif) top left repeat-y; 	/* SAInclude background color */
}


#SAInclude1 a, #SAInclude1 a:hover { color: #00468E;}		/* SAInclude link color */
html>body #SAInclude1 a, html>body #SAInclude1 a:hover { color: #0000FF;} /* SAInclude link color */