body {
 background:#555555;
 color: #333333;
 font: small Verdana, Arial, sans-serif;
}
a {
	font-weight: bold;
	text-decoration: underline;
}
a:link {
	color: #303060;
}
a:visited {
	color: #990000;
}

a:hover {
	background-color: #99CC00;
	text-decoration: none;
}
select {
	background-color: #d6d6d6;
	color: #333333;
	border-style: solid;
	border-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;

}

input {
	background-color: #d6d6d6;
	color: #333333;
	border-style: solid;
	border-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
}
input.radio {
	background-color: #ffffff;
	border-style: none;
}
textarea {
	background-color: #d6d6d6;
	color: #333333;
	border-style: solid;
	border-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
}
#header_nav ul {
	margin-top: 13px;
	margin-left: 138px;
	margin-bottom: 0px;
	padding: 0;
	background-color: #646264;
	text-align: left;
	border-top: 0px solid white;
	border-bottom: 0px solid white;
	white-space:nowrap;
	display: block;
	float: none;
}

#header_nav li {
	list-style-type: none;
	border-left: 1px solid white;
	border-right: 0px;
	display: inline;
	float: none;
	margin: 0;
	padding: 0;
	list-style:none;
	background-image:none;
	line-height:normal;
	text-transform: uppercase;
}
#header_nav li:last-child {
	border-right: 1px solid white;
}
#header_nav a:link,
#header_nav a:visited{
	font-size: 10px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	text-decoration: none;
	color: #ffffff;
	float: none;
}

#header_nav a:link.active,
#header_nav a:visited.active,
#header_nav a:hover {
	font-size: 10px;
	font-weight: bold;	
	color: #ffffff;
	background: #ff0000;
}

#left_column{
 padding: 0px 5px 5px 5px;
 background-color: #ffffff;
 vertical-align: top;
 color: #333333;
}
#right_column{
 padding: 25px 5px 5px 5px;
 background: #ffffff;
 color: #333333; 
 border: 0px solid black;
}
#content_column {
 padding: 25px 10px 10px 10px;
 background: #ffffff;
 color: #333333; 
 border: dotted #cccccc;
 border-left: none;
 border-width:0 1px;
 font: small/1.3 Verdana; 
}

#content_column h1
{
	padding-top: 0px;
	margin-top: 0px;
	font: large Verdana;
	color: #555555;		
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}
#content_column h2
{
	padding: 0px;
	margin: 0px;
	font: small Verdana;
	color: #696969;		
	font-weight: bold;
}
#content_column a:active,
#left_column a:active,
#right_column a:active {
	background-color: #bbee00;
	text-decoration: none;
}
#content_column p
{
	width: 440px;
}
#error_list td {
	padding: 0px;
	font-weight: bold;
	font-size: x-small;
	color: #993333;
}

#footer {
 border: solid #cccccc; 
 border-width:1px 0;
 background-color: #4F5333;
 color: #aaaaaa;
 margin:0;
 text-align: center;
 border-top: 5px solid #c0c0c0;
 border-bottom: 5px solid #c0c0c0;
 
 font: x-small Verdana;
}
#footer a
{
	color: #cccccc;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover
{
	color: #000000;
	background-color: #cccccc;
	font-weight: bold;
	text-decoration: none;
}
#subfooter a.wmex_a {
	color: #999999;
}