body
{
	background: url("images/bkg.gif") repeat left top;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}

div.container
{
	width: 100%;
	text-align: center;
}

div.container2
{
    display: block;
    padding: 0px;
    width: 780px;
    margin: 0px auto;
    text-align: left;
	background-color: #FFF;
	border: 1px solid #060;
}

div.header
{
	width: 780px;
	height: 200px;
	padding: 0px 0px 0px 0px;
}

div.white_fade
{
	width: 780px;
	height: 200px;
	padding: 0px 0px 0px 0px;
	background: url("images/white_fade.png") no-repeat left top;
	position: relative;
}

div.logo {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	padding: 15px 0px 0px 15px;
}

div.name {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 770px;
	display: block;
	line-height: 30px;
	font-size: 150%;
	color: #FFF;
	margin: 0px 0px 0px 0px;
	padding-right: 10px;
	text-align: right;
	background: url("images/green_bar.png") no-repeat left bottom;
}

div.main_container {
	width: 780px;
	float: left;
	background: url("images/nav_bkg.gif") repeat-y left top;
	position: relative;
}

#nav
{
	float: left;
	width: 170px;
}

#nav ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#nav ul li
{
	float: left;
	clear: left;
	padding: 0px;
	margin: 0px;
	width: 169px;
	position: relative;
	border-bottom: 1px solid #E8EFE4;
}
#nav ul li:hover, #nav ul li.iehover
{
	background: #A5C29A;
	border-bottom: 1px solid #060;
	border-top: 1px solid #060;
	margin-top: -1px;
}
#nav ul li.linkon
{
	font-weight: bold;
}
#nav a {
	display: block;
	float: left;
	width: 150px;
	line-height: 18px;
	padding: 4px 9px 4px 10px;
	text-decoration: none;
}
#nav a:link, #nav a:visited, #nav a:active {
	color: #060;
}
#nav a:hover {
	color: #2A2627;
	font-weight: bold;
}
#nav ul li ul {
	clear: both;
	width: 169px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	position: absolute;
	left: -9999px;
	top: -1px;
	background: #CCDDC6;
	border: 1px solid #060;
}
#nav ul li:hover ul, #nav ul li.iehover ul
{
	left: 169px;
	position: absolute;
}


div.content {
	width: 590px;
	padding: 5px 10px 5px 10px;
	float: left;
}

div.footer {
	width: 780px;
	height: 35px;
	line-height: 35px;
	background-color: #060;
	font-size: 85%;
	color: #FFF;
	text-align: center;
}
div.footer a:link, div.footer a:visited
{
	color: #FFF;
	text-decoration: underline;
}
div.footer a:hover, div.footer a:active {
	color: #CCC;
}

div.clearer
{
	clear: both; margin: -1px 0px 0px 0px; padding: 0px; border: 0px; line-height: 0px; height: 0px; font-size: 0px;
}

h1 {
	margin: 0px 0px 0px 0px;
	color: #060;
	font-size: 140%;
	width: 100%;
	border-bottom: 1px solid #CCDDC6;
}

h2 {
	color: #2B4F83;
	font-size: 120%;
	margin: 15px 0px 10px 0px;
}

li {
	padding: 3px 0px 3px 0px;
}

p {
	margin: 10px 0px 10px 0px;
}

a:link,a:visited,a:active
{
	color: #060;
	text-decoration: none;
}
a:hover
{
	color: #0A0;
	text-decoration: underline;
}



#pcPageGallery div.pcPageGalleryThumbnail
{
	width: 45px;
	height: 45px;
	text-align:center;
	float:left;
	padding: 2px;
	margin: 2px;
	font-size:0.9em;
	background-color: #dddddd;
}

