a {
	text-decoration: none;
}

#content a {
	text-decoration: none;
	color: #013877;
	border-bottom-width: 1px;
	border-bottom-color: #404040;
	border-bottom-style: dotted;
	font-weight: bold;
}

#content a:hover {
	text-decoration: none;
	color: #013877;
	border-bottom-width: 1px;
	border-bottom-color: #013877;
	border-bottom-style: solid;
	background-color: #e0e0e0;
	font-weight: bold;
}

#content p {
	text-align: justify;
	margin-bottom: 0.75em;
	font-size: 0.83em;
}

#content ul li {
	font-size: 0.83em;
}

#content h1 {
	font-size: 2.5em;
	margin-bottom: 0.25em;
}

#content h2 {
	font-size: 2em;
}

#content h3 {
	font-size: 1.5em;
}

#container {
	margin: 0px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, Times, serif;
	color: #404040;
}

#right {
	width: 200px;
	font-size: 0.75em;
	float: right;
}

.largeText {
	font-size: 150%;
}

.normalText {
	font-size: 100%;
}

#header {
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
}

#headerContainer {
	width: 700px;
	width: 194px;
	margin-left: 220px;
}

#headerContact {
	position: absolute;
	top: 30px;
	left: 30px;
	color: #ffffff;
}

#headerContact ul {
	color: #6690d3;
}

#headerContact ul li {
	color: #6690d3;
}

#headerContact ul li a {
	color: #6690d3;
}

#headerContact ul li a:hover {
	color: #ffffff;
	text-decoration: none;
}

#animation {
}

#search {
	background-image: url(../images/animation_footer.png);
	background-repeat: no-repeat;
	width: 700px;
	height: 38px;
	text-align: right;
	padding-top: 12px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.83em;
}

#search input {
	margin-left: 0.5em;
	border: solid 1px #808080;
	background-color: #ffffff;
	color: #000000;
	padding: 2px;
}

#menu {
	background-color: #d8d8da;
	background-image: url(../js/yui/assets/skins/sam/sprite.png);
	background-repeat: repeat-x;
	padding-left: 200px;
}

#body {
	margin-top: 0.5em;
}

#left {
	float: left;
	display: block;
	width: 200px;
	margin-right: 10px;
	color: #6690d3;
	font-weight: bold;
	font-size: 0.7em;
	margin-left: 10px;
	line-height: 1.5em;
}

#left h3 {
	color: #013877;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0.5em 0em 0.5em 0em;
}

#left h3 a, #left a {
	color: #013877;
	border-bottom-width: 1px;
	border-bottom-color: #a0a0a0;
	border-bottom-style: dotted;

}

#left a {
	color: #6690d3;
	border-bottom-width: 1px;
	border-bottom-color: #808080;
	border-bottom-style: dotted;
}

#left a:hover, #left * a:hover {
	border-bottom-width: 1px;
	border-bottom-color: #013877;
	border-bottom-style: solid;
	background-color: #e0e0e0;	
}

#left ul, #left ul li, #left ul li a {
	color: #013877;
}

#content {
	float: left;
	display: block;
	width: 730px;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.83em;
}

#footerReg {
	text-align: center;
	color: #808080;
	font-size: 10px;
	margin: 5px 0px 5px 0px;
}

#footerLinks {
	background-color: #013877;
	border-top-width: 5px;
	border-top-color: #6690d3;
	border-top-style: solid;
	padding: 5px;
}

#skipNavigation {
	color: #a0a0a0;
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: 10px;
}

#printLogo {
	display: none;
	position: absolute;
	top: 10px;
	left: 10px;
}

#accessibilityBox {
	float: right;
	text-align: center;
	font-size: 0.83em;
	margin-right: 1em;
}

#accessibilityBox a {
	color: #6690d3 !important;
}

.sidebox {
	float: right;
	width: 200px;
	margin: 0px 0px 20px 20px;
	border: solid 1px #6690d3;
	font-size: 0.83em;
}

.sideboxTitle {
	background-color: #013877;
	color: #ffffff;
	padding: 3px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	font-size: 0.83em;
}

.sideboxContent {
	background-color: #e0e0e0;
	padding: 3px 3px 10px 3px;
}

.sideboxContent a:hover {
	background-color: #013877 !important;
	color: #E0E0E0 !important;
}

#home_animation {
	margin-left: 1em;
	float: right;
}

.faqBox {
	background-color: #e0e0e0;
	padding: 10px;
	margin-bottom: 10px;
	display: none;
}

#sitemap * li {
	font-size: 12px !important;
}

table.standard {
	border-style: solid;
	border-width: 1px;
	border-top-color: #404040;
	border-right-color: #e0e0e0;
	border-bottom-color: #e0e0e0;
	border-left-color: #404040;
	width: 100%;
	margin-bottom: 1em;
}

.standard th {
	padding: 5px;
	background-color: #6690D3;
	color: #ffffff;
	font-weight: bold;
}

.standard td {
	padding: 5px;
	background-color: #ffffff;
}