h3 {
	Margin-top:10px;

}

a {
	text-decoration: none;
	color: #000088;
}

a:hover {
	text-decoration: none;
	color: #000088;
}

body{
	text-align: center;
}

#container{
	text-align: left;
	margin: 0 auto;
	width: 600px;
	border-right: 2px solid #DDDDDD;
	border-bottom: 3px solid #CCCCCC;
	background: #B0BDF2;
}

/* it would be nice to get a dropshadow working */
/* but alas, the CSS columns are against me */
/*#dropshadow-r {
	float: right;
	width: 7px;
	/* needs to be flexible height!
	height: 900px;
	background-image: url('../images/dropshadow.gif');
	z-index: 6;
}
*/

#logo {
	position: absolute;
	display: inline;
/*	top: 0px;
	left: 20px;*/
	width: 115px;
	height: 96px;
	z-index: 2;
}

#header{
	width: 100%;
	height:100px;
	z-index: 1;
}

#header img {
	border: none;
	vertical-align: text-bottom;
}

#main{
	margin-top: 0px;
	overflow: hidden;
	width: 100%;
}

#menu3 {
	overflow:;
	float:left;
	width: 148px;
	height: 500px;
	background-image: url('../images/sidebar500.jpg');
}

#menu3 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


#menu3 li a {
  	voice-family: "\"}\"";
  	voice-family: inherit;
  	height: 15px;
	padding: 4px 0 4px 20px;
	text-decoration: none;
	list-style:none;
	border-bottom: 1px solid #666699;
}

#menu3 li a:link, #menu3 li a:visited {
	color: #C0E0FF;
	display: block;

	background:#000088;
	list-style:none;
}

#menu3 li a:hover, #menu3 li a:active {
	color: #000088;
	/*background: url(../images/mbutton.gif)0 -32px;*/
	background:#C0E0FF;
	list-style:none;
}

#ssl_seal {
	position: relative;
	width: 115px;
	height: 55px;
	top: 230px;
	left: 15px;
}

#content{
	float: left;
	width: 572px;
	overflow: hidden;
	background: #FFFFFF;
	padding: 0px 0px 0px 0px;
	padding-bottom: 10px;
	min-height: 510px;
}

#nav_spacer{
	display:inline;
	float: right;
	width: 0px;
	height: 510px;
	background: #000000;
}

#contenttext {
	float:left;

	margin-left: 0px;
	padding-left: 10px;
	padding-right: 10px;
	/*'font-family: lucida, arial, helvetica, sans-serif;*/


	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 16px;
	color:#464680;
}

#pullquote {
	margin:15px 25px 15px 0px;
	padding:10px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	float:left;
	width:175px;
	font-size:16px;
	font-style:italic;
}

#horizontalmenu {
	padding-left:160px;
/* 	width: 100%; */
	height: 25px;
	background: url("../images/horz1px.jpg");
	color: #6E8BCA;
	line-height:25px;
	vertical-align:middle;
	word-spacing: 10px;
	text-decoration:none;
}

#horizontalmenu a{
	text-decoration:none;
	/*background:red url("../images/horzmenublue.gif") no-repeat ;*/
	padding: 0px 0px 0px 0px;
}

#horizontalmenu  a:link, #horizontalmenu  a:visited {
	color:#000088;
}

#horizontalmenu a:hover, #horizontalmenu a:active {
	color:#6E8BCA;
}

.normal {
	word-spacing:normal;
}

#footer {
	clear: both;
	padding:2px 0px;
	width:100%;
	height: 20px;
    color: #FFFFFF;
	background-color: #000088;
	text-align:center;
}

#footer a {
	text-decoration:none;
	color:#ffffff;
	padding-right:5px;
	padding-left:5px;
}


/* make copyright small*/
.footsmall {
	font-size:10px;
}


/* CSS Hacks*/
/* Set up css columns correctly */
hr.clear {
	display: block;
	visibility: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	height: 0;
	overflow: hidden;
	clear: both;
}
