/* CSS Document */

/* Start Overall Page Styles */
body {
	background-color:#3C533F;
	text-align:center;
}

#frame {
	width:700px;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	text-align:left;
}

.rbTop div { background: url(../images/topLeft.png) no-repeat top left; }
.rbTop { background: url(../images/topRight.png) no-repeat top right; }
.rbBot div { background: url(../images/bottomLeft.png) no-repeat bottom left; }
.rbBot { background: url(../images/bottomRight.png) no-repeat bottom right; }

.rbTop div, .rbTop, .rbBot div, .rbBot {
width: 100%;
height: 10px;
font-size: 1px;
}
/* End Overall Page Styles */

/* Start Header Code */
#header {
	background-color:#fff;
	width:700px;
	height:100px;
	margin-bottom:5px;
}

#headerImg {
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	background-position:left;
	height:80px;
	margin-left:25px;
}
/* End Header Code */


/* Start Subnavigation Styles */
#subNav {
	width:150px;
	float:left;
	background-color:#fff;
}

.subNav {
	height:190px;
	voice-family: "\"}\"";
		voice-family: inherit;
		}
	html>body .subNav {
		height:auto;
		min-height:190px;
		}
		
.subNav a {
	display:block;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #3C533F;
	background-color:#fff;
	border-top:1px solid #ccc;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:10px;
	font-weight:bold;
}

.subNav a:hover {
	background-color:#f7f7f7;
}


.lastLinkOn {
	border-bottom:1px solid #ccc;
	background-color:#ececec;
}

.lastLink {
	border-bottom:1px solid #ccc;
}
/* End Subnavigation Styles */

/* Start Content Styles */
.content {
	height:190px;
	voice-family: "\"}\"";
		voice-family: inherit;
		}
	html>body .content {
		height:auto;
		min-height:190px;
		}

#content {
	width:545px;
	float:right;
	background-color:#fff;
}

.content div {
	display:inline;
}

#leftContent {
	margin-left:0;
}

#centerContent {
	margin-left:100px;
	border-right:1px solid #009900;
}

#rightContent {
	margin-left:100px;
}

.content h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #0F2C4F;
	background-color:#fff;
	margin: 0 0 0 10px;
}

.content p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #0F2C4F;
	background-color:#fff;
	margin:0 10px 8px 10px;
}

.content hr {
	height:1px;
	color: #0F2C4F;
	margin-bottom:0;
}

.content ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #0F2C4F;
	background-color:#fff;
}
/* End Content Styles */