/*-----------------------Basic Font Styles-----------------------*/	

body{
	background: #463d29;
	margin: 0px;
}
a {
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	line-height: normal;
	font-weight : normal;
	color: #c5d01d;
}

a:link, a:visited {
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	line-height: normal;
	font-weight : normal;
	text-decoration: underline; 
	color: #c5d01d;
}

a:active, a:hover {
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	line-height: normal;
	font-weight : normal;
	text-decoration: underline; 
	color: #cb2030;
}

/* Default Body Font */
.bodyFont {
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	line-height: normal;
	font-weight : normal;
	color: #ffffff;
}

.greenFont {
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	line-height: normal;
	font-weight : bold;
	color: #c5d01d;
}

/* Footer */
.footer {
	font-family: Verdana, Arial, Tahoma;
	font-size: 9px;
	line-height: normal;
	font-weight : normal;
	color: #ffffff;
}

a.footer:link, a.footer:visited {
	font-family: Verdana, Arial, Tahoma;
	font-size: 9px;
	line-height: normal;
	font-weight : normal;
	text-decoration: none;
	color: #ffffff;
}

a.footer:hover, a.footer:active {
	font-family: Verdana, Arial, Tahoma;
	font-size: 9px;
	line-height: normal;
	font-weight : normal;
	text-decoration: none; 
	color: #c5d01d;
}

/* Titles */
.title {
	font-family: Verdana, Arial, Tahoma;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	color: #c5d01d;
}

a.title:link, a.title:visited {
	font-family: Verdana, Arial, Tahoma;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	color: #c5d01d;
}

a.title:hover, a.title:active {
	font-family: Verdana, Arial, Tahoma;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	text-decoration: underline; 
	color: #cb2030;
}

/*Drop Down Menus*/
.chromestyle{
	z-index:10;
}

.chromestyle:after{ 
	content: ""; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{	
	padding: 0px 0;
	margin: 0;
}

.chromestyle ul li{
	display: inline;
}

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

.dropmenudiv{
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	text-indent: 10px;
	text-align: left;
	
	position:absolute;
	/*top: 178px;*/
	background: #c5d01d;	
	z-index:100;
	width: 110px;
	visibility: hidden;
	
	margin-left: 4px;
	
	/*border-top: 1px solid #bebebe; 
	border-bottom: 1px solid #bebebe; 
	border-right: 1px solid #bebebe; 
	border-left: 1px solid #bebebe; 	
	border-bottom-width: 1px ;*/
	
}


.dropmenudiv a:link, .dropmenudiv a:visited {
	text-decoration: none; 
	color: #000000;
	line-height: 20px;
	
	/*width: 100%;*/
	display: block;
	padding: 2px 0;	
}

.dropmenudiv a:hover { 		
	text-decoration: none; 
	color: #cb2030;	
	/*background: #f5f5f5;*/
	
}

/*/end navigation*/