 body {
  background-color: #EBEBEB;
 }
 span.c25 {color: #EFF3F7}
 a.c24 {text-decoration: none}
 div.c23 {font-family: Verdana; font-size: 80%; text-align: center}
 div.c22 {font-family: Verdana; font-size: 80%; text-align: right}
 span.c21 {font-family: Verdana; font-size: 80%}
 img.c20 {padding:0px;border:1px dotted #999999;}
 p.c19 {text-align: left}
 div.c18 {color: #000033; text-align: left}
 span.c17 {color: #000033}
 div.c16 {color: #000033; text-align: center}
 span.c15 {color: #CC0033}
 div.c14 {color: #333333; font-size: 80%; text-align: right}
 span.c13 {color: #333333}
 span.c12 {color: #FF6600}
 div.c11 {color: #000000; font-size: 80%; text-align: right}
 span.c10 {color: #000000; font-size: 100%}
 span.c9 {color: #FFFFFF}
 div.c8 {border-top: 1px dotted black; text-align: left; width: 100%}
 table.c7 {padding:0px;border:1px dotted #999999;}
 div.c6 {text-align: right}
 div.c5 {border-bottom: 1px dotted black; text-align: left; width: 100%}
 div.c4 {text-align: center}
 div.c3 {text-align: left}
 span.c2 {color: #999999}
 span.c1 {color: #666666}
 div.c1 {text-align: center}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	text-decoration: underline;
}
a.console {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	text-decoration: underline;
}
.console {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
.consoleHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;	
}
/* Structure */

body
{
	margin: 0 auto;
	color: #222222;
}

#header
{
	float: left;
	width: 100%;
	padding-bottom: 20px;
	background: #ffffff url(images/bg.png) top left repeat-y;
}


h1 {
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -0.1em;
	margin-bottom: 4px;
	color: #000066;
}

h2 {
	font-size: 1.3em;
	font-weight: normal;
	letter-spacing: -0.1em;
	color: #666666;
	margin-top: 4px;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.1em;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	color: #000066;
}

#first
{
	width: 824px;
}

#navigation
{
	clear: both;
	float: right;
	width: 100%;
	padding-bottom: 20px;
	background: #ffffff url(images/bg.png) top left repeat-y;
}

#wrapper
{
	clear: both;
	float: left;
	width: 100%;
	color: #555555;
	background: #ffffff url(images/bg.png) top left repeat-y;
}

#content-wrapper
{
	width: 60%;
	float: left;
}

#content
{
	float: left;
	padding: 0 10px 10px 30px;
}

#sidebar-wrapper
{
	width: 40%;
	float: right;
}

#sidebar
{
	float: left;
	padding: 20px 30px 10px 10px;
}

#footer
{
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
	background: #ffffff url(images/bg.png) top left repeat-y;
}

.wireframemenu{
border: 0px solid #BFC9DD;
background-color: #BFC9DD;
border-bottom-width: 0;
width: 141px;
}

* html .wireframemenu{
width: 138px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold 12px Arial, Helvetica, sans-serif;
padding: 1px 4px;
display: block;
width: 100%; 
color: #000066;
text-decoration: none;
border-bottom: 1px solid #ffffff;
}

.wireframemenu a:visited{
color: #000066;
}

.wireframemenu #current a{ 
background-color: #D8DEEB; 
color: white; 
}

html>body .wireframemenu a{
width: auto;
}

.wireframemenu a:hover{
background-color: #E5E5E5;
color: black;
}

