body {
	font-family: Verdana, Trebuchet, sans-serif;
	font-size: 14px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	/* blue bg 
	background-image: url(../images/bg_grad.jpg);
	background-color: #000099;*/
	/* orange bg */
	background-image: url(../images/bg_grad_orange.jpg);
	background-color: #FF9933;
	
}

p {
	margin: 0px;
	padding: 0px 12px 12px 0px;
}

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

a:hover {
	color: #FF9933;
}

table.main {
	width: 800px;
	border-collapse: separate;
	border: 1px solid #333;
	margin-top: 30px;
}

table.banner {
	width: 100%;
}

td.banner {
	padding-top: 55px;
	line-height: 1.3;
}

td.banner h1 {
	font-size: 30px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

td.top {
	height: 161px;
	background-image: url(../images/bg_top.jpg);
	background-repeat: repeat-x;
}

td.nav {
	height: 30px;
	background-color: #333333;
	color: #FFF;
	border-bottom: 4px solid #000099;
	/*border-top: 2px solid #FF9933;*/
	padding-left: 140px;
}

td.nav a, td.nav a:active, td.nav a:visited {
	padding-top: 6px;
	padding-left: 12px;
	padding-right: 12px;
	font-weight: bold;
	color: #D0BD9F;
	height: 24px;
	display: block;
	border-right: 1px solid #333;
}

td.nav a:hover, td.nav a.current {
	color: #FF9933;
	background-color: #4C4C4C;
}

td.center {
	background-color: #FFF;
	height: 393px;
	padding: 30px 23px 10px 23px;
	border-bottom: 10px solid #FF9933;
}

a {
	text-decoration: none;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 10px 8px 0px;
	border-bottom: 1px solid #FF9933;
	width: 90%;
}

td.banner h1 {
	border-bottom: 0px;
}

img.logo {
	border: 0px;
}

img.border {
	border: 1px solid #333;
}

td.foot {
	height: 50px;
	line-height: 1.6;
	background-color: #333333;
	color: #FFF;
	/*border-top: 3px solid #0000DD;*/
	padding-left: 140px;
	color: #D0BD9F;
	font-size: 12px;
}

td.foot a, td.foot a:active, td.foot a:visited {
	color: #D0BD9F;
	padding-right: 14px;
	font-weight: bold;
	font-size: 12px;
}

td.foot a:hover {
	color: #FF9933;
}

p.feature {
	font-size: 12px;
	font-weight: bold;
	font-style: oblique;
	background-color: #FF9933;
	border: 1px solid #333;
	padding: 10px;
	margin-top: 10px;
}