html {
	
	/* next line to help IE center page contents */
	text-align:center;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #006;
	/* next line to help IE center page contents */
	text-align:left;
	background: #FFFFCC no-repeat;
}

#wrapper {
	width: 807px;
	margin-left: auto;
	margin-right: auto;
	background: #FFF ;
	border-bottom: 1px solid #283a9c;
	border-right: 1px solid #283a9c;
	border-left: 1px solid #283a9c;
}

#header {
	padding-bottom: 6px;
	background: #283A9C url(../imgz/smlLogo.jpg) no-repeat 4px 4px;
	height:100px;
}
#horNav {
	background-color: #efc75b;
	height: 23px;
	border-bottom: 1px solid #FFF;
}
#footer {
		background-color: #efc75b;

	clear:both;
	
	width: 100%;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 140%;
}
h3 {
	font-size: 130%;
}

p {
	font-size: 12px;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bodyTextItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}
.bodytxtBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#left-nav {
	top-margin:200px;
	position:relative;
	width:200px;
	float:left;
	margin-left: 15px;
	top: 6px;
	height:auto;
	bottom-margin: 24px;
}
#right-content {
	top-margin:200px;
	position:relative;
	width:209px;
	float:right;
	right: 15px;
	top: 75px;
	height:auto;
	bottom-margin: 24px;
	
}

#vertNav {
	top-margin:200px;
	position:relative;
	width:200px;
	float:left;
	margin-left: 15px;
	top: 6px;
	height:auto;
	bottom-margin: 24px;
}

.left-nav a {
	color: #FFF;
}
#spotlight a {
	color: #006;
}

#content{
	width: 568px;
	float: right;
	padding-right: 12px;
}
#headerTitle {
	width:600px; 
	margin-left:200px; 
	padding-top:30px;
	
	
}
