*{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
}

body{
	background-color: #ccc;
	color: #000;
	text-align: center;
	padding: 0;
	margin: 0;
}

div#divContainer, div#divFooter{
	margin: 0 auto;
	width: 720px;
	/*background-color: #004080;*/
	background-color: #ccc;
	color: #fff;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
}

div#divContainer{
	min-height: 470px;
}

div#divLHSBanner{
	width: 101px;
	height: 470px;
	float: left;
	background-image: url(images/pctSideLogoBottom.gif);
	background-repeat: no-repeat;
	background-position: 0 91px;
	margin: 0;
}

div#divMain{
	padding-left: 0px;
	margin-left: 101px;
	min-height: 470px;
	background-image: url(images/carbackground.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

div#divTopPadding{
	height: 157px;
}

div#divMenu{
	background-color: #fff;
	color: #004080;
}

div#divBottomPadding{
	height: 14px;
	font-size: 10%;
}

div#divContent{
}

div#divFooter p{
	width: 619px;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 101px;
	clear: both;
}

div#divSubtitle{
	margin: 0 auto;
	background-image: url(images/h2Background.gif);
	background-repeat: no-repeat;
	width: 240px;
	height: 30px;
	text-align: center;
}

div#divSubtitle h2{
	margin-top: 5px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 10px;
}

div#divRHSImage{
	width: 130px;
	height: 156px;
	float: right;
	margin-right: 31px;
	margin-top: 15px;
	background-color: #ccc;
}

div#divRHSImage img{
	float: left;
}

#divMenu ul{
	min-height: 16px;
	height: 16px;
}

#divMenu ul, #divMenu li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#divMenu ul li{
	font-size: 75%;
	border-right: 2px #fff solid;
	float: left;
	margin-left: 8px;
	padding-right: 8px;
}

#divMenu ul li a{
	text-decoration: none;
	color: #004080;
	background-color: #fff;
	font-weight: bold;
}

#divMenu ul li a:hover{
	color: #B94311;
	background-color: #fff;
}

#divMenu ul li.liFirst{
	margin-left: 50px;
}

#divMenu ul li.liLast{
	border-right: 0px #fff none;
	padding-right: 0px;
}

h2 img{
	margin-top: 4px;
}

div#divText a{
	color: #BFDFFF;
	background-color: #004080;
	text-decoration: none
}

div#divText a:hover{
	color: #80FFD2;
	background-color: #004080;
	text-decoration: none
}

div#divFooter P{
	font-size: 60%;
	padding-top: 8px;
}

div#divJSD{
	font-size: 65%;
	text-align: right;
	color: #fff;
	padding-top: 8px;
}

div#divJSD a{
	text-decoration: none;
	color: #FF9;
	background-color: #004080;
	font-weight: bold;
}

div#divJSD a:hover{
	color: #C33;
	background-color: #004080;
}

div#divText{
	width: 410px;
	text-align: left;
	float: left;
	margin-left: 15px;
	font-size: 75%;
}

div.gallery{
	text-align: center;
}

div.gallery img{
	margin: 3px;
}

a
{
    text-decoration: none;
	color: #FF9;
	background-color: #004080;
	font-weight: bold;
}

a:hover{
	color: #C33;
	background-color: #004080;
}