﻿html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #666666;
	background: #ffffff;
}

.hidden {
	display: none;
}

h1 {
	margin: 0;
	padding: 0;
	color: #003399; /*dark blue*/
}

h2 {
	margin: 0;
	padding: 0;
	color: #003399; /*dark blue*/
}

h3 {
	margin: 0;
	padding: 0;
	color: #0099FF; /*light blue*/
}

strong
{
	color: #0099FF; /*light blue*/
}

#page-container {
	width: 1024px;
	margin: auto;
}

#header {
	/*background: blue;*/
	height: 130px;
}

#main-nav {
	/*background: red;*/
	height: 50px;
	padding-left: 11px; 
	overflow: hidden;
}

#main-nav ul  
{
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
}

#main-nav li 
{ 
	display: inline;
	margin: 0 0px;
}

#main-nav li a
{
	/*background: url(background.gif) #fff bottom left repeat-x;*/
	height: 2em;
	line-height: 2em;
	float: left;
	width: 10em;
	display: block;
	border: 0.1em solid #dcdce9;
	color: #003399;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
} 

#main-nav li a.selected
{
	color: red; /*selected color needs to be chosen better*/
}

#main-nav li a:hover 
{
	color: #0099FF;	
}

#main-nav li a.selected:hover {
	color: red;
}

#sidebar-a {
	/*background: yellow;*/
	float: left;
	width: 160px;
	line-height: 18px;
}

#sidebar-a ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none;
	/*background: */
}

#sidebar-a ul li {
	margin: 0;
	list-style-type: none;
}


#sidebar-a ul li a {
	padding: 10px 0px 0px;
	display: block;
	color: #003399;
	text-decoration: none;
	text-align: left;
	/*font-weight: bold;*/
}

#sidebar-a ul li a:hover {
	text-decoration: none;
	color: #0099FF;
}

#sidebar-a ul li a.selected
{
	color: red; /*selected color needs to be chosen better*/
}

#sidebar-a ul li a.selected:hover {
	text-decoration: none;
	color: red;
}

#content {
	/*background: green;*/
	margin-left: 160px;
	padding: 25px;
	line-height: 18px;
}

#content h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

#content p {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

#content a:hover 
{
	color: #0099FF;	
}

#content a
{
	text-decoration: none;
	/*color: #666666;*/
	color: #003399;
}

#content table tr td.highlight
{
	color: #0099FF;
}

#content table.wrc
{
	width: 100%;
	border: 0;
}

#content table.wrc a
{
	/*text-decoration: underline;*/
	color: #003399;
	text-decoration: none;
}

#content table.wrc a:hover 
{
	text-decoration: none;
	color: #0099FF;
}

#content table tr td.wrcC1
{
	width: 20%;
	vertical-align: top;
}

#content table tr td.wrcC2
{
	width: 80%;
	vertical-align: top;
}

#content table tr td.wrcC1L
{
	width: 27%;
	vertical-align: top;
}

#content table tr td.wrcC2L
{
	width: 73%;
	vertical-align: top;
}

#footer 
{
	clear: both;
	/*background: orange;*/
	height: 66px;
	border-top: 1px solid #efefef;
	padding: 13px 25px;
	line-height: 18px;
	text-align: center;
}

#footer a {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	color: #0099FF;
}


