body {
	margin: 0em;
}

/* header styles */
div#header {
	padding: 0.5em 1em 0.5em 1em; 
	background-image: url(/images/gradient.png); 
	background-repeat: repeat-x;
}

div#title {
	font-size: 18px;
	font-weight: bold;
	color: #e6e668;
	margin-bottom: 0.3em;
}

div#caption {
	color: #aaf;
	font-weight: bold;
}

div#ataglance {
	font-size: 10px;
	text-align: right;
	float: right;
}

/* menu styles */
div#menu {
	margin-left: 0.5em;
	margin-right: 0.5em;
}

table.menu {
	width: 100%;
	margin: 0;
	padding: 0;
}

td#leftmenu {
	text-align: left;
	padding-left: 0.5em;
}

td#rightmenu {
	text-align: right;
	padding-right: 0.5em;
}

select#rulesDropDown {
	display: inline;
	background-color: #1D4F81;
	color: white;
}

hr {
	color: #FFF;
	max-height: 1px;
	border: 0px solid #FFF;
	border-top: 1px solid #FFF;
}

/* news styles */
div#news {
	width: 20em; 
	font-size: 95%;
	text-align: justify;
	border-right: 1px outset #fff;
	padding: 0 1.5em 1.5em 1.5em;
	margin-top: 0.45em;
	float: left;
}

.newsHeader {
	font-weight: bold;
}

a.newsHeader {
	color: white;
}

.newsUser {
	font-weight: bold;
	font-size: 10px;
}

.newsItem {
	margin-top: 0.25em;
	margin-bottom: 1em;
}

/* maini content styles */
div#mainContent {
	margin-left: 22em;
	padding: 0 1em 1em 1em;
	margin-top: 1em;
}

.addr {
	float: right;
	margin: 0em 0em 2em 2em;
	font-weight: bold;
}

/* footer styles */
div#footer {
	clear: both;
	width: 100%;
	text-align: center;
}

div#quote {
	padding: 1em;
}

div#copyright {
	clear: both;
	padding: 1em;
}

div.footerImage {
	float: left;
	text-align: center;
	width: 33.3%;
}
