/* BODY & GENERAL STYLES */
body{
	background: #C0C9D1;
	color:#FFFFFF;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
img{
	border: none;
}
img.topbanner{
	border:0;
}
img.copy {
border-color:#FFFFFF;
border:solid;
border-width:thin;
float:left;
}
p{
	margin: 8px 0px 8px 0px;
}
h1{
	font-weight:bold;
	font-size:20px;
	color:#FFFFFF;
	padding-top:5px;
	
}

h2{
	font-weight:bold;
	font-size: 16px;
	color:#FFFFFF;
	margin:8px 0px 8px 0px;
}
h3{
	font-size: 14px;
	font-style:normal;
	font-weight:bold;
	margin:0;
}

/* CONTAINERS */
#topnav{
	/*position: relative;*/
	margin: 0;
	height: 159px;
	text-align: center;
	background: #C0C9D1;
	padding:0;
	border:0px;
}
#topnav_home{
	/*position: relative;*/
	margin: 0;
	height: 282px;
	text-align: center;
	background: #C0C9D1;
	padding:0;
	border:0px;
}
#main{
	position: relative;
	width: 100%;
	background: #C0C9D1;
	border: 0px;
	top:0px;
	margin-top:0px;
}
#content{
	position: relative;
	top:0px;
	width: 723px;
	margin: auto;
	background: #C0C9D1;
}
#menu{
	position: relative;
	margin: auto;
	width: 723px;
	height: 25px;
	text-align: center;
	background: #4A657D;
	overflow: hidden;
}

#content{
	padding-top:0px;
}
#copy{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 25px 25px 25px 25px;
	width: auto;
	/*min-height: 845px;
	top: auto;*/
	height: auto;
	background: #4A657D;
}
#footer {
	text-align:center;
	width: 100%;
	background-color:#4A657D;
	float:left;
	
	}
/* LINKS */
a:link, a:visited{
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
a.button:link, a.button:visited{
	font-size:10px;
	text-decoration:none;
	margin-left:4px;
	padding:0px 3px 1px 3px;
	background:#996;
	color:#FFF;
}
a.button:hover{
	background:#C00;
}
/* FOOTER LINKS */
.footer {
	text-decoration: none;
	padding: 0 0 0 0;
	overflow: visible;
	font-weight:normal;
	font-size:10px;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}

.footer a{
	text-decoration: underline;
	padding: 0 0 0 0;
	overflow: visible;
	font-weight:normal;
	font-size:10px;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.footer a:hover, #footer a.selected{
	text-decoration: underline;
	font-weight:normal;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.powered {
	text-decoration: none;
	font-weight: normal;
	font-size:8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
.powered a {
	text-decoration: underline;
	font-weight: normal;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
.powered a:hover {
	text-decoration: none;
	font-weight: normal;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
.powered a.selected {
	text-decoration: underline;
	font-weight: normal;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
.hr {
  height: 0;
  font-size: 0;
  line-height: 0;
  margin: 1em auto;
}
.dotted {
  border-bottom: dotted 1px #C0C9D1;
}
.dashed {
  border-bottom: dashed 1px #C0C9D1;
  width: 100%;
}


/* CONTENT LISTS */

ul {
	margin: 8px 0px 10px -23px;
	list-style: outside;
    color:#000;
	
}
li {
	list-style-type: disc;
	margin-bottom:9px;
    color:#000;
}
ol.ordered {
	margin: 8px 0px 10px -23px;
	list-style: decimal outside;
}
ol.ordered li {
	margin-bottom:9px;
}
p img{
	float: none;
	margin: 5px 6px 0px 6px;
}

/* NAV LIST */




/* INSET LIST */

img.inset {
border-color:#FFFFFF;
border:solid;
border-width:thin;
margin-bottom:5px;
margin-left:0px;
}

#insetbox ul {
	margin: 1px 0px 10px -23px;
	list-style: outside;
	color:#FFFFFF;
	
}
#insetbox li {
	margin-bottom:1px;
	color:#FFFFFF;
}

#insetbox{
	float:right;
	width:250px;
	padding:5px;
	margin-left:25px;
	padding-left:25px;
	background:#4A657D;
	border-left:dashed 1px #C0C9D1;
	color:#FFFFFF;
	margin-top:0px;
}

#insetbox p{
	float:none;
	margin:0px 0px 10px 0px;
	color: #FFFFFF;
	
}
#insetbox a,a:hover,a.selected{
color:#FFFFFF;
}
#insetbox .insetbox  {
color:#FFFFFF;
}
#insetbox p img{
	float:none;
}
