
img {
border: 0px; }

body {
	width: 1024px;
	font-family: "Verdana, Arial, Helvetica, sans-serif";
}
#wrapper {
	margin-right: 100px;
	margin-left: 100px;
	min-height: 600px;
	height:auto !important;
	height: 600px;
	padding: 0 20px 0 20px;
	border: 1px solid #999999;
	margin-top: 10px;
}

  .clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }

#content {


	float: left;
	width: 300px;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 25px;
	min-height: 450px;
	

}
#content h2 {
	font-family: "Arial";
	color: #999999;
	line-height: 18px;
}

#content h3 {
	color:#99CC00;
	font-family: "Arial";
	font-size: 14px;
	font-weight:100;
	letter-spacing: 0.1em;

}

#content p, ul {
	font-family: "Verdana";
	font-weight:100;
	font-size: 11px;
	letter-spacing: 0.0em;
	color: #777;
}
#content a {
	color: #CC7F2B;
	text-decoration: none;
}




h2 {
	font-family: "Arial";
	color: #999999;
	line-height: 18px;
}

#content2 h3 {
	color:#99CC00;
	font-family: "Arial";
	font-size: 14px;
	font-weight:100;
	letter-spacing: 0.1em;

}

#content2 p, ul {
	font-family: "Verdana";
	font-weight:100;
	font-size: 11px;
	letter-spacing: 0.0em;
	color: #777;
}
#content2 a {
	color: #CC7F2B;
	text-decoration: none;
}


#sideimage {
	float: right;
	padding-right: 10px;
}


.highlighted    {
	background-color:#797979;
	margin-top: 1px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
}


#foreground {
padding: 30px 0 30px 0;
}




span {
font-family: "Verdana";
font-weight:100;
font-size: 10px;
letter-spacing: 0.1em;
}






.chromestyle{
width: 99%;
font-weight: bold;
}

.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(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
background-color: #999999;
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: #FFFFFF;

padding: 4px 7px;
margin: 0;
text-decoration: none;
/* border-right: 1px solid #DADADA; */
padding-right: 8px;
padding-left: 8px;
}

.chromestyle ul li a:hover{
background-color:#666666; /*THEME CHANGE HERE*/
}

.active {
background-color:#666666; /*THEME CHANGE HERE*/
}

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


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

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px 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: auto;
display: block;
text-indent: 3px;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding: 0px 0;
text-decoration: none;
font-weight: 100;
font-size: 9px;
color: #999;
font-family: "Verdana";
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

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