/* positioning */

* {
	margin: 0;
	padding: 0;
}

#container
{
	width: 780px;
	margin: 0 auto;
	background-color: #fff;
	color: #333333;
}

#top2
{
	height: 109px;
	/*border-bottom: 1px solid #237B4F;*/
	background: #fff url("/images/header.gif") top left no-repeat;
	margin-bottom: 20px;
}

#top h1
{
	padding: 0;
	margin: 0;
}

#navcontainer
{
	float: left;
	text-align: center;
	width: 136px;
	margin: 0;
	voice-family: "\"}\""; /* trick WinIE4/5 into thinking the rule is over*/
	voice family: inherit; /* recover from trick*/
	width: 136px; /*intended value for better browsers*/
}
html> #navcontainer{
	width: 136px; /*be nice to opera*/
}

#navcontainer img{
	text-align: center;
	padding-bottom: 10px;
}

.navcontainer
{
	float: left;
	text-align: center;
	width: 136px;
	margin: 0;
}

.navcontainer img{
	text-align: center;
	padding-bottom: 10px;
}

#rightnav
{
	float: right;
	width: 136px;
	margin: 0;
	voice-family: "\"}\""; /* trick WinIE4/5 into thinking the rule is over*/
	voice family: inherit; /* recover from trick*/
	width: 136px; /*intended value for better browsers*/
}

#rightnav img
	{
	border-top: 5px solid #6699FF;
	}

html> #rightnav{
	width: 136px; /*be nice to opera*/
}

#rightnavcontainer1
{
	width: 136px;
	margin: 0;
	padding: 10px 0 10px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ADACAC;
	background-color: #6699FF;
	voice-family: "\"}\""; /* trick WinIE4/5 into thinking the rule is over*/
	voice family: inherit; /* recover from trick*/
	width: 136px; /*intended value for better browsers*/
}
html> #rightnavcontainer1{
	width: 136px; /*be nice to opera*/
}

#rightnavcontainer2
{
	width: 136px;
	margin: 0;
	padding: 10px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #B1B1C2;
	background-color: #E9DED5;
	voice-family: "\"}\""; /* trick WinIE4/5 into thinking the rule is over*/
	voice family: inherit; /* recover from trick*/
	width: 136px; /*intended value for better browsers*/
}
html> #rightnavcontainer2{
	width: 136px; /*be nice to opera*/
}

#rightnavcontainer3
{
	width: 136px;
	margin: 0;
	padding: 10px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #B1B1C2;
	background-color: #F1E6E6;
	voice-family: "\"}\""; /* trick WinIE4/5 into thinking the rule is over*/
	voice family: inherit; /* recover from trick*/
	width: 136px; /*intended value for better browsers*/
}
html> #rightnavcontainer3{
	width: 136px; /*be nice to opera*/
}

#content
{
	margin-left: 136px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	margin-right: 136px;
	padding: 0 1em 1em 1em;
	text-align: left;
	min-height: 280px;
	background: #fff;
}

#content1
{
	padding: 0 10px 0 10px;

}

.content1
{
	padding: 0 10px 0 10px;
}

.image
{
	float: left;
	margin: 0 10px 0 0;
}

#footer
{
	clear: both;
	margin: 0 85px;
	padding: 0;
	color: #CCC;
	border-top: 1px solid #808080;
	height: 15px;
	width: auto;
}

#navcontainer p, #rightnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 1em 0; }

#cpv {
	width: 400px;
	border: 1px solid #237B4F;
	}

#greyline, .greyline{
	padding: 0px;
}

.menuimage {
	vertical-align: middle;
	padding: 0 10px 10px 10px;
}

.center {
	text-align: center;
}

.listtd {
	background-color: #E7F0F8;
	padding: 3px;
}

.content_left, #content_right, #content_left 
{
	position: relative;
	float: left;
	padding: 10px;
	margin: 0;
	width: 220px
}

.w3c{
	width: 305px;
	min-height: 80px;
	border-top: solid 1px #ccc;
	padding: 10px 0 10px 150px;
}
#r1.w3c {
	background: transparent url("/images/xhtml.gif") 5% 50% no-repeat;
}
#r2.w3c {
	background: transparent url("/images/css.gif") 5% 50% no-repeat;
}
#r3.w3c {
	background: transparent url("/images/bobby.gif") 5% 50% no-repeat;
}
