body {
	background : #fff url("../images/site/menu_bg.gif") repeat-x 0px 80px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size  : 12px;
	color	   : #000000;
	margin	   : 20px 0px 0px 0px;
}

/* LAYOUT */
#wrapper {
	width : 800px;
	border: 0px;
	margin: 0 auto;
}

#header {
	height		  : 222px;
	background	  : url("../images/site/wdtr_header.gif") no-repeat 0 0;
	vertical-align: top;
}

#header_links {
	position: relative;
	top		: 38px;
	left	: 468px;
	color	: #fff;
	width	: 240px;
}

#header_links a {
	color: #fff;
}

#help {
	position: relative;
	top		: 14px;
	left	: 480px;
	width	: 171px;
}

#content_a { /*GRAY BAR */
	background: #e5e5e5;
	width	  : 19px;
	font-size : 1px;
}

#content_b { /*NAV */
	background	  : #ff9900;
	width		  : 124px;
	vertical-align: top;
}

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

#content_b li a {
	height		   : 24px;
    voice-family   : "\"}\"";
    voice-family   : inherit;
    height		   : 16px;
	text-decoration: none;
	border-bottom  : 1px solid #fff;
	padding		   : 8px 2px 8px 8px;
}

#content_b li a:link, #content_b li a:visited {
	color	  : #ffffff;
	display	  : block;
	background: #ff9900;
}

#content_b li a:hover, #content_b li #current_m {
	color	  : #ffffff;
    background: #ffb74c;
}

#content_c { /* CONTENT */
	padding: 10px;
}

#content_wrapper {
	position: relative;
}

#picture_box {
	width	  : 243px;
	background: transparent;
/*	position  : absolute;*/
	margin	  : -10px 97px 0 20px; /* This is overwritten in ie.css */
	height	  : 300px;
	float	  : right;
}

#content_d { /* GRAY BAR */
	background: #e5e5e5;
	width	  : 19px;
}

#content_e { /* BLUE */
	background: #1c5f90;
	width	  : 243px;
}

#footer_a {
	background: #b2b1b2;
	width	  : 19px;
	font-size: 1px;
}

#footer {
	height	  : 16px;
	background: #999;
	color	  : #fff;
	text-align: right;
	padding	  : 4px 8px;
	font-size : 10px;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color		   : #fff;
	text-decoration: underline;
}

#footer_links {
	float: right;
}

#copyright {
	float: left;
}

/* TAG STYLES */

h1 {
	font-size		: 20px;
	line-height		: 20px;
	padding			: 0px 0px 4px 0px;
	margin			: 0px;
	background-color: transparent;
	color			: #ff9900;
}

h2 {
	font-size		: 18px;
	line-height		: 18px;
	padding			: 6px 0px 4px 0px;
	margin			: 0px;
	background-color: transparent;
	color			: #ff9900;
}

h3 {
	font-size		: 16px;
	line-height		: 16px;
	padding			: 6px 0px 4px 0px;
	margin			: 0px;
	background-color: transparent;
	color			: #ff9900;
}

h4 {
	font-size		: 14px;
	line-height		: 14px;
	padding			: 6px 0px 4px 0px;
	margin			: 0px;
	background-color: transparent;
	color			: #ff9900;
}

h5 {
	font-size		: 12px;
	line-height		: 12px;
	padding			: 6px 0px 4px 0px;
	margin			: 0px;
	background-color: transparent;
	color			: #ff9900;
}

h6 {
	font-size		: 10px;
	line-height		: 10px;
	padding			: 6px 0px 4px 0px;
	margin			: 0px;
	background-color: transparent;
	color			: #ff9900;
}

p {
	text-align: justify;
	padding	  : 0px 0px 12px 0px;
	margin	  : 0px;
}

a {
	color		   : #2768a9;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

form {
	margin : 0px;
	padding: 0px;
}

input, textarea, select {
	border	  : 1px solid #463862;
	background: #ffffff;
	width	  : auto;
}

.button {
	width: auto;
}

table {
	margin : 0px;
	padding: 0px;
}

ul {
	padding: 0px;
	margin : 4px 0px 0px 16px;
}

/* MISC */

p.marker {
	clear	 : both;
	margin	 : 0px;
	padding	 : 0px;
	font-size: 1px;
}

table.table_data th {
	text-align : left;
	color	   : #000;
	font-weight: bold;
}

table.table_form th {
	text-align : right;
	color	   : #000;
	font-weight: bold;
}

table.table_form td {
	text-align: left;
}

input.icon {
	border			: 0px solid #6d8821;
	background-color: transparent;
	width			: 20px;
	height			: 20px;
}

input.icon16 {
	border			: 0px solid #6d8821;
	background-color: transparent;
	width			: 16px;
	height			: 16px;
}

.error {
	color	  : #f00;
	padding	  : 0px 0px 0px 18px;
	height	  : 20px;
	background: url("../images/error.gif") no-repeat 0 0;
}

.code {
	background: #FFFF66;
	color	  : #FF0000;
	border	  : 1px dashed #f00;
	padding	  : 8px;
}

.orange {
	color: #ff9900;
}