/* Main CSS Template */

body {
	background-image:url(bg.gif);
	background-repeat:repeat-x;
	background-color:#6499CB;
	margin:20px;
	padding:0;
	text-align:center;
}

h1 {
	font-size:18px;
	color:#FFFF00;
	font-weight:700;
	margin:0;
}

h2 {
	font-size:13px;
	margin:0;
	font-weight:700;
	font-style: italic;
	color: #FFFFFF;
}

h3 {
	font-size:18px;
	color:#4C95C5;
	font-weight:700;
	font-style: normal;
	margin-top: 5px;
}
h4 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}
h5 {
	font-size: 12px;
	font-weight: bold;
}



p {
	margin-top:5px;
	padding-bottom:5px;
	font-size:12px;
	line-height:1.5em;
}

#container {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11.5px;
	margin:0 auto;
	width:780px;
	padding:10px;
	height:auto;
	text-align:left;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
}

#banner {
	width:780px;
	height:100px;
	margin-bottom:10px;
}

#bannerLeft {
	width:150px;
	height:100px;
	margin-right:10px;
	background-image:url(benchlogo.gif);
	float:left;
}

#bannerRight {
	width:609px;
	height:49px;
	float:left;
	border:1px solid #CCC;
	border-width:1px 0 0 1px;
	padding:50px 0 0 10px;
	background-image: url(top_bg.gif);
	background-repeat: repeat-x;
}

#content {
	height:1%;
	}

#leftColumn {
	float:left;
	width: 150px;
	margin-right: 10px;
	background-image: none;
	background-color: #595959;
}




#nav {
	margin:0;
	padding:0;
	list-style:none;
}

#nav a {
	display:block;
	font-size:11px;
	color:#FFFFFF;
	padding:10px;
	width:130px;
	height:10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	background-color: #595959;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#nav a:hover {
	font-weight: normal;
	background-image: url(navon_bg.gif);
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#leftColumnBottom {
	width:130px;
	color:#ADD43D;
	background-color: #595959;
	background-image: url(left_bottom.gif);
	background-repeat: repeat-x;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#leftColumnBottom a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

#leftColumnBottom a:hover {
	color: #6499CB;
}
#leftColumnBottom p {
	font-size: 10px;
	color: #FFFF00;
}





#rightColumn {
	float:left;
	width:600px;
	padding-left:10px;
	margin-top: 5px;
}
#rightColumn li {
	font-size: 12px;
}

#rightColumn a {
	font-weight: bold;
	color: #333333;
}
#rightColumn a:hover {
	color: #FFCC33;
	text-decoration: none;
}





#clear {
	clear:both;
}

.date {
	font-size:10px;
	color:#999;
	font-weight:normal;
}

#copyright {
	padding-top:10px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#rightColumnNav {
	float:left;
	width:600px;
	padding-left:10px;
	margin-top: 5px;
	padding-top: 20px;
}
#rightColumnNav a {

	font-size: 11px;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#rightColumnNav a:hover {

	font-size: 11px;
	font-weight: bold;
	color: #659ACD;
}
