* {
    padding: 0;
    margin: 0;
} 

body {
    background: #efebe0 url('img/body_bg.gif');
	font-size: 13px;
	font-family:"arial",times new roman,Serif;
	
}
a {
	color: #3B6EBF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#wrap {
margin: 10px auto;
width: 800px;
}

#top { 
background: url('img/top_bg.png') no-repeat;
height: 20px;
}

#logo {
margin-left: 200px;
}

#content {
padding: 0 20px 0 20px;
background: url('img/middle_bg.png');
background-repeat: repeat-y;
color: #1b252f;
}

#bottom {
background: url('img/bottom_bg.png') no-repeat;
height: 20px;
}

.header {
height: 139px;
background: url('img/header.jpg');
}

.header h1 { padding-left: 17px; padding-top: 22px; font-size: 22px; color: #FFF; }
.header h1 a { font-size: 22px; color: #FFF; text-decoration: none;}
.header h2 { padding-left: 17px; padding-top: 0px; font-size: 17px; color: #FFF; }

.nav { 

    background: #F6F9FB; 
	border-bottom: 1px solid #E1E1E1; 
	padding: 5px;
}
	
.middle {
	float: left;
	width: 370px;
	margin: 10px 0px 0 10px;
	padding: 0 5px 0 5px;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.middle2 {
	width: 600px;
	margin: 10px 0px 0 70px;
	padding: 0 5px 0 5px;
	text-align: center;
}

.right {
	float: right;
	width: 175px;
	margin: 10px 0 0 10px;
	text-align: center;
}

.right1 {
	float: right;
	width: 175px;
	margin: 5px 0 0 10px;
	text-align: center;
}

.left {
	float: left;
	width: 180 px;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
.heading{
    margin: 5px 0 5px 0;
	border-top:double;
	border-bottom:double;
}

.border {
border: 3px solid black;
}

.nav ul {
	padding: 0px 0 5px 20px;
	margin:0;
}

.nav li {
	margin-bottom:5px;
	list-style-type: square;
	color: #3B6EBF;
}

.list {
text-align: left;
margin: 0 0 5px 25px;
}

.tld {
font-weight: bold;
}

.list {
margin: 0 0 0 20px;
}

.floatright {
float:right;
}

.middle h2 { color: #3e576e; font-size: 16px; margin-bottom: 2px; margin-top: 2px;}
.right h1, .right1 h1, .left h1 { color: #3e576e; font-size: 16px; text-align:center; margin-bottom: 2px; margin-top: 2px;}
.right h2 { color: #3B6EBF; font-size: 14px; margin-top: 15px;}


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
    font-family: verdana,Serif;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}

/* Generated via www.cssmenubuilder.com */

.menu{margin:0 auto; padding:0; height:30px; width:100%; display:block; background:url('img/topMenuImages.png') repeat-x;}
.menu li{padding:0; margin:0; list-style:none; display:inline;}
.menu li a{float:left; padding-left:15px; display:block; color:rgb(255,255,255); text-decoration:none; font:16px Verdana, Arial, Helvetica, sans-serif; cursor:pointer; background:url('images/topMenuImages.png') 0px -30px no-repeat; font-weight: bold;}
.menu li a span{line-height:30px; float:left; display:block; padding-right:15px; background:url('imgs/topMenuImages.png') 100% -30px no-repeat;}
.menu li a:hover{background-position:0px -60px; color:rgb(255,255,255);}
.menu li a:hover span{background-position:100% -60px;}
.menu li a.active, .menu li a.active:hover{line-height:30px; font:16px Verdana, Arial, Helvetica, sans-serif; background:url('img/topMenuImages.png') 0px -90px no-repeat; color:rgb(255,255,255); font-weight: bold;}
.menu li a.active span, .menu li a.active:hover span{background:url('img/topMenuImages.png') 100% -90px no-repeat;}

