* {
	margin: 0;
	padding: 0;
}

body {
	background: #ccc url("bg.gif") top center repeat-y;
	font: normal 8pt/13pt verdana, arial,sans-serif;
	color: #808080;
}

a, a:visited {
	text-decoration: underline;
	color: #000;
	
}

a:hover {
	color: red;
}

#header {
	width: 700px;
	height: 60px;
	background: #000 url("header.gif") no-repeat;
	padding-top: 30px;
	padding-left: 0;
	font-size: 22pt;
	color: #FFF;
}

#header h1{
	padding-top: 5px;
	font-size: 22pt;
	color: #fff;	
}

#header h2{
	padding-top: 5px;
	font-size: 14pt;
	color: #555;	
}

#container {
	width: 700px;
	
	
	margin: 0 auto;
	text-align: left;
}

#horizontal {
	width: 700px;
	height: 30px;
	background: url(horizontal.gif);
	font-weight: bold;
	font-size: 10pt;
	padding-top: 6px;
	padding-left: 0;
	
}

#horizontal a, #horizontal a:visited {
	color: #fff;
	text-decoration: none;
	padding: 0 5px;
}

#horizontal a:hover {
	color: red;
	text-decoration: underline;
}



#content {
	float: left;
	width: 700px;
	margin: 10px 0 0 0;
}

#content ul {list-style-type: none; margin-left: 14px;}
#content li{
	font-size:10pt;
	margin-left: 14px;
	padding: 2px 0 2px 14px;
	background: url(articlebg.gif) top left repeat-y;
	
}

#content h2{
	font-size: 190%;
	font-weight: bold;
	color: #555;
	margin-bottom: 5px;
	/* padding-left: 14px;
	background: url(h2bg.gif) top left repeat-y;*/
}
.big {font-size:140%;}
.black {
	color: #000;
}

p {
font-size:10pt;
margin-bottom: 20px;
/*padding-left: 14px;
 background: url(articlebg.gif) top left repeat-y;*/
}

input.text {
	width: 70px;	
	border: 1px solid #ccc;
}

input.button {
	color: #808080;
	padding-left: 0px;
	font-size: 8pt;	
	border: none;
	background: none;
	}

#searchbox {
	background: url(searchbox.gif) no-repeat;
	padding: 5px;
	height: 30px;
}

#footer {
	color: #ccc;
	background: #F9F9F9;
	clear: both;
	width: 696px;
	text-align:center;
	
	padding: 4px;
	border: 1px solid #E4E4E4;
}

#footer a, #footer a:visited{
	color: #ccc;
}

#footer a:hover {
	color: #808080; 
}

.paddL {padding-left:18px;}
.paddB {padding-bottom:18px;}
img {border:0;}

#L1 {	float:left; width: 285px;
}
#R1 {	margin-left:295px; width: 400px;
}
#wagt_map_1 {margin: 15px 0 15px 15px;}

#whyTable img{border:4px #F0F0F0 solid}

.cent {margin: 0 auto; text-align:center;}
.cent img {margin: 0 auto; text-align:center;}