.chromestyle{
	width: 99%;
	font-weight: bold;
	font: normal 12px verdana;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(chromebg3.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #ADED7C; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
background: url(chromebg3-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #ADED7C; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border: 1px solid #ADED7C; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: lighter;
color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #EAFADC;
}
/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}
body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #DFFFDF;
	color: #000000;
}
#wrapper {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	width: 760px;
	margin: 10px auto;
	text-align: left;
	background: #FFFFFF;
	line-height: 110%;
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:175%;
	color:#0000FF;
	text-align: center;
	line-height: 1em;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #006633;
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 8px;
	padding-top: 10px;
}
#banner{
	position:relative;
	height:184px;
	background-image: url(../../Images/SP_banner.gif);
	background-repeat: no-repeat;
	width: 760px;
} 
#leftcol{
	width: 169px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	border: 0;
	text-align: left;
	border-right-color: #666666;
	border-right-style: solid;
	border-right-width: 1px;
  }
#leftcol #nav {
	border-bottom: 1px solid #000000;
	border-right: 0;
}
#leftcol #nav ul {
	padding:0;
	margin:0;
	background-color:transparent;
	list-style-type: none;
	border: 1px solid #000000;
}
#leftcol #nav ul li {
	display:inline;
	padding:0;
	margin:0;
	width: 125px;
	text-align: left;
}
#leftcol #nav ul li a {
	background-color:#869BCC;
	border-bottom: 1px solid #000000;
	color:#000000;
	display:block;
	padding:4px 0 6px 4px;
	text-decoration:none;
	height: 1%;
}
#leftcol #nav ul li a:hover, #leftcol #nav ul li a:focus {
	background-color:#003366;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #0000FF;
	font-style: italic;
	text-align: center;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 100%;
	font-style: normal;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 80%;
	font-style: normal;
	color: #006633;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 100%;
	font-style: normal;
	line-height: 120%;
}

h3 a:link {
	color: #0000FF;
}


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	margin: 0;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}


#rightcol {
	width: 550px;
	margin-right: 10px;
	float: right;
	margin-top: 10px;
	margin-left: 10px;
}
#bann2 {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #006633;
	padding-bottom: 10px;
	padding-top: 10px;
}
#bann2 h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFF00;
	font-style: italic;
	text-align: center;
}
#bann2 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFF00;
	margin: 0;
}

#content {
	margin-left: 360px;
	margin-top: 10px;
	width: 750px;
}
.container {
	width: 99%;
	float: right;
	background-color: #6633CC;
	margin-top: 20px;
	margin-left: 10px;
}
#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #0000FF;
	text-align: left;
}
#nav hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #00CCFF;
	text-decoration: underline;
} 
a:link {
	color: #0000FF;
}
#footer a:link {
	color: #FFFFFF;
}
#footer a:visited {
	color: #FFFFCC;
}


a:hover, a:focus {
	color: #0099FF;
	text-decoration: underline;
}
.clearfix{
	display: block;
	clear: both;
}
#leftcol2 {
	width: 345px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	border: 0;
	text-align: left;
  }
 #rightcol2 {
	width: 345px;
	margin-right: 10px;
	float: right;
	margin-top: 10px;
}
#twocol {
	margin-top: 10px;
	margin-bottom: 10px;
}
h6 {
	font-size: xx-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: lighter;
}
h7 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 125%;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #0033CC;
	text-align: center;
}

#picture {
	float: right;
	width: 250px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#rightbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 250px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: right;
	background-color: #ddd798;
	margin-left: 10px;
	padding-right: 10px;
	border: solid, #0000FF, 3;
}

.list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	line-height: inherit;
	font-weight: normal;
	font-variant: normal;
	list-style-position: inside;
	list-style-image: url(none);
	list-style-type: square;
}
redhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 100%;
	font-style: normal;
	color: #F00;
	font-weight: bold;
}

