body {
	color:#333333;
	margin: 0 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

a {
		color: #063;
		text-decoration: underline;
	}
	
a:hover {
		text-decoration: none;
		color: #999;
	}

#header {
	height: 300px;
	background: url(images/bg-header.png) repeat-x;
}

#header-content {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	height: 150px;
}

#header-left {
	float: left;
	width: 450px;
	text-align: center;
}

#header-left h2 {
		color: #FFF;
		font-size: 22px;
	}

	#header-left img {
		border: 0;
	}

#header-right {
	float: right;
	width: 400px;
	height: 150px;
	text-align: right;
	color: #FFF;
	font-size: 28px;
	margin-right: 50px;
}
/*----------------------------------NAV--------------*/
#nav-bg {
	height: 50px;
	background: #060;
	width: 100%;
}

#nav-content {
	width: 900px;
	margin-left:auto;
	margin-right: auto;
}

#nav-content ul {
	margin: 0;
	padding-top: 15px;
	}

#nav-content ul li {
	font-size:18px;
	display:inline;
	padding-right: 20px;
	padding-left: 20px;
	}
	
#nav-content li a {
	color:#ffffff;
	text-decoration: none;
	}

#nav-content li a:hover {
	color: #C90;
	}

#top-bg {
	width: 100%;
	background-color: #093;
	height: 130px;
}

#top {
	height: 130px;
	width: 900px;
	margin: 0 auto 0 auto;
}

	#top img {
		border: 1px solid #FFF;
		margin-right: 12px;
		margin-top: 4px;
	}


/*--------------------------------------BODY---------*/

#body {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#body-content {
	width: 900px;
	margin: 20px auto 0 auto;
}

#content-left {
	float: left;
	width: 200px;
}

#content-right {
	float: right;
	width: 680px;
	margin-bottom: 20px;
}

	#content-right h1 {
		font-size: 18px;
	}

	#content-right a {
		color: #063;
		text-decoration: underline;
	}
	
	#content-right a:hover {
		text-decoration: none;
		color: #999;
	}

	#content-right table {
		width: 500px;
	}

	#content-right table tr td img {
		padding-bottom: 3px;
	}

#content-right table.split {
	width: 680px;
}

.table-left {
	width: 339px;
	border-right: 1px solid #CCC;
}

.table-right {
	width: 340px;
	vertical-align: top;
	padding-left: 5px;
}

#navleft {
	border-right: 1px #093 solid;
	min-height: 450px;
	text-align: left;
}

	#navleft a {
		color: #666;
		text-decoration: none;
	}
	
	#navleft a:hover {
		color:#063;
	}

#navleft img {
	border: 0;
}

#navleft ul {
	list-style: none;
	font-size: 16px;
	line-height: 1.8em;
	padding-left: 0;
	vertical-align:middle;
}

	#navleft ul li a {
		color:#333;
		text-decoration: none;
		display: block;
		/*background:url(images/bg-navleft.png);*/
		width: 199px;
		height: 28px;
		margin: 0;
		padding: 0;
	}
	
	#navleft ul li a:hover {
		color: #063;
		display: block;
		height: 28px;
		width: 199px;
		font-weight: bold;
		/*background:url(images/bg-navleft-over.png);}*/
		}
	
/*--------------------------------------HOME*/


#home-content {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-top: 10px;
	font-size: 14px;
}

	
#home-left {
    float: left;
    width: 290px;
}

	#home-left ul li {
		list-style: circle;
	}
#home-middle {
    padding: 0 290px 0 305px;
	width: 290px;
}

#home-right {
    float: right;
    width: 290px;
}

	#home-right ul li {
		list-style: circle;
		}


#clear {
	clear: both;
}


/*------------------------------------content----*/
/*----------------------------------FOOTER--------*/
#footer {
	background:url(images/bg-footer.png) repeat-x;
	width: 100%;
	border-top: #630 solid 2px;
	height: 190px;
	font-size: 12px;
	color: #FFF;
}

#footer-content {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-top: 10px;
}

#footer-left {
	float:left;
	text-align:left;
	width: 350px;
}

	#footer-left h2 {
		font-size: 14px;
	}

	#footer-left ul {
		margin-left: 0;
	}
	
	#footer-left ul li {
		list-style: circle;
		padding-bottom: 5px;
	}

#footer-right {
	float:right;
	text-align:left
}

#footer-middle {
	text-align:left;
	margin-left: 350px;
	width: 250px;
}

	#footer-middle h2 {
		font-size: 14px;
		}


	#footer-middle ul {
		margin-left: 0;
	}
	
	#footer-middle ul li {
		list-style: circle;
		padding-bottom: 5px;
	}


#footer-content a {
	color: #FFF;
	text-decoration: underline;
}
	
#footer-content a:hover {
	text-decoration: none;
	color: #CCC;
}
/*-----------------------------------------------*/

