﻿@import url('reg_layout.css');
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #99CCFF;
}
#container {
	border-style: none;
	border-width: 0px;
}
#masthead {
	text-align: right;
}
#navigation {
	border-width: 2px 2px 2px 2px;
	border-style: solid;
	border-color: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top: 2px solid ##99CCFF;
	border-bottom: 2px solid ##99CCFF;
	background-color: #FFFFCC;
	overflow: auto;
	margin-bottom: 10px;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 178px;
	padding: 15px 10px;
	height: auto;
	text-align: center;
	background-color: #99CCFF;
}
html>body #column_l {
	width: 180px;
	padding: 0 15px;
	background-color: #99CCFF;
	text-align: center;
}

#column_r {
	padding: 15px 10px;
	height: auto;
	background-color: #99CCFF;
	width: 397px;
	height: auto;
}

html>body #column_r {
	width: 400px;
	padding: 15px 10px;
	background-color: #99CCFF;

}

#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #000099;
	display: block;
	padding: 5px;
	border: 1px solid #FFFFCC;
	background-color: #FFFFCC;
}
#navigation a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #FFFFCC;
	display: block;
	padding: 5px;
	border: 1px solid #FFFFCC;
	background-color: #99CCFF;
}


/* Right Column */
/*styles from dwt pages */
.head_2 {
	text-align: left;
	line-height: 16px;
}
.red_font {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif, verdana;
	font-weight: bold;
}
.table1 {
	padding: 2px;
	border: 2px solid #000099;
	text-align: left;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif, verdana;
	height: auto;
	width: auto;
}
.cellprop1 {
	padding: 3px;
	border: 1px solid #999999;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif, verdana;
	font-size: 10px;
	height: auto;
	width: auto;
}
.footer_format {
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif, verdana;
	font-size: 11px;
	padding-bottom: 10px;
	padding-top: 12px;
	line-height: 14px;
}

/* Site typography */
h1 {
	font-size: 48px;
	color: #000099;
	font-family: Arial, Helvetica, sans-serif, verdana;
}
h2 {
	font-size: 28px;
	color: #000099;
	height: auto;
	font-family: Arial, Helvetica, sans-serif, verdana;
	font-weight: bold;
}
h3 {
	font-size: large;
	color: #000099;
}
h4 {
	font-size: small;
	color: #000099;
	font-family: Arial, Helvetica, sans-serif, verdana;
}
h5 {
	font-size: 11px;
	color: #000099;
	font-family: Arial, Helvetica, sans-serif, verdana;
	text-align: left;
	line-height: normal;
	font-weight: bold;
	height: auto;
	width: auto;
}
h6 {
	font-size: 10px;
	color: #000099;
	font-family: Arial, Helvetica, sans-serif, verdana;
}
/* Footer */
#footer p {
	font-size: 12px;
	color: #000099;
	font-family: Arial, Helvetica, sans-serif, verdana;
	padding-top: 5px;
}
/* Links */
a {
	color: #0000FF;
	text-decoration: underline;
	padding-top: 0em;
}
a:hover {
	color: #009900;
	text-decoration: underline;
}
a:visited {
	color: #996600;
}

a:after {
	color:#6600FF
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;

}
.centertext {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif, verdana;
}

