/* CSS Document */

html{
background-color: #666;
color: #333;}

*{
margin: 0px;
padding: 0px;
}

body{
margin: 0px;
padding: 0px;
font-family : "Lucida Grande", "Lucida Sans Unicode", Verdana, Heletica, Arial, sans-serif;
font-size : 70%;
color : #666;
}


#graphic{
margin: 5px auto ;
padding-top: 128px;
padding-bottom: 20px;
background: top url(../images/banner/bkg01a.gif) no-repeat #7FAED2;
width: 780px;
}

#wrapper{
width: 715px;
margin: 0px auto;
padding: 0px;
border: 6px solid #ccc;
}


#header{
margin: 0px;
padding: 0px;
/*border: thin solid #ccc;*/
text-align: left;
background-color: #ddd;
height: 20px;
top: 10px;
}

#banner{
margin: 0px;
padding: 0px;
background-color: #ccc;
text-align: left;
}

#center{
margin: 0px;
padding: 1em 230px 0px 180px;
/*border: thin solid #ccc;*/
text-align: justify;
background-color: #fff;
}

#left{
margin: 0px;
padding: 1em 5px 0px 5px;
width: 150px;
float: left;
border: thin solid #ccc;
background-color: #eee;
text-align: left;
}

#right{
margin: 0px;
padding: 1em 5px 0px 5px;
width: 180px;  /* for IE5/WIN */
voice-family: "\"}\"";
voice-family:inherit;
width:200px; /* actual value */
float:right;
border: thin solid #ccc;
background-color: #eee;
text-align: left;
}

#footer{
	margin: 0px;
	padding: 5px 10px 10px 180px;
	color: #fff;
	text-align: left;
	background-color:#666;
	text-decoration: none;
}

#footer a, #footer a:visited {
	color: #fff;	
	padding: 5px;
		text-decoration:none;
}
#footer a:visited {
	color: #ccc;	
	padding: 5px;
		text-decoration:none;
}
#footer a:hover {
	padding: 5px;
	color: #ddd;	
	text-decoration:none;
}

.copyright{
margin-left: 10px;
}
.clear{
clear: both;
}

#style-switcher{
width:200px;
float: right;
z-index: 5;
}

a:link, a:visited {
	text-decoration: none;
	color: #D7661C;
	/*border-bottom: 1px dotted #ccc;*/
}

a:hover {
	text-decoration: none;
	color: #94AB36;
	/*border-bottom: 1px solid #ccc;*/
}

acronym {
	text-decoration: none;
	/*color: #D7661C;*/
	border-bottom: 1px solid #ccc;
	cursor: help;
}

abbr {
border:none;
font-style:normal;
cursor:default;
}
	

img{
margin: 0px;
padding: 0px;
}


/*********** Navigation01 link styles ***********/


#navlist{	
	margin: 0px;
	padding: 5px 0px 5px 0px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif ;
	width: auto;
	}

#navlist ul, #navlist li 
{
	margin: 0px;
	padding: 10px;
	display: inline;
	list-style-type: none;
}

#navlist a:link, 
#navlist a:visited{
	margin: 0px;
	padding: 15px 7px 0px 7px;
	text-decoration: none;
	font-weight: bold;
	color: #036 ;
/*border: thin solid #ccc;*/
}

#navlist a:link#current, 
#navlist a:visited#current, 
#navlist a:hover
{
	background: transparent;
	color: #000;
}

#navlist a:hover { color:#800040; 
}


.navLine{
color:#FFCD3B;
}


/*********** bullet items styles ***********/


#bulletlist{	
	margin: 0px;
	padding: 5px 0px 5px 0px;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif ;
	width: auto;
	}

#bulletlist ul, #bulletlist li 
{
	margin: 0px;
	padding: 5px 0px;
	display: block;
	list-style-type: none;
}

#bulletlist a:link, 
#bulletlist a:visited{
	margin: 0px;
	padding: 15px 7px 0px 7px;
	text-decoration: none;
	font-weight: bold;
	color: #036 ;
/*border: thin solid #ccc;*/
}

#bulletlist a:link#current, 
#bulletlist a:visited#current, 
#bulletlist a:hover
{
	background: transparent;
	color: #000;
}

#bulletlist a:hover { color:#800040; 
}

