body {
	text-align: left;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #163666;
	background-image: url(../graphics/leftboxbg.png);
	background-repeat: repeat-y;
	background-position: 0px 230px;
}

div#topLeftCorner {
	background-image: url(../graphics/topleftcorner.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 420px;
	width: 500px;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
}

div#topRightBackground {
	background-image: url(../graphics/toprightbg.png);
	background-repeat: repeat-x;
	height: 180px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
}

div#menuContainer {
	position: absolute;
	left: 450px;
	top: 30px;
	white-space: nowrap;
}

div#hotlineContainer {
	position: absolute;
	left: 550px;
	top: 50px;
	height: 100px;
}

div#hotlineContainer a {
	color: #FFFFFF;
	text-decoration: none;
}

div#phoneIconContainer {
	position: absolute;
	top: 65px;
	left: 440px;
}

div#hotlineContainer div#hotlineBody div#hotlineNum{
	color: #FFFFFF;
	font-size: 20px;
	text-align: center;
	margin: 15px 0px 0px 10px;
}

div#hotlineContainer div#hotlineBody div#hotlineAnno {
	color: #FFFFFF;
        font-size: 10px;
        text-align: center;
	margin: 0;
	vertical-align: top;
}

div#pageNameContainer {
	position: absolute;
	top: 130px;
	left: 260px;
	width: 160px;
	text-align: center;
	font-size: 12px;
}

div#leftBoxContainer {
	position: absolute;
	top: 230px;
	width: 140px;
	padding: 5px;
	text-align: center;
	color: #000000;
	font-size: 12px;
}

#menuBar span {
	margin: 0px 5px 0px 5px;
	color: #FFFFFF;
}
#menuBar a:link {
	color: #000000;
	text-decoration: none;	
}
#menuBar a:visited {
	color: #000000;
	text-decoration: none;	
}
#menuBar a:active {
	color: #000000;
	text-decoration: none;	
}
#menuBar a:hover {
	color: #FFFFFF;
	text-decoration: none;	
}

div#middleContainer {
	position: absolute;
	left: 230px;
	top: 180px;
	/*top: 230px;
	left: 160px;*/
}

div#contentContainer {
	min-height: 350px;
	width: 682px;
	/*border: 1px solid #006699;*/
	overflow: visible;
	text-align: left;
	/*background-color: #FDFDFD;*/
	margin: 0px 5px 0px 5px;
}

div#innerContentContainer {
	padding: 10px 9px 10px 9px;
}

#footerContainer {
	margin-top: 20px;
	background-color: #FFFFFF;
	width: 680px;
	text-align: center;
	padding: 5px;
	border-top: 1px solid #006699;
	border-right: 1px none #006699;
	border-bottom: 1px none #006699;
	border-left: 1px none #006699;
}

#footerContainer div#footerMenu {
	display: none;
}

#bodyContainer a {
	color: #006699;
	text-decoration: none;
}

img {
	border: 0;
}

div#w3logos {
	text-align: center;
	margin-top: 5px;
}
