@charset "utf-8";
body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.linknoline {
	text-decoration: none;
}
.floatleft {
	float: left;
	margin-right: 10px;
}
.floatright {
	float: right;
	margin-left: 10px;
}
.redtext {
	color: #CC3300;
}
.navcurrent {
	color: #CC0000;
}
.boldgreen {
	font-weight: bold;
	color: #336633;
}
.bghouse {
	background-image: url(images/decoback1.jpg);
	background-repeat: no-repeat;
}
#wrapper {
	text-align: left;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	height: 110px;
	width: 950px;
	background-color: #0E263E;
}
#nav {
	background-image: url(grafx/navbar.gif);
	height: 26px;
	width: 950px;
	padding-top: 2px;
}
#nav ul {
	text-align: center;
	list-style-image: none;
	list-style-type: none;
}
#nav li {
	display: inline;
	vertical-align: middle;
	height: 30px;
}

#nav li a:link, #nav li a:visited {
	text-decoration: none;
	padding-right: 18px;
	padding-left: 18px;
	color: #152E42;
	font-size: 90%;
	font-weight: bold;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
}
#nav li a:hover, #nav li active, #nav li a:focus {
	color: #FFFFFF;
}
#bodywrap {
	margin-top: 10px;
}

#leftframetwocol {
	width: 750px;
	float: left;
}

#centercolumn {
	margin-left: 180px;
}
#content {
	font-size: 80%;
	padding-bottom: 10px;
}
.boxline {
	padding: 2px;
	border: 1px solid #990000;
}

#content li {
	list-style-image: url(grafx/arrowbody.jpg);
	padding-bottom: 5px;
}

#content ul {
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#content h1 {
	font-size: 22px;
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4B7466;
	margin-bottom: 8px;
	padding-top: 10px;
	padding-bottom: 3px;
	position: absolute;
	left: -3000px;
}
#content h2 {
	font-size: 24px;
	font-style: italic;
	color: #990000;
	padding-bottom: 5px;
	font-family: "Times New Roman", Times, serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 5px;
	padding-top: 10px;
}
#content h3 {
	color: #333399;
	font-size: 24px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	padding-bottom: 5px;
	padding-top: 8px;
}
#content a {
	color: #990000;
}
#content h4 {
	font-style: oblique;
	color: #339900;
	font-size: 19px;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 6px;
	margin-top: 2px;
}
#content p {
	margin-bottom: 10px;
}

#leftsidebar {
	width: 165px;
	float: left;
	padding-top: 20px;
	font-size: 90%;
}


#leftsidebar h3 {
	font-size: 14px;
	margin-left: 20px;
	font-style: italic;
	color: #65868D;
}
#leftsidebar h4 {
	background-color: #F0ECD0;
	padding: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #007575;
}


#leftsidebar ul {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-image: none;
	list-style-type: none;
}
#leftsidebar a {
	text-decoration: none;
	color: #666666;
}

#leftsidebar li {
	background-image: url(grafx/leftarrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	margin-top: 10px;
}

#leftsidebar li a {
	text-decoration: none;
	color: #333333;
}
#leftsidebar li a:hover, #leftsidebar li active, #leftsidebar li a:focus {
	color: #339999;
	text-decoration: underline;
}
#rightsidebar {
	width: 180px;
	float: right;
}
#rightsidebar p {
	margin-bottom: 6px;
}

#footer {
	width: 950px;
	padding-top: 30px;
	background-image: url(grafx/bottombar.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 65%;
	text-align: center;
	margin-bottom: 35px;
	color: #999999;
}

#footer a {
	color: #94ADAC;
}
.smalltext {
	font-size: 10px;
}
#pagetitleart  h2 {
	font-family: "Times New Roman", Times, serif;
	color: #006699;
	font-size: 24px;
	margin-bottom: 5px;
	padding-top: 15px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFCC00;
}

