body {
	margin-left: 0px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 18px;
	background-color: #0b6ab5;
	text-align: center;
	font: 67.5% Verdana, Arial, Helvetica, sans-serif;
}


#wrapper
{
	width: 741px;
	margin: 0 auto;
	border: 2px solid #333232;
	background-color: white;
	text-align: left;
}

#header
{
	height: 99px;
	width: 741px;
	background-image: url(images/Header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: right;
}
#header h1 {
	margin: 0;
	padding: 0;
	color: black;
	font-size: 1.8em;
	padding-right: 8px;
	font-style: italic;
	font-weight: normal;
}

#sidebar
{
	float: left;
	width: 130px;
	background-color: #dbdada;
	background-image: url(images/header_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
	padding-left: 3px;
}
#sidebar input {
	width: 100px;
}

#mainMenu {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.2em;
	font-weight: bold;
	width: 128px;
}

#mainMenu li 
{
	padding-top: 2px;
	padding-bottom: 2px;
}
#mainMenu li ul {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	list-style: none;
	font-size: 0.85em;
	font-weight: normal;
}

#mainWrapper {
	background-image: url(images/sidebar_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0;
	padding: 0;
	display: block;
}

#mainContent {
	text-align: left;
	float: right;
	width: 580px;
	margin-right: 10px;
	font-size: 1.2em;
} 

h2 {
	font-size: 1.5em;
	color: #0b6ab5;
	font-weight: bold;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
}

h4 {
	font-size: 1.05em;
	font-weight: bold;
}

a:link, a:visited {
	color: #d93e3e;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#sidebar a:link, #sidebar a:visited {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

a em {
	font-style: normal;
	text-decoration: underline;
}

#footer
{
	margin: 0;
	clear: both;
	background-color: #333333;
	color: white;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 80px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
}
#footer p 
{
	margin: 0;
	padding: 0;
	position: relative;
	top: 40px;
}

#poweredBy {
	text-align: center;
	margin: 0;
	padding: 0;
	margin-top: 15px;
	color: white;
}

#poweredBy a {
	color: white;
	font-weight: bolder;
}

img {
	border: none;
}

img.bordered {
	border: 1px solid black;
	margin: 5px;
}

.caption {
	font-style: italic;
	margin: 0px;
	padding: 0px;
	margin-top: -15px;
	font-size: 0.9em;
}


.skiplink {
	display:none
}

table.allBorders, table.allBorders td, table.allBorders th {
	border: 1px solid #000000;
	border-collapse: collapse;
}

acronym {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	cursor: help;
	font-style:normal;
}

.form {
	background-color: #f5f5f5;
	border: 1px solid black;
}

.formHeader {
	color: #0b6ab5;
	font-size: 1.2em;
	font-weight:bold;
}

.error {
	color: #FF0000;
	font-weight: bold;
}