body {
	margin: 5px 0;
	/*background: url(../img/bg_stripe.gif);*/
	background-color: #E4E6F0;
}

#site {
	margin: 0 auto;
	border: 1px solid #414C54;
	width: 750px;
	background-color: #D8D8EF;
}

#banner {
	background-image: url(../img/banner.gif);
	background-repeat: no-repeat;
	width: auto;
	height: 119px;
}

#quick_links {
	position: relative;
	left: 300px;
	height: 12px;
	width: 300px;
}

#menu {
	width: auto;
	height: 21px;
	border-bottom: solid 1px black;
	background-color: #6E70AE;
	background-image: url(/img/menu_left.gif);
	background-repeat: no-repeat;
}

#phonenumber {
	width: 150px;
	float: left;
	margin: 3px 0 0 19px;
	color: white;
}

#menuBlock {
	width: auto;
	float: right;
	margin-right: 15px;
}

a.menuTop{
	width: 80px;
	font-size: xx-small;
	text-align: center;
	padding: 2px 5px 3px 5px;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
	border: solid white;
	border-width: 0 1px 0 1px;
	color: #708090;
}
a.menuTop:hover{
	color: Black;
	background-color: #FFF7D9;
	border: #FFCE3F;
	border-width: 0 1px 0 1px;
}

a.menuItem {
	width: 100px;
	float: left;
	padding: 2px;
	color: white;
	margin-top: 1px;
	text-align: center;
	text-decoration: none;
}

a.menuItem:hover {
	background-color: #D8D8EF;
	color: #535353;
}

#footer {
	margin: 0 auto;
	width:  800px;
	font-size: xx-small;
	text-align: center;
	padding-top: 5px;
}

#clear {
	clear: both;
	width: auto;
	height: 10px;
	border-top: solid 1px black;
	background-color: #6E70AE;
	padding-top: 2px;
	padding-left: 2px;
}

#submenu {
	float: left;
	width: 116px; 
	background-color: #D8D8EF;
}

#content {
	float: right;
	width: 633px;
	background-color: White;
	border-left: 1px solid #C5C5C5;
}
#content_body{
	padding: 10px 10px 50px 10px;
	font-size: 8pt;
}

#row2{
	background-color: #D8D8EF;
}

a.subItem {
	display: block;
	width: 101px;
	background-color: white;
	padding: 2px 10px 2px 5px;
	color: black;
	text-decoration: none;
	text-align: right;
	font-size: x-small;
	border-top: solid 1px white;
	border-bottom: solid 1px white;
}

a.subItem:hover {
	background-color: #FFF7D9;
	color: #464646;
	text-decoration: none;
	border-top: solid 1px #FFCE3F;
	border-bottom: solid 1px #FFCE3F;
}

div.submenu_container {
	width: 116px; 
	background-color: white;
}

div.sub_header {
	width: 101px;
	margin: 10px 0 5px 0;
	padding: 2px 10px 2px 5px;
	background-color: #D3D3D3;
	border-top: solid 1px #808080;
	border-bottom: solid 1px #808080;
	text-align: left;
	font-size: x-small;
}

div.modPurple {
	position: relative;
	width: 590px;
	height: auto;
	padding: 10px; 
	border: solid 1px #D8D8EF; 
	background-color: #F0F0F9;
	overflow: hidden;
	margin: 0 auto;
}