@charset "utf-8";
/* CSS Document */

html {
	border-bottom:0px;
	border-left:0px;
	border-top:0px;
	boarder-right:0px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #666;
}
li {
	list-style-image:url(../images/bullit.png);	
}
.masterdiv {
	top:0px;
	position:absolute;
	left:50%;
	margin-left:-450px;
	height:100%;
	width:900px;
}
.pageheader {
	top:0px;
	position:absolute;
	left:50%;
	margin-left:-450px;
	height:187px;
	width:900px;
	z-index:2;
}
.menudiv {
	top:117px;
	width:900px;
	height:40px;
	position:absolute;
	left:50%;
	margin-left:-450px;
	background-image:url(../images/headercolor.jpg);
}
.menutablediv {
	width:400px;
	height:40px;
	position:inherit;
	margin-left:500px;
	border-bottom-width:1px;
	border-bottom-color:#666;
	border-bottom-style:solid;
	z-index:3;
}
.menutable {
	text-align:center;
	vertical-align:middle;
	background-image:url(../images/menucolor.jpg);
}
.menuline {
	top:157px;
	width:900px;
	height:7px;
	position:absolute;
	left:50%;
	margin-left:-450px;
	background-image:url(../images/menucolor.jpg);
}
.contentdiv {
	top:164px;
	width:900px;
	height:240px;
	position:absolute;
	left:50%;
	margin-left:-450px;
	background-image:url(../images/interfacegrad.jpg);
	padding-top:10px;
}
.contentinfotable {
	vertical-align:middle;
}
contentinfotabletextcell {
	padding-left:25px;
}
.welcomediv {
	margin-left:25px;
	color:#FFF;
	font-size:12px;
}
.subheader {
	font-size:25px;
}
.subheaderbody {
	list-style-image:url(../images/bullit.png);
}
.contentimagediv {
	vertical-align:middle;	
}
.bodydiv {
	top:414px;
	width:900px;
	height:225px;
	position:absolute;
	left:50%;
	margin-left:-450px;
	background-color:#FFFFFF;
}
.bodytable {
	vertical-align:middle;
	color:#000000;
}
.subcontentdiv {
	top:50%;
	margin-top:15px;
	height:225px;
	width:900px;
	font-size:16px;
	color:#666;
	vertical-align: middle;
}

.listsubheader {
	
}
.latestnewsdiv {
	width:225px;
	background-image:url(../images/headercolor.jpg);
	list-style-image:url(../images/bullit.png);
}
.latestnewscontent {
	font-size:12px;
	color:#666;
}
.latestnewsheader {
	font-size:25px;
	color:#666;
}
.latestnewssubheader {
	font-size:18px;
	color:#666;
	text-decoration:underline;
}
.footerdiv {
	top:714px;
	width:900px;
	height:20px;
	position:absolute;
	left:50%;
	margin-left:-450px;
	background-color:#666;
}

