* {
	margin: 0;
	padding: 0;
}

body {
	font: normal 12px Arial, Helvetica, sans-serif;
	background: url('/templates/images/bg.gif') no-repeat #fff 30% 150px;
}

#wrapper {
	width: 797px;
	height: 100%;
	margin: 0 auto;
}

#banner {
	width: 797px;
	height: 90px;
	background: url('/templates/images/logo.gif') no-repeat #fff 0px 0px;
	float: left;
}

#nav {
	width: 790px;
	border: 1px solid #b4d3ec;
	height: 20px;
	float: left;
	margin-bottom: 5px;
}

#nav ul {
	display: inline;
	position: relative;
	top: 2px;
	margin-left: 3px;
}

#nav li {
	display: inline;
	font: bold 13px Arial, Helvetica, sans-serif;
	padding: 0 8px;
	border-right: #b4d3ec 1px solid;
	border-bottom: 0;
}

#nav a:link, #nav a:visited {
	color: #999;
	text-decoration: none;
}

#nav a:hover {
	color: #006dcd;
}

#leftc {
	width: 200px;
	margin-right: 5px;
	height: 100%;
	float: left;
}

#topleft {
	width: 198px;
	border: 1px solid #ccc;
	float: left;
	height: 196px;
	margin-bottom: 5px;
	display: table;
	min-height:196px;
	height:auto!important;
	height:196px;
}

#midleft {
	border: 1px solid #ccc;
	float: left;
	margin-bottom: 5px;
	width: 198px;
}

#midleft p.grey {
	color: #666;
	background-color: #ccc;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 4px;
}

#midleft p {
	color: #666;
	padding: 4px 7px 2px 10px;
}

#botleft {
	width: 183px;
	background-color: #d0d4d6;
	border: 1px solid #ccc;
	float: left;
	padding: 5px 5px 5px 10px;
	font-size: 10px;
}

#botleft p {
	margin: 0px 0px 3px 0px;
	font-size: 12px;
	color: #666;
	line-height: 12px;
}

#botleft a:link, #botleft a:visited {
	color: #666;
}

a:link.blue {
	color: #006dcd;
}

#rightc {
	float: left;
	width: 592px;
}

#topright {
	width: 569px;
	border: 1px solid #ccc;
	padding: 5px 10px 5px 5px;
	float: left;
	margin-bottom: 5px;
	margin-top: 0px;
}

#midright {
	width: 574px;
	border: 1px solid #ccc;
	padding: 4px 5px 5px 5px;
	background: url('/templates/images/blue.gif') repeat-x top;
	margin-bottom: 5px;
	float: left;
}

#botright {
	width: 579px;
	border: 1px solid #ccc;
	padding: 4px 0px 5px 5px;
	margin-bottom: 5px;
	float: left;
	background: url('/templates/images/blue.gif') repeat-x top;

}

#botright p.white {
	margin-bottom: 5px;
}

#botrightw {
	width: 579px;
	float: left;
	background: url('/templates/images/lines.gif') no-repeat top;
}

#botrightl {
	width: 180px;
	padding: 12px 6px 0px 6px;
	float: left;
	border-top: 1px solid #ccc;
}

#botrightm {
	width: 180px;
	padding: 12px 6px 0px 6px;
	float: left;
	border-top: 1px solid #ccc;
}

#botrightr {
	width: 180px;
	padding: 12px 6px 0px 6px;
	float: left;
	border-top: 1px solid #ccc;
}

#footer {
	width: 586px;
	float: right;
	margin-top: 1px;
	margin-left: 110px;
	font: 12px normal Arial, Helvetica, sans-serif;
	color: #666;
}

#footer a:link, #footer a:visited {
	color: #666;
	text-decoration: none;
}

p {
	font-size: 12px;
	color: #000;
	margin-bottom: 10px;
}

.largeblue {
	/* Large Blue */
	font-size: 18px;
	color: #006dcd;
}

.largegrey {
	/* Large Grey */
	font-size: 18px;
	color: #999;
}

.white {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	background: transparent url(/templates/images/blue.gif) repeat-x scroll center top;
}

.blue {
	/* Normal Blue */
	color: #006dcd;
}

.grey {
	/* Grey Bold */
	color: #999;
	font-weight: bold;
}

#midright .grey {
	font-size: 12px;
}

.greybg {
	background: url('/templates/images/greybg.gif') 99px repeat-y;
}

#botright p.grey {
	margin-left: 10px;
}

ul {
	list-style: disc;
	margin-left: 17px;
	margin-bottom: 10px;
	margin-top: -7px;
}

li {
	font-size: 12px;
	margin-bottom: 3px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px;
}

#nav li.no {
	border-right: 0px;
}

a:link, a:visited {
	color: #006dcd;
}

hr {
	margin-bottom: 5px;
	color: #ccc;
	height: 1px;
}