/*
 * styles for naoc2012
 */
html {
	background:#0b3b6b;/*#2d313d;*/
 background-image:url(../images/page-bg.png);
 background-repeat:repeat-y;
 background-position:center top;
	height:100.2%;
	font-family:verdana,helvetica,"luxi sans",sans-serif;
	color:#333;
}
body {
	margin:0;
}
#wrap {
	text-align:left;
	margin:0px auto;
	padding:0px;
	width:920px;
	background:#fff;
	background-image:url(../images/content-bg.jpg);
	background-position:0 140px;
}
#header {
	height:140px;
	background:#fff;
	background-image:url(../images/main-logo-bar-309x140.jpg);
	background-repeat:no-repeat;
	background-position:16px 0;
	text-align:center;
	padding:0 0 0 300px;
	border-bottom:1px solid #ddd;
}
#header h1 {
	font-size:28px;
	color:#0b2b6b;
	margin:0 0 10px 0;
}
#header h2 {
	font-size:16px;
	color:#0b2b6b;
	margin:0 0 8px 0;
}
#header h3 {
	font-size:16px;
	color:#0b2b6b;
	margin:0 0 4px 0;
}
#countdown {
	font-size:12px;
	padding:4px;
	margin:0 0 16px 16px;
	color:#0b2b6b;
	border:2px solid #ddd;
}
.titlebar {
	text-align:center;
	border-bottom:1px solid #ddd;
}
.titlebar h2 {
	font-size:18px;
	color:#0b2b6b;
	margin:0px;
	padding:4px;
}
#content {
	padding:0px 0 0px 0;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
}
#content-main-col {
	background:#fcfcfc;
	width:620px;
	float:right;
	font-size:12px;
	padding:10px 10px 0 10px;
}
#content-main-col h2 {
	color:#2b3b6b;
	font-size:16px;
	text-align:left;
	background:#fcfcfc;
}
#content-main-col h3 {
	color:#2b3b6b;
	font-size:14px;
	text-align:center;
	background:#fcfcfc;
}
#content-main-col a {
	color:#339;
}
#content-main-col a:hover {
	color:#c00;
}

#content-left-col {
	width:260px;
	float:left;
	text-align:center;
	padding:10px 0 0 0;
}
#content-left-col h3 {
	color:#2b5b9b;
	font-size:14px;
}

#news {
	margin-top:20px;
	padding:10px 10px 10px 10px;
	line-height:110%;
	height:340px;
	overflow:auto;
}
#news .headline {
	color:#c93b39;
	font-weight:bold;
	font-size:16px;
	padding-top:8px;
	padding-bottom:4px;
}
#news .newsbody {
	font-size:12px;
	color:#2b5b9b;
}
#news .newsfoot {
	font-size:10px;
	color:#666;
	padding:6px 0 6px 0;
	border-bottom:1px solid #2b5b9b;
}
#news a {
	color:#2b5b9b;
}
#news a:hover {
	color:#c93b39;
}

#adspace {
	clear:both;
	background:#fff;
	padding: 4px 8px 4px 8px;
	border-top:1px solid #ddd;
	overflow:auto;
}

#footer {
	clear:both;
	background:#2b3b6b;
	color:#eee;
	font-size:12px;
	padding: 4px 8px 4px 8px;
	overflow:auto;
}
#footer-left {
	width:50%;
	float:left;
}
#footer-left a {
	color:#eee;
	text-decoration:none;
}
#footer-left a:hover {
	text-decoration:underline;
}
#footer-right {
	width:50%;
	float:right;
	text-align:right;
}

.buttonscontainer {
	width: 240px;
	padding-left:16px;
}
.buttons a {
	color: rgb(0,85,163);
/*	background-color: #ffffff;*/ /*rgb(255,249,174);*/
	padding: 2px;
	padding-left: 10px;
	display: block;
	border-bottom: 1px dotted #33486c;
	font-size:11px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	line-height:150%;
}
.buttons a:hover {
/*	background-color: rgb(0,124,195);*/
	background-color: #ccccdd;
/*	color: rgb(255,249,174);*/
	text-decoration: none;
}
.err_msg {
	color:#c00;
	font-weight:bold;
}