html body
{
	margin: 0;
	padding: 0 0 10px 0;
	text-align: center;
	background-color: #798182;
	background-image: url("images/bg_main.gif");
	background-repeat: repeat;
}

html body, td, th, li
{
	color: #333;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}


#container {
	background-color: #fff;
	border: 5px solid #bcbdc0;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 778px;
	voice-family: "\"}\""; /* box model hack */
}

#pcontainer {
	margin: 0 auto;
	position: relative;
	text-align: center;
}


html>body #container {
	width: 768px;
}


/* -------------------- STANDARD HEADINGS + STYLED HEADINGs -------------------- */


#logo
{
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	height: 85px;
	width: 300px;
}
h1#logo {
	margin: 0;
}

h1#logo a {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	height: 85px;
	width: 300px;
	display: block;
}

#popup h1 a {
	display: none;
}

h2
{
	color: #369;
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
}



h2.block {
	background-color: #c5cfcf;
	clear: both;
	color: #6b7273;
	font-size: 13px;
	font-weight: bold;
	margin: -10px -10px 10px -10px;
	padding: 10px 6px;
	height: 15px;
	overflow: hidden;
	width: 364px;
}

h2.standout {
	clear: none;
	color: #336699;
	margin-top: 10px;
}

h3
{
	color: #6B7273;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	margin: 5px 0px 0px 0px;
}









/* -------------------- HTML ELEMENTS -------------------- */

a
{
	color: #039;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



p {
	padding: 4px 0 10px 0;
	margin: 0;
}



/* -------------------- COMMON LISTS  -------------------- */

ul
{
	margin: 2px 0 12px 2px;
	padding: 0;
	list-style: none;
}

ul li
{
	padding-left: 10px;
	margin-bottom: 0px;
	background-image: url("images/bullet.gif");
	background-repeat: no-repeat;
	background-position: 0 5px;
}

ul.checks li {
	background-image: url("images/bullet_check.gif");
}

ul.reversed li a {
	color: #747b7c;
	text-decoration: none;
}

ul.reversed li a:hover {
	color: #d0372c;
	text-decoration: underline;
}

ol
{
	padding: 6px 0 6px 12px;
	margin-top: 1px;
	margin-bottom: 12px;
	margin-left: 24px;
}

ol li {
	margin-bottom: 0px;
}










/* -------------------- UTILITY NAV -------------------- */

#utilitynav {
	position: absolute;
	right: 15px;
	top: 35px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#utilitynav li {
	background: none;
	border-right: 1px solid #9aa0a1;
	float: left;
	margin-right: 8px;
	padding: 2px 8px 2px 0;
}

#utilitynav li.last {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}


#utilitynav li a {
	border: none;
	color: #636466;
}


#utilitynav li a:hover {
	color: #ff957a;
	text-decoration: none;
}







/* -------------------- FOOTER -------------------- */

#footer {
	margin: 7px auto;
	text-align: left;
	width: 750px;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer ul li
{
	background: none;
	border-right: 1px solid #9aa0a1;
	color: #F3F3F4;
	float: left;
	margin: 0;
	margin-right: 8px;
	padding: 0px 8px 2px 0;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 1px;
}

#footer ul li.last {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}

#footer ul li a {
	border: none;
	color: #f3f3f4;
}

#footer .tbone {
	border: none;
	float: right;
}







/* -------- ACTUAL LAYOUT - Splitting in Cols  -------- */ 

table.content {
	width: 100%;
}

table.content td {
	vertical-align: top;
}

table.content td.col-nav
{
	background-color: #ebeff0;
	text-align: left;
	padding: 0px 11px 11px 11px;
	width: 166px;
}

table.content td.col-content {
	background-color: #fff;
	padding: 0px 10px 0px 12px;
}

table.content td.col-content2 {
	background-color: #ebeff0;
	/*padding-bottom: 10px;*/
	padding: 14px 10px;
}

table.content td.col-content3 {
	background-color: #fff;
	/*padding-bottom: 10px;*/
	padding: 14px 10px;
}


.col-image
{
	background-color: #FFF;
	padding: 10px;
	background-position: 100px 100%;
	float: right;
}

div.row-whatelse {
	clear: both;
	margin-top: 10px;
}

div.row-whatelse p {
	background-color: #e9edee;
	border-top: 1px solid #bdbebe;
	border-bottom: 1px solid #bdbebe;
	padding: 6px;
}

div.row-whatelse p a {
	color: #747b7c;
}

#banner
{
	margin: 0;
	padding: 0;
	background-color: #FFF;
	background-image: url("images/nav.gif");
	background-repeat: no-repeat;
	height: 77px;
	width: 768px;
}


