﻿body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #666666;
	
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x
}


.title

 {
 	padding-left: 10px;
 	margin-top: 10px;
 	margin-bottom: 10px;
	font-family: Arial Narrow;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #4E4E4E;
	padding-right: 0px;

	text-align: justify;
	list-style-position: inside;
	list-style-type: disc;
}
.subtitle

 {
 	padding-left: 10px;
 	margin-top: 10px;
	 margin-bottom: 10px;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #892834;
	padding-right: 0px;

	text-align: justify;
	list-style-position: inside;
	list-style-type: disc;
}


}
.text {
	padding-left: 10px;
 	margin-top: 10px;
 	margin-bottom: 10px;
	font-family: arial;
	font-size: 13px;
	font-style: italic;

	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #4E4E4E;
	padding-right: 10px;

	
}
.textmain {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: 300px;
	font-variant: normal;
	font-style: italic;

	text-transform: none;
	color: #ffffff;

	}



 
 
 


.footer {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration:none
}

.textw{
    color: white;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    border-right: 0px solid gray;
    text-decoration: none;
    padding: 0px;


}

.nav {
	font-family: Arial;
	font-size: 11px;
	color:#ffffff;
	font-weight: bold;
	text-align: left;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	height:28px;
		
}


a.nav:hover {

	background: #CFC9C9;
	font-family: Arial;
	font-size: 11px;
	color: #761F28;

	font-weight: bold;
	text-align: left;
	
	
}


#dropmenudiv{

	position:absolute;
	border:1px solid #6C1D26;
	border-bottom-width: 0;
	font:normal 11px Arial;
	line-height:20px;
	z-index:100;
	background-color: #6C1D26;
}


#dropmenudiv a{

	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #6C1D26;
	padding: 0px 0;
	text-decoration: none;
	font-weight: normal ;
}

#dropmenudiv a:hover
{ /*hover background color*/


background-color: #CFC9C9;
	
}