html{
	padding:0;
	margin:0;
}
body {
	width:990px;
	margin: 0px auto;
	padding:0px;
	text-align:left;
	font-family:Verdana;
	font-size:12px;
	line-height:150%;
	color:#616e70;
	background-color:#FFFFFF;
}
p{
	font-size:14px;
	line-height:150%;
	}
a{
	color:#055562;
	text-decoration:none;
}
a:hover{
	color:#880202;
	text-decoration: underline;
}
#box{
	padding:0;
	margin:0;
	margin-top:299px;
	position:absolute;
	display: block;
	width:990px;
}
#box2{
	padding:0;
	margin:0;
	margin-top:299px;
	position:absolute;
	display: block;
	width:990px;
}
#content{
	padding: 8px;
	padding-right:0;
	float: right;
	width:650px;
	z-index:1;
	text-align:justify;
}
#left{
	/*position:absolute;*/
	width:181px;
/*	width:20%;*/
	padding-right:8px;
	float: left;
	left:5px;
	border-right:1px dotted #799ca1;
	z-index:2;
	font-size:13px;
}
#right{
	position:absolute;
	width:125px;
/*	width:20%;*/
	padding-left:8px;
	border-right:1px dotted #799ca1;
	float: left;
	left:188px;
	z-index:3;
}
#content h1{
	font-size:18px;
	color:#02202A;
	margin:0;
	padding:0;
	text-align:center;
	text-transform:uppercase;
}
#content h1 a, #content a h1{
	text-decoration:none;
	}
#content h2{
	font-size:16px;
	margin:0;
	padding:0;
}
hr{
	border:0px;
	border-bottom:1px solid #548b93;
	padding:0;
	margin:0;
	height:1px;
}

#left h1, #right h1{
	padding:5px;
	margin:0;
	font-size:12px;
	font-weight:normal;
	border-left: 2px solid #bf3a00;
	padding-left: 5px;
	text-transform:uppercase;
	color: #626f28;
	margin-top:20px;
}
#left h2, #right h2{
	padding:0;
	margin:0;
	font-size:12px;
	padding-left: 7px;
	text-transform:uppercase;
	color: #bf3a00;
}
#left ul{
	margin:0;
	padding:0;
}
#left li{
	margin:1px;
	padding:0;
	padding:5px;
	padding-left:7px;
	list-style:none;
	background-color:#eef1df;
	border:1px solid #c4cf91;
}
#left li:hover{
	background-color:#c4cf91;
}
#left a{
	color:#055562;
	text-decoration:none;
}
#left a:hover{
	color:#880202;
	text-decoration:none;
}
#header{
	width:100%;
	position:relative;
	margin:0px;
	padding:0px;
	z-index:4;
}
#logo{
	padding:0;
	margin:0;
	height:80px;
}
#logo img{
	float:left;
}
#register{
	color:#1c7390;
	float:right;
	background-image:url(../images/register-now.jpg);
	background-position:left top;
	background-repeat: no-repeat;
	padding:0px;
	margin:0px;
	width:340px;
	height:40px;
	text-align:right;
	font-weight:normal;
	font-size:12px;
	margin-right:10px;
}
#register a{
	text-decoration:none;
	}
#menu{
	float:right;
	padding-right: 0px;
	font-size:13px;
	font-weight:normal;
	width:416px;
	text-align:right;
	margin-top: 10px;
	margin-right:10px;
}
#search{
	background-image:url(../images/search-bg.jpg);
	background-position:left top;
	background-repeat: repeat-x;
	height:209px;
}
#search2{
	background-image:url(../images/search-bg.jpg);
	background-position:left top;
	background-repeat: repeat-x;
	height:209px;
}
#search #txt{
	background-image:url(../images/hleft.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	float:left;
	padding:8px;
	padding-left:17px;
	width:50%;
}
#search2 #txt2{
	background-image:url(../images/hleft.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	float:left;
	padding:8px;
	padding-left:17px;
	width:50%;
}
#search #txt h1, #search2 #txt2 h1{
	color:#fffff5;
	font-size:30px;
	font-weight:normal;
	display:inline;
	padding:0;
	margin:0;
}
#search #txt h2, #search2 #txt2 h2{
	color:#fcc8c8;
	font-size:21px;
	font-weight:normal;
	padding:0;
	margin:0;
	margin-left:88px;
	margin-top:9px;
}
/*#search #txt input, #search #txt2 input{
	color:#fcc8c8;
	font-size:21px;
	font-weight:normal;
	position:absolute;
	padding:0;
	margin:0;
	left:188px;
	margin-top:9px;
}*/
.floatl{
	float:left;
}
.floatr{
	float:right;
}
.clear{
	height:0px;
	margin:0px;
	padding:0px;
	clear:both;
/*		position:fixed;*/
}
#footer{
	background-color:#f3fcfe;
	border:1px solid #d7f6fb;
	padding:2px;
	margin-top:15px;
	margin-bottom:10px;
	text-align:center;
}
#resource{
	width:100%;
	margin:0;
	padding:0;
}
#resource ul{
list-style:none;
clear:both;
}
#resource li{
width:30%;
float:left;
padding:2px;
margin:2px;
list-style:none;
text-align:center;
background-color:#FFECEC;
border:1px solid #CC0000;
}
#resource li:hover{
background-color:#E9FBFE;
border:1px solid #055562;
}
#resource li a{
text-decoration:none;
font-weight:bolder;
}
