/* CSS Document */
body {
	margin:0px;
	padding:0px;
	background-color:#99adce;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
#site_wrapper {
	margin:0px auto;
	
}
#repeat_me {
	
	margin:0px auto;
}
#header_shadow {
	
}
#footer {
	
}
#wrap {
	margin:0px auto;
	width:800px;
	padding-top:0px;
	
}
#wrapper {
	margin-top:20px;
	width:800px;
	padding-top:0px;
	background-color:#FFFFFF;
}
#header {
	margin-top:0px;
	padding:0px;
	width:800px;
	height:87px;
	background-image: url(../images/bg_head.jpg);
	background-repeat: repeat-x;
}

#bottom {
	margin-top:4px;
	margin-bottom:0px;
	padding:0px;
	width:800px;
	
}
#footer2 {
	padding-bottom:10px;
	width:800px;
	margin:0px auto;
	font-family: Verdana;
	font-size: 10px;
	color:#686868;
	background:#FFFFFF;
}
#footer2 a {
	font-family: Verdana;
	font-size: 10px;
	text-decoration:underline;
	font-weight:normal;
	color:#686868;
}
#footer2 a:hover {
	font-family: Verdana;
	font-size: 10px;
	text-decoration:none;
	font-weight:normal;
	color:#686868;
}







.text {
	font-family: Verdana;
	font-size: 11px;
	color:#686868;
}
.text a {
	color:#20187f;
	text-decoration:underline;
}
.text a:hover {
	text-decoration:none;
	color:#20187f;
}

.wtext {
	font-family: Verdana;
	font-size: 11px;
	color:#20187f;
}
.wtext a {
	color:#20187f;
	text-decoration:none;
}
.wtext a:hover {
	text-decoration:underline;
	color:#20187f;
}

.gray15{
font-family:Verdana;
color:#8a8a8a;
font-size:14px;
margin:0px;
padding:0px;
}
.gray12{
font-family:Verdana;
color:#60ab1d;
font-size:12px;
margin:0px;
padding:0px;
}
.blue14{
font-family:Verdana;
color:#20187f;
font-size:14px;
margin:0px;
padding:0px;
}
.white12{
font-family:Verdana;
color:#ffffff;
font-size:12px;
margin:0px;
padding:0px;
}