html, body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.85em;
	background-color:#342C9C;
	color:#fff;
}



#navlist {width:108px;}
#navlist li{margin:0;padding:0;list-style:none;}
#navlist li, #navlist a{height:41px;display:block;}

#home{left:0px;width:108px;}
#home{background:url('/images/nav4.gif') 0 0;}

#prev{top:48px;width:108px;}
#prev{background:url('/images/nav4.gif') 0px 51px;}


a, a:visited {
	color:#fff;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#wrapper {
	width:780px;
	margin: 10px auto;
	padding:0;
	border: 1px solid #fff;
}

#header {
	width:100%;
	height:140px;
	background:url(images/header.jpg) no-repeat;
}

#container {
	width:100%;
	margin:0;
	padding:0;
}

#nav {
	float:left;
	width:180px;
	margin-top:20px;
}

#nav ul {
	width:180px;
	margin:0;
	padding:0;
}

#nav ul li {
	width:170px;
	margin:0;
	padding:5px;
	list-style-type:none;
	text-align:right
}

#nav ul li a {
	color:#fff;
	text-decoration:none;
}
	
#nav ul li a:hover {
	text-decoration:underline;
}

marquee {
	border:2px solid #fff;
	padding:5px;
	font-weight:bold;
	color:#ffdd23;
}

#content {
	width:580px;
	margin-left:185px;
	padding:5px;
}

#col1 {
	float:left;
	width:275px;
	margin-left:5px;
	margin-top:15px;
}

#col1-head {
	float:left;
	width:275px;
	height:180px;
	margin:0;
	padding:0;
}

#col1-head img { display:block; border:none; }

#col1-content {
	float:left;
	width:265px;
	min-height:345px;
	height:auto !important;
	height:345px;
	background-color:#1BA0CD;
	color:#000;
	padding:5px;
	margin:0;
	clear:both;
	background:url(images/col1-tile.gif) repeat-y;
}

#col1-footer {
	float:left;
	width:275px;
	height:6px;
	background:url(images/col1-footer.gif) no-repeat;
	padding:0;
	margin-bottom:10px;
	clear:both;
}

#col2 {
	width:275px;
	margin-left:295px;
	margin-top:15px;
}

#col2-head {
	width:275px;
	height:25px;
	background:url(images/col2-head.gif) no-repeat;
}

#col2-content {
	width:265px;
	min-height:500px;
	height:auto !important;
	height:500px;
	background-color:#FFFFFF;
	color:#fff;
	padding:5px;
	background:url(images/col2-tile.gif) repeat-y;
}

#col2-footer {
	width:275px;
	height:6px;
	background:url(images/col2-footer.gif) no-repeat;
	margin-bottom:10px;
}

#footer {
	width:770px;
	clear:both;
	background-color:#FFDD23;
	color:#342C9C;
	padding:5px;
	margin:0;
	text-align:center;
	font-weight:bold;
}

#copy { 
	text-align:center;
	padding-bottom:20px;
}

#copy a, #copy a:visited {
	color:#fff;
	text-decoration:none;
}

#copy a:hover {
	text-decoration:underline;
}

/* Fix's #container not clearing inner floats in firefox */
.floatfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .floatfix {
height: 1%;
}
/* End hide from IE-mac */
