@CHARSET "ISO-8859-1";

html,body {
	background: #ccc; /* url(/images/bg/bg.gif) repeat-x; */
	height: 100.1%; /* force scrollbar */
	min-height: 100.1%;
	font-size:12px;
	font-family:"Lucida Sans","Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
}

a {
	outline: none;
	text-decoration: none;
	color: #0066CC;
}

ul li a,ul li a.visited {
	color: #fff;
}

th,td {
	border: 0;
	padding: 0;
}

textarea, input, select {
	font-family: inherit;
}

hr {
	color:#ddd;
	border:0;
	border-top:1px dotted;
	height:00;
	margin:0;
	padding:4px;
}

.clear {
	clear: both;
	height: 0px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.col1 {
	float: left;
	width: 644px;
}

.col2 {
	float: right;
	width: 320px;
}

/* fonts */
.font10px {
	font-size:10px;
}

.font11px {
	font-size: 11px;
}

.font12px {
	font-size: 12px;
}

.font13px {
	font-size: 13px;
}

.bold {
	font-weight:bold;	
}

.gray {
	color:#aaa;	
}

.white {
	color:#fff;
}

.header_container #header_image {
	float: left;
	margin-left: -2px;
	margin-top: 4px;
}

.header_container #clock {
	float: right;
}

.right_col {
	margin: 0;
	width: 33%;
}

/* navigation */
.top_nav {
	background: transparent url(/images/bg/top_nav_bg.png) no-repeat;
	height: 50px;
	width: 960px;
	padding: 16px;
	margin: 0 0 -22px 0;
	color: #fff;
}

.top_nav a {
	color:#fff;
}

.top_nav li {
	float: left;
	padding: 0 16px 0 4px;
	
}

.fbLink {
	position:relative;
	float:right;
	top:15px;
	margin-bottom:-24px;
	right:13px;
}



h3 span {
	font-size:11px;
	font-weight:normal;
}

.commentbox {
	width:590px;
	color:#aaa;
}
.commentfield{
	color:#aaa;
	width:200px;
}
