/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	background:url(images/bg.jpg) repeat-x #DEDEDE;
	
	}
#container {
	width:780px;
	margin:0 auto;
	overflow:hidden;
	}

#top {
	width:780px;
	height:191px;
	margin:0 auto;
	}
#menu {
	width:780px;
	height:49px;
	margin:0 auto;
	}
#banner {
	width:780px;
	height:197px;
	margin:0 auto;
	}
#content {
	width:780px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	text-align:justify;
	margin-bottom:20px;
	}
.h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#D52D00;
	font-weight: bold;
}
.h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;	
	color:#1C83A9;
	font-weight: bold;
}
ul {
	margin-top:8px;
}
li {
	color:#FF0000;
	line-height:18px;
	list-style-type:disc;
	}
span {
	color:#000000;
	}
#footer {
	width:100%;
	height:76px;
	margin:0 auto;
	background:#102E44;
	color:#80B8D0;
	}
#footer a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#80B8D0;
	text-decoration:none;
	}
#footer a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
	}
.lineheight {
	line-height:18px;
	}
.links {
	font-family:;
	font-size:12px;
	color:#D52D00;
	text-decoration:none;
	}
.links:hover {
	font-family:;
	font-size:12px;
	color:#D52D00;
	text-decoration:underline;
	}
.text2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1C83A9;
	font-weight: bold;
}
.button {
	background:#0B4E70;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	font-weight: bold;
	height:22px;
	width:90px;
	}
	
.border {
	border:2px solid #EBF1F3;
	}
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	}