/* @override http://auromere.dev/styles/global.css */

* { 
	margin: 0; 
	padding: 0 
}

body {
	background-color: #FFFFCC;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333;
}

#container { 
	position: relative; 
	margin: 0 auto;
	width: 950px;
}

#header {
	height: 150px;
	background: url(../images/masthead.jpg) no-repeat;
}

#aux-links {
	float: right;
	padding: 5px 10px;
	font-size: 10px;
	color: #fff;
}

#aux-links a:link, #aux-links a:visited {
	color: #fff;
	text-decoration: none;
}

#aux-links a:hover {
	text-decoration: underline;
}
	
#aux-links .active {
	font-weight: bold;
	color: #740000 !important;
	background-color: #FFFFCC !important;
}

#navigation	{
	position: absolute;
	top: 129px;
	font-size: 14px;
	line-height: 20px; 
	text-align: right; 
	padding: 0 10px; 
	width: 930px;
}

#navigation ul { list-style-type: none; margin: 0; padding: 0; }
#navigation li	{ display: inline }
#navigation a:link, #navigation a:visited {
	color: #333;
	text-decoration: none;
	margin-right: 1px;
	margin-left: 1px;
	padding: 3px 16px;
	background-color: #cccc99;
}

#navigation a:hover {
	color: #740000;
}
	
#navigation a.active {
	color: #740000 !important;
	background-color: #FFFFCC !important;
}

#body-div {
	background: url(../images/bkg_bodyarea.png) repeat-y;
}


#body-div a {
	color: #0B2B04;
}

#body-div a:hover {
	color: #740000;
}

#left-sidebar {
	position: absolute;
	top: 150px;
	left: 0;
	width: 160px;
	padding: 10px;
/* 	background-color: #CCCC99; */
	height: 500px;
}

#left-sidebar h2 {
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	margin-left: 15px;
}

#left-sidebar ul {
	list-style-type: none;
	padding: 5px 0 0 0;
}

#left-sidebar li {
	padding: 3px 10px 3px 15px;
	border-top: 1px dashed #ffffcc;
}

#left-sidebar a:link, #left-sidebar a:visited {
	color: #0B2B04;
	text-decoration: none;
}

#left-sidebar a:hover {
	color: #990000;
}

#left-sidebar a.active {
	color: #990000;
}

#right-sidebar {
	position: absolute;
	top: 150px;
	right: 0px;
	width: 150px;
	font-size: 10px;
	line-height: 14px;
	background-color: #B6A645;
	padding: 10px;
	margin: 10px 0 0 10px;
	color: #fff;
}

#right-sidebar h2 {
	margin-bottom: 7px;
	font-size: 10px;
	text-transform: uppercase;
}

#right-sidebar p {
margin-bottom: 14px;
}

#right-sidebar a {
	color: #990000;
}

#right-sidebar a:hover {
	text-decoration: none;
}

#footer {
	clear: both;
	height: 20px;
	font-size: 10px;
	text-align: right;
	border-top: 1px #CCCC99 solid;
}

#main-content {
	margin-left: 180px;
	width: 580px;
	padding: 10px;
}

#main-content h1 {
	font-size: 20px;
	margin-top: 7px;
	margin-bottom: 7px;
}

#main-content p {
	margin-bottom: 17px
}

table.bordered {
	border-collapse: collapse;
}

table.bordered td {
	border: 1px #cccc99 solid;
	padding: 3px;
}

.clearer {
	clear: both;
}

#sub-logo {
	margin: 50px 0;
	padding: 13px;
	border: 1px dashed #ffffcc;
	
}