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

body {
	margin:auto;
	color:#333;
	background-color:#999;
	font-family:"Bookman Old Style";
	font-weight:bold;
	text-align:center;
	/*background-image: url(images/body-bg.png);
	background-repeat: repeat-x;
	background-position: top;*/
}

#main {
	margin:auto;
	padding-top:10px;
	border-color:#333;
	text-align:center;
	width:900px;
}

#flash {
	margin:auto;
	text-align:center;
	padding:50px 25px 25px 25px;
}

#nav {
	height:50px;
	border-bottom:1px solid #333;
	border-top:1px solid #333;
}

#nav dl {
	margin:0 0 0 200px;
	padding:0;
}

#nav dt {
	float:left;
}

#nav dt a {
	display:block;
	width:100px;
	color:#333;
	font-weight:bold;
	text-align:center;
	padding: 10px;
}

#nav a:hover, a:active {
	color:#999;
	background-color:#ccc;
}

#nav dt.cur a{	
	color:#ccc;
	background-color:#333;
}

#content {
	padding:20px 20px 0px 20px;
}

#content ul li {
	text-align:left;
}

#colholder {
	width:875px;
	padding-top:10px;
}


#colone {
	width:400px;
	height:375px;
	float:left;
}

#coltwo {
	width:400px;
	height:375px;
	float:right;
}

#coltwo a {
	color:#333;
}

h2 {
	font-style:italic;
}

#footer {
	clear:both;
	text-align:left;
	height:45px;
	font-size:12px;
	border-top: 1px solid #333;
	padding:13px 25px;
	line-height:18px;
}

#footer a {
	color:#333;
}

#footer a:hover {
	color:#666;
}

#footer #altnav {
	width:250px;
	float:right;
	margin-top:10px;
	text-align:right;
}
