﻿* {
	border: 1px #000000;
	padding: 0;
	margin: 0;
} 
 

body {
background: white;
font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
font-size: 12px;
padding-top:20px;
color: white;
}


#wrap {
	width: 760px;
	background: #ffffff;
	margin: 0px auto;
	border: 1px #000000;
}
.header {

}


a:hover {
	color:#CC0000;
}



h1 {
	font-size: 38px;
	font-weight: 400;
	font-family: Tahoma;
	text-align:center;
	color: #000000;
	
}

h2 {
	font-size: 20px;
	font-weight: 400;
	font-family: Tahoma;
	text-align:left;
	color: #000000;
	padding-left: 20px;
	
}
#h2:hover{
	color: gray;
	font-size: 16px;
}

h3 {
	font-size: 14px;
	font-weight: 400;
	font-family: Tahoma;
	text-align:left;
	color: #000000;
	padding-left:205px;
	
}
h4 {
	font-size: 10px;
	font-weight: 400;
	font-family: Tahoma;
	text-align: center;
	color: #000000;
}

h5 {
	font-size: 11px;
	font-weight: 400;
	font-family: Tahoma;
	text-align: center;
	color:#999999;
		
}

h6 {
	font-size: 12px;
	font-weight: 400;
	font-family: Tahoma;
	color: #000000;
	padding-left:50px;
	padding-right:50px;
	text-align:left;
	
}

.style1 {
	font-size: medium;
	font-weight: 400;
	padding: 10px 0 4px 10px;
	font-family: Tahoma;
	text-align: right;
	color: #000000;

}
	

.header h2 {
font-size: 17px;
font-weight: 100;
color: #fff;
padding-left: 12px;
}
.sidebar {
	width: 125px;
	background-image: url('images/nav%20backgroud.jpg');
	float: left;
}

.sidebar2 {
	width: 50px;
	background-image: url('images/nav%20backgroud.jpg');
	float: left;
}

#banner {
	position: relative;
	left: 0px;
	top: 30%;
	bottom: auto;
}


.content {
	float: left;
	width: 760px;
	color: white;
	text-align: justify;
	font-family: Tahoma;
	font-size: 12px;
}

#footer {
	border: 1px #000000 solid;
	padding: 10px;
	font-size: 11px;
	color: gray;
	text-align: center;
	background-color: #FFFFFF;
	font-family: Tahoma;
}
#footer a {
color: #666666;
}


