/** LINK STYLES **/

a:link { 
	font-weight: bold; 
	color: White;
	text-decoration: none;
	}

a:visited { 
	font-weight: bold; 
	color: #F8F8FF;
	text-decoration: none;
	}

a.c:visited { 
	color: #F8F8FF;
	text-decoration: none;
	}	

a:hover, a:active { 
	color: #BA55D3;
	background-color: white;
	font-weight: bold;
	text-decoration: none;
}

/* ====== MAIN DESIGN ELEMENTS ====== */

body {
	background-image: url(images/BG.gif);

}

#header {
	height: 260px; 
	width: 750px;
	border: 1px;
	border-style: solid;
	border-color: silver;
	background-color: Black;
	margin-bottom: 2px;
}

#navigation {
	background-color: #424242;
	width: 750px;
	height: 20px;
	border: 1px;
	border-style: solid;
	border-color: silver;
	margin-bottom: 2px;
}

#links {
	padding: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	text-decoration: overline;
}

#content {
	background-color: black;
	width: 750px;
	height: auto;
	border: 1px;
	border-style: solid;
	border-color: silver;
}

#text {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	padding: 5px;
}


#footer {
	background-color: #333333;
	width: 750px;
	height: 30px;
	border: 1px;
	border-style: solid;
	border-color: silver;
	margin-top: 2px;

}

#footertext {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding: 5px;
	color: white;
	
}

/**MENU LINKS CODE**/
#chromemenu{
	width: 750px;
	background-color:#333333;
}

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

#chromemenu ul{
border: 1px solid #BBB;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*Theme Change here*/
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 12px Verdana;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
color: White;
font-weight: bold;
padding: 6px 12px 6px 7px;
text-decoration: none;
background: url(divider.gif) center right no-repeat; /*Theme Change here*/
}

#chromemenu ul li a:hover{
color: White;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: "";
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*Theme Change here*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #4C4C4C;
width: 200px;
visibility: hidden;
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: White;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #696969;
}

