@import url("/media/css/main.general.css");
@import url("/media/css/main.wrapped-bars.css");
@import url("/media/css/footer.css");

#pageLayout {
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 100%;
	min-width: 1024px;
	position: relative;
}

#header {
	height: 123px;
	position: relative;
}

#header .background {
	height: 100px;
	width: 100%;
	background: #006cbf;
}

#header .texture {
	position: absolute;
	width: 1000px;
	height: 100px;
	z-index: 0;
}

#header .logoleft {
	position: absolute;
	width: 242px;
	height: 100px;
	left: 0px;
	background: url(/media/img/header_right.jpg);
	text-indent: -999999px;
	z-index: 999;
}

#header .logoright {
	position: absolute;
	width: 965px;
	height: 100px;
	right: 0px;
	background: url(/media/img/header_left.jpg);
	text-indent: -999999px;
	z-index: 10;
}

#topMenu {
	height: 23px;
	background: url(/media/img/bar-bg.png) repeat-x;
	line-height: 23px;
}

#topMenu ul {
	position: absolute;
	height: 23px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#topMenu ul li {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 23px;
}

#topMenu ul li a {
	display: block;
	float: left;
	color: #0C3B6A;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma, verdana, arial, sans-serif;
	line-height: 23px;
	height: 23px;
	background: url(/media/img/menu-bg.png) repeat-x;
	z-index: 100;
	padding: 0px 20px 0px 20px;
}

#topMenu ul li a:hover {
	background-position: 0px -23px;
}

#topMenu ul li a:hover:first-letter {
	color: #8F5C04;
}

#topMenu ul li a:first-letter {
	color: #563A09;
}

#discussion  {	
}

#discussion h2{
	font-size: 16px;
	line-height: 2em;
	border-bottom: 1px solid #D0C2A7;	
}

#discussion ul {	
	margin: 0px;
	padding: 0px;
	list-style: none;	
	padding-right: 5px;
	width: 100%;	
}

#discussion ul li {
	line-height: 1,5em;	
	padding-top: 10px;	
}

#discussion ul li.first {
	border-bottom: 1px solid #D0C2A7;
}

#discussion ul li.last {	
	border-bottom: none;
}

#langNav ul li a {
	text-decoration: none;
}

#langNav ul li.first {
	border-left: none;
}

#langNav ul li {
	height: 1em;
	border-left: 1px solid #796940;
}

#langNav ul {
	line-height: 1em;
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: right;
	padding-right: 10px;
}

#langNav ul li {
	float: left;
	margin: 0px;
	padding: 0px 5px 0px 5px;
}

#langNav {
	display: none;
}

#page {
	padding: 2px;
	margin: 0px;
	background-color: #EBE2D1;
}

.colSpacer {
	width: 265px;
	height: 1px;
	border: none;
}

.columnsSpacer {
	width: 1000px;
	height: 1px;
	border: none;
}

table td.column {
	width: 265px;
	/*overflow: hidden;*/ /*display: block;*/
}

img.spacer {
	width: 1px;
	height: 1px;
	border: none;
}

#randQuote, #topNav p {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	font-size: 8pt;
}

#topNav p a {
	font-size: 8pt;
}

#today {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 8pt;
	white-space: nowrap;
	line-height: 1.5em;
}

p.notice {
	color: maroon;
	font-weight: bold;
}

