body, html {
	text-align: center;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	color: #333;
		font-size:11px;
	line-height: 1.5em;
	}
body {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	background-color: #CCCCCC;
}

#main {
	width: 800px;
	margin: 0 auto; /*** Centers the design ***/
	padding: 0px;
	text-align: left;
	background-color:#ffffff;
}	

		
#head {
	padding: 0px;
	margin: 0 auto;
}


/*** -----------------chrome navigation-------------------- ***/	
.chromestyle{
width: 780px;
font-weight: bold;
color: #666;
}

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

.chromestyle ul{
border: 0px solid #BBB;
background:  url("images/_chromebg.gif") repeat-x center; /*THEME CHANGE HERE*/
margin: 0;
text-align: right; padding-left:0; padding-right:0; padding-top:4px; padding-bottom:4px
}

.chromestyle ul li{
background-image: url('none');
display: inline;
}

.chromestyle ul li a{
color: #666;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
color: #333;
background:  url("images/_chromebg-over.gif") repeat-x center; /*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{
border-left:1px solid #BBB; border-right:1px solid #BBB; border-top:1px solid #BBB; border-bottom:0px solid #BBB; position:absolute;
top: 0;
/*THEME CHANGE HERE*/
line-height:15px;
z-index:100;
background-color: white;
/*width: 200px;*/
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); font-style:normal; font-variant:normal; font-weight:normal; 
}


.dropmenudiv a{
width: 200px;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;

}


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

/*** ---------------- Columns ----------------- ***/

#content {
	background:#ffffff url(images/bg_grad.jpg);
	background-repeat: repeat-x;
	background-position: 0px 2px;
	padding:0px; 
	width: 800px;
	text-align: left;
	overflow:hidden;
}
	
#left {
	float: left;
	width: 220px;
	padding: 10px; 
	margin: 0;  
}

#center {
    margin: 0 auto;
    width: 370px;
	padding-top: 20px;
}
#right {
    float: right;
	width: 160px;
	padding: 10px; 
	margin: 0;
	padding-top: 20px;
}
.clear { clear: both;
         display: block;     
         height: 0;          
         visibility: hidden; }


/*** ---------------- End Columns ----------------- ***/	
	
#footer 
{
    clear: both;
	width: 800px;
	height: 40px;
	margin: 0 auto;
	margin-top: 40px;
	padding-top: 20px;
	text-align: center;
    color: #333;
	background:#ffffff url(images/bg_grad.jpg);
	background-repeat: repeat-x;
}

hr {
	font-size: 9px; 
	noshade: noshade;
	color: #ccc;
	border-style: dashed;
	}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: normal;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	color: #0098D0;
}

a {
	color: #0098D0;
	text-decoration: none;
}
a:visited {
	color: #0098D0;
	text-decoration: none;
}
a:hover {
	color: #0098D0;
	text-decoration: underline;

}
a:active {
	color: #0098D0;
	text-decoration: none;
}


ul {
	list-style-type: none;
	padding-left: 5px;
	margin-left: 5px;
	position: relative;
	}
li {
	background: url('images/bullet.gif') no-repeat left top;
	padding-left: 10px;
	margin-bottom: 5px;
	background-position:0 0.3em;
	}


select, input, menu, list, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
