@charset "utf-8";
/* CSS Document */

body { 
	background: #000000; 
	margin: 0; 
	padding: 0;
	font-family: "Lucida Sans";
	font-size: 13px;
}

#top {
	width: 100%;
	height: 80px;
	background: url(../images/top.jpg) repeat-x; 
}

#middle {
	width: 100%;
	background:#999999 url(../images/bg_mid.jpg);
}

#footer {
	height: 50px;
	width: 100%;
	background: url(../images/footer.jpg) #000000 repeat-x;
	color: #FFFFFF;
	padding-top: 10px;
}

#container {
	background: #FFFFFF;
	width: 720px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
}

#leftcol {
	background: #000066;
	width: 220px;
	height: 600px;
	float: left;
}

#rightcol {
	width: 500px;
	height: 600px;
	float: left;
}

#content {
	width: 450px;
	height: 580px;
	margin-left: auto;
	margin-right: auto;
}
	
#navcontainer {  
	width: 200px;
}

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, Helvetica, sans-serif;
	}

#navcontainer li { 
	margin: 0 0 1px 0; 
	}

#navcontainer a {
	display: block;
	padding: 5px 10px;
	width: 200px;
	color: #fff;
	background-color: #036;
	text-decoration: none;
}

#navcontainer a:hover {
	color: #fff;
	background-color: #69C;
	text-decoration: none;
}

#navcontainer ul ul li { 
	margin: 0 0 1px 0; 
}

#navcontainer ul ul a {
	display: block;
	padding: 5px 5px 5px 30px;
	width: 185px;
	color: #fff;
	background-color: #369;
	text-decoration: none;
}

#navcontainer ul ul a:hover {
	color: #fff;
	background-color: #69C;
	text-decoration: none;
}

#fg { 
	vertical-align: bottom;
}

h1 {
	font-size: 19px;
	color: #00429B;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 10px;
}

.title {
	font-size: 14px;
	color: #3959A2;
	font-weight: bold;
}

.icon1 a {
	color: #00429B;
	text-decoration: none;
	border: 0px;
}

.icon1 a:hover {
	color: #00429B;
	text-decoration: underline;
	border: 0px;
}

.icon2 a {
	color: #FF3333;
	text-decoration: none;
	border: 0px;
}

.icon2 a:hover {
	color: #FF3333;
	text-decoration: underline;
	border: 0px;
}

.icon3 a {
	color: #3AB9DC;
	text-decoration: none;
	border: 0px;
}

.icon3 a:hover {
	color: #3AB9DC;
	text-decoration: underline;
	border: 0px;
}