@charset "utf-8";
/* CSS Document */
html,body { 
	background-color:#a8b0b6; 
	background-image:url(images/sitebg.jpg); 
	background-repeat:repeat-x;
}
.tablesides{
	background-color:#E7E7E7; 
	width:17px; 
	height:400px;	 
}
.maincontent {
	background:url(images/contentbg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	vertical-align:top;	
	background-color:#C9D0D6
}
.maincontentsmall {
	background:url(images/contentbgsmall.jpg);
	background-repeat:repeat-x;
	background-position:top;
	vertical-align:top;	
	background-color:#CED6DA
}
.smallcopy {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#4f5153; 
	font-size:11px; 
	font-weight: normal
}

.largecopy {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#4f5153; 
	font-size:12px; 
	font-weight: normal
}
.lightgreycopy {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#8b8b8b; 
	font-size:14px; 
	font-weight: bold;
}
.plightgreycopy {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#8b8b8b; 
	font-size:16px; 
	font-weight: bold;
}
.bluecopy {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#153472;
	font-size:11px; 
	font-weight: bold;
}


.bluecopySMALL {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#153472;
	font-size:10px; 
	font-weight: bold;
}


.footercopy {
	 font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#FFFFFF; 
	font-size:10px; 
	font-weight: normal;
}
.largecopy2 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#4f5153; 
	font-size:18px; 
	font-weight: bold;
}

a:hover {  color:#163474}
a:link {  color:#163474}
a:visited { color:#163474}