/* CSS Document */

body {
	text-align: center;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	background: #CCCCCC url(template/bground.jpg) repeat-x fixed left top;
	margin-top: 20px;
	margin-bottom: 0px;
	color: #000033;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF;
	width: 750px;
	border: 1px solid #000000;
}
#header1 {
	background: #FFFFFF;
	height: 69px;
	padding-top: 15px;
	border-bottom: 2px solid #000000;
	padding-bottom: 5px;
}
#header2 {
	background: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 150px;
	width: 750px;
}
#header2-left {
	float: left;
	width: 166px;
}
#header2-right {
	float: right;
	width: 584px;
}
#content {
	background: #FFFFFF;
	font-size: 1.2em;
	line-height: 1.5em;
	padding-left: 65px;
	padding-right: 65px;
	padding-bottom: 10px;
	padding-top: 20px;
}
#content ul
{
list-style-type: none;
padding: 0;
margin: 0;
}
#content li
{
	margin-left: 20px;
	padding: 0 20px 1em 1.5em;
	line-height: 1.6em;
	list-style: disc;
}
#content ol {
	margin-right: 20px;
	background: url(none);
	}
.image-border {
	border: 1px solid #333333;
	background: #FFFFFF;
	padding: 5px;
}
h1 {
	text-align: left;
	font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	padding-bottom: 10px;
}
h2 {
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	width: 400px;
	background-image: url(../assets/h2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 2px;
}
h3 {
	color: #000033;
	background-image: url(template/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 0em .4em;
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
}
h4 {
	color: #FFFFFF;
	font-size: 1em;
}
h5 {
	color: #FFFFFF;
	font: italic bold .95em Verdana, Arial, Helvetica, sans-serif;
	background: #008BDE;
}
h6 {
	color: #FFCC00;
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	background: #008BDE;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	padding-bottom: 2px;
}
a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #000033;
}
#footer {
	clear: both;
	background: #FFFFFF;
	text-align: center;
	height: 60px;
	border-bottom: 2px solid #000000;
}
#footer2 {
	width: 730px;
	line-height: 30px;
	color: #CCCCCC;
	text-align: right;
	background: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-right: 20px;
}
#footer2 a {
	text-align: center;
        color: #CCCCCC;
	text-decoration: none;
	}
#footer2 a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#footer2 a:hover {
	color: #990000;
	text-decoration: none;
}
.right-col {
	float: right;
	margin-left: 20px;
	width: 180px;
	line-height: 1.4em;
	font-size: 0.95em;
	background: #ffffff url(../assets/right-col-dash.gif) repeat-y left top;
	color: #000033;
	margin-bottom: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
}
.right-col h1 {
	text-align: center;
	font: bold 1.4em/1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
}
.right-col h2 {
        text-align: center;
	font: bold 1.1em/1.3em Verdana, Arial, Helvetica, sans-serif;
	color: #00568A;
	border-bottom: 1px #00568A solid;
}
.image-left {
	float: left;
	margin: 0px 20px 10px 0px;
}
.image-right {
	float: right;
	margin: 0px 0px 10px 20px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}#nav-bar {
	background-color: #FFFFFF;
	display: block;
	text-align: left;
	height: 25px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000033;
	padding-left: 55px;
	padding-top: 15px;
	text-transform: lowercase;
}
