* {
    padding: 0;
    margin: 0;
} 

body {
    background: #fff;
	background: #afc3dc url(bg_lines.gif) repeat-x;
	font: .85em Verdana, Tahoma;
	line-height: 1.5em; 
}
a {
	color: #3B6EBF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#wrap {
margin: 5px auto;
width: 834px;
background: #fff url('images/midd.jpg');
background-repeat: repeat-y;
}

#top { 
background: #fff url('images/topp.jpg');
height: 9px;
}

#content {
padding: 0 40px 0 40px;
}

#bottom {

background: #fff url('images/bott.jpg');
height: 8px;
}


.header {
height: 100px;
background: #fff;
}

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

#searchArea {
	width: 205px;
}

#searchArea input {
	margin-top: 0;
	border: 1px solid #ccc;
	background-color: #DDD;
	color: #000;
	font: 0.9em Arial, Helvetica, Geneva, sans-serif;
	width: 165px;
	float: left;
}

#searchArea select {
	width: 168px;
	border: 1px solid #ccc;
	line-height: 1.0em;
	color: #909090;
	font: 0.9em Arial, Helvetica, Geneva, sans-serif;
	float: left;
}

#searchArea button {
	width: 34px;
	background-color: #DDD;
	border: 1px solid #004599;
	color: #2d2b2b;
	font-size: 0.8em;
	height: 1.6em;
	line-height: 1.6em;
	
	display: block;
	/*
	text-align: center;
	background-color: #bbcbe4;
	border: 1px solid #1a529d;
	color: #1a529d;
	display: block;
	font-size: 1.1em;
	height: 1.6em;
	line-height: 1.6em;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	*/
}

#searchArea a:hover {
	color: #fff;
	background-color: #FFF;
}

.breadcrumbs { 
    background: #FFF; 
	border-bottom: 0px solid #E1E1E1; 
	padding: 6px;
}
	
.middle {
	float: left;
	width: 73%;
	margin: 0 5px;
	padding: 1% 1%;
	text-align: justify;
	font: 0.85em Verdana, Tahoma;
	line-height: 1.5em; 
	
}

.middle2 {
	float: left;
	width: 96%;
	margin: 0 5px;
	padding: 1% 1%;
	text-align: justify;
	font: 0.85em Verdana, Tahoma;
	line-height: 1.5em; 
	
}


.right {
	float: left;
	width: 20%;
	margin: 0 5px;
	padding: 1% 1%;
	font: 0.95em Verdana, Tahoma;
	line-height: 1.2em; 
}

.right ul {
	padding: 5px 0 1px 5px;
	margin:0;
}

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

.middle h2 { color: #004599; font-size: 16px; margin-bottom: 10px; margin-top: 10px;}
.middle2 h2 { color: #004599; font-size: 16px; margin-bottom: 10px; margin-top: 10px;}
.right h1 { color: #004599; font-size: 14px; margin-top: 12px;}
.right h2 { color: #2d2b2b; font-size: 10px; margin-top: 12px;}


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

#footer {
	text-align: center;
	color: #000;
	font-size: 9px;
}


