@charset "utf-8";
/* CSS Document */
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #0051A8;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0051A8;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #0051A8;
}
.header {
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 50px;
	width: 900px;
	margin: 0 auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0054a6;
	border-left-color: #0054a6;
}
.header2 {
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 50px;
	width: 740px;
	margin: 0 auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0054a6;
	border-left-color: #0054a6;
}
.main{
	width: 900px;
	margin: 0 auto;
	overflow:hidden;
	background-color: #F2F2F2;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #0054a6;
	border-bottom-color: #0054A6;
	border-left-color: #0054a6;
	border-top-width: 2px;
	border-top-color: #999999;
}
.left{
	float:left;
	background-color: #F2F2F2;
	width: 160px;
}
.right{
	float:right;
	width: 740px;
}
.right2{
	width: 740px;
	margin: 0 auto;
	background-color: #F2F2F2;
}
.footer{
	width: 740px;
	margin: 0 auto;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.orangetext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
}
.orangebox{
	height: 37px;
	border: 1px solid #FF954F;
	background-image: url(images/pagetitle.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF3300;
	vertical-align: bottom;
}
.networkbox{
	width: 240px;
	background-color: #CADFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC3300;
	padding: 5px;
}
.rollover {
	float:left;
	}
.rollover a{ 
	display:block;
	width:88px;
	height:20px;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
	background-image: url(images/rollover1.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.rollover a:hover{
	background-image: url(images/rollover2.jpg);
	width:88px;
	height: 20px;
	text-decoration: none;
	font-weight: bold;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.rollover a:active {
	background-image: url(images/rollover2.jpg);
	width:88px;
	height:20px;
	text-decoration: none;
	text-align:center;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.smalltext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.graybox{
	background-color: #F2F2F2;
	border: 1px solid #666666;
}
.whitebox{
	background-color: #FFFFFF;
	border: 1px solid #666666;
	width: 251px;
}
.smallheader{
	background-image: url(images/sm_header_bg.jpg);
	background-repeat: repeat-x;
	height: 29px;
	padding:0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	font-size: 10px;
	font-weight: bold;
	color: #0051A8;
}


