/* Start of CMSMS style sheet 'Layout:Intro' */
@charset "utf-8";

/* CSS Document */

body {
	background-color:#fff;
	padding: 10px 0px 0px 0px;
}

body,td,th {
	font-family: Calibri, Verdana, Arial, sans-serif;
	color: #000;
	font-size: 80%;
}
a:link { color: #000; }
a:hover { color: #C90205; }
a:visited { color: #CCC; }
a:active { color: #666; }

div.pagewrapper {
	margin: auto;
	width: 740px;
}

div.main {
	overflow:hidden;
	height:97px;
	top:50%;
	margin-top:-48px;
	position:fixed;
	visibility:visible;
	width:740px;
}

#error-av div.main {
	overflow:hidden;
	height:130px;
	top:50%;
	margin-top:-48px;
	position:fixed;
	visibility:visible;
	width:740px;
}

#error-av div.main p {text-align:center; padding: 15px 0 0 0;}
div.left {
	float:left ;
	text-align:left;
	width:340px;
}
div.right{
	float:right;
	text-align:left;
	width:390px;
}
div.footer {
	width: 740px;
	text-align:center;
	clear:both;
}
div.hr {
	border-bottom:1px solid black;
	height:1px;
}
div.clearBoth {
	clear:both; 
	height:0px; 
	padding: 1px 0 0 0;
	overflow:hidden;
}
h1, h2, h3, h4, h5 {
	font-family: Verdana;
	font-weight: bold;
	color: #75A92B;
}	
h1 {
	font-size: 180%;
}	
h2 {
	font-size: 150%;
}	

#footerLogos {padding: 8px 0;}
/* End of 'Layout:Intro' */

