/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	font-style : normal;
	font-weight : normal;
	font-size : 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color:#ffffff;

}
#center {
	width:750px;
	height: auto;
	margin: 0px auto;

}

#frame {
	width: 759px;
	float: left;
	margin-top: 20px;
	padding: 0px;
	background-color: #FFFFFF;
	border: 1px solid #005296;

}
#container {
	width: 760px;
	float: left;
}
#footer {
	float: left;
	width: 750px;
	margin-top: 0px;
	padding: 5px;
	border-top: 1px dotted #005296;

}
#header {
	float: left;
	width: 760px;
	border-bottom: 1px dotted #005296;
}

#nav {
	float: left;
	width: 160px;
	margin-top: 10px;
	margin-left: 5px;
	background-color: #AOCF66;
	border-left: 1px solid #005296;
	border-right: 1px solid #005296;
	border-top: 1px solid #005296;
}

#col1 {
	float: left;
	width: 180px;
	background:url(../images/side-image.jpg) no-repeat;
}
#col2{
	float: left;
	width: 399px;
	min-height: 550px;
	height: auto !important;
	height: 550px;
	border-left: 1px solid #005296;
	border-right: 1px solid #005296;
}
#col3 {
	float: left;
	width: 178px;
	
}
#accredits {
	float: left;
	width: 160px;
 	margin-top: 10px;
	margin-left: 5px;

}
#details {
	float: left;
	border-bottom: 1px dotted #005296;
	width: 179px;
	padding-bottom: 10px;
}
#image {
	float: left;
	width: 399px;
	border-bottom: 1px dotted #005296;
	
}
#content {
	float: left;
	width: 383px;
	padding: 8px;
	
}
#news {
	float: left;
	width: 169px;
	padding: 5px;
	border-top: 1px dotted #005296;
}
#search {
	float: left;
	width: 168px;
	margin-top: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	
}

.moduleTable {
	margin: 0px;
	background-color: #FFFFFF;
	width: 100%;
	font-size: 90%;
	color: #99cc66;
	border-top: 1px dashed #999999;
	line-height: 200%;
}
.moduleList_header {
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 3px 0px;
	border-bottom: 1px dashed #999999;
	font-weight: bold;
}

.moduleList {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 220%;
	border-bottom: 1px dashed #999999;
}

.moduleList a {
	color: #006699;
	text-decoration: none;
}

.moduleList a:hover {
	color: #006699;
	text-decoration: underline;
}