/* CSS Document */

body {
	background-color:#353449;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1 {
	font-size:24px;
	text-align:center;
}

h2 {
	font-size:18px;
	text-align:left;
}

a {
	color:#000000;
}

#site-container{
	width:752px;
	margin:0 auto;
	background-color:#FFFFFF;
	background-image:url(images/bg.gif);
	background-repeat:repeat-y;
}

.float_right {
	float:right;
}

#footer {
	height:40px;
	background-color:#E5E5E5;
	border-top:1px solid #8B8B8B;
}

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

#right-col {
	width:552px;
	float:right;
}

.content {
	padding:20px;
}

.clear {
	clear:both;
}

#nav-container {
}

#nav ul {
	list-style:none;
	padding:0;
	margin:0;
	font-size:14px;
}


#nav ul li {
	
}

#nav ul li a {
	color:#000;
	text-decoration:none;
	display:block;
	padding:7px 10px;
	width:159px;
	border-top:1px solid #CCC;
}

#nav ul li a:hover {
	color:#FFFFFF;
	display:block;
	background-color:#333333;
	font-weight:bold;
}

.table-top {
	background-color:#2F394F;
	color:#FFFFFF;
	font-weight:bold;
}

.table-row {
	background-color:#E5E5E5;
}



