@charset "UTF-8";
/* CSS Document */

/***** Resets *****/

* {
    margin:0;
    padding:0;
}
html {
    background:#FFFFFF none repeat scroll 0 0;
    color:#000000;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset, img {
    border:0 none;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
	font-size: 18px;
}
li {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}
h1, h2, h3, h4, h5, h6 {
    font-size:100%;
    font-weight:bold;
}
sup {
    vertical-align:text-top;
}
sub {
    vertical-align:text-bottom;
}
input, textarea, select {
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
}
body {
    font-family:arial,helvetica,clean,sans-serif;
    font-size:16px;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:1.231;
}
table {
    font-size:inherit;
}
pre, code, kbd, samp, tt {
    font-family:monospace;
    line-height:100%;
}
/***** End resets *****/

/***** Big frame *****/

.l0 {
    border:1px solid #000;
    margin: 0 1em;
    position:relative;
	clear: both;
}
.l1 {
    border:4px solid #f9d433;
    position:relative;
}
.l2 {
    background:transparent url(northeast.png) no-repeat scroll right top;
    margin-right:-5px;
    position:relative;
    z-index:4;
}
.l3 {
    background:transparent url(northwest.png) no-repeat scroll left top;
    margin-left:-5px;
    position:relative;
    z-index:3;
}
.l4 {
    background:transparent url(southwest.png) no-repeat scroll left bottom;
    margin-bottom:-5px;
    margin-top:-5px;
    position:relative;
    z-index:2;
}
.l5 {
    background:transparent url(southeast.png) no-repeat scroll right bottom;
    padding:10px;
    position:relative;
    z-index:1;
}


/***** End big frame *****/

a:focus, a:hover, a:active {
	color: #a98400;
}

a {
	color: #000;	
}
p {
	margin-bottom: 1em;
	font-size: 16px;
}

body {
	min-width: 1000px;
	background: #ccc url('page_bg.png') repeat-x fixed;
}
div#header {
	width: 924px;
	margin: 0 auto;
}
img#logo_img {
	border: 0;
}
div#main {
	padding: 0 1em;
	background: #fefefe;
}
div#m0 {
	margin: auto;
	width: 95%;
	width: 1000px;
	background: transparent url('frame_left.png') repeat-y left center;
	padding-left: 8px;
}
div#m1 {
	background: transparent url('frame_right.png') repeat-y right center;
	padding-right: 12px;
}
div.half_column
{
	float: left;
	width: 48%;
	font-size: 16px;
}
div.bd-title {
    height: 2em;
	font-size: 110%;
}

div.clear {
	clear: both;
	height: 1px;
}
div#mainmenu {
	margin: 0 auto;
	height: 2em;
	width: 57em;
}
div.leftsidebar {
	float: left;
	margin-right: 1em;
}
div.rightsidebar {
	float: right;	
	margin-left: 1em;
}
div.sidebar {
	width: 150px;
	padding: 0;
	background: transparent url('links_bg.png') no-repeat scroll bottom left;
}
div.sidebar h2 {
	background: transparent url('links_top.png') no-repeat scroll;
	color: #f9d433;
	margin: 0;
	padding-top: 3px;
	font-size: inherit;
	text-align: center;
	height: 22px;
}
div.sidebar a h2, div.sidebar h2 a {
	text-decoration: none;
	color: #f9d433;
}
div.sidebar ul {
	padding: .8em 0;
	font-size: 90%;
	line-height: 1.5;
}
div.sidebar ul a {
	text-decoration: none;	
	display: block;
	padding: 0 .8em;
	margin: 0 -.8em;
}
div.sidebar ul a:hover {
	background-color: #000;	
}
div.sidebar ul li {
	list-style-type: none;
	padding: 0 .8em;
}
div.widesidebar {
	width: 225px;
	background: transparent url('links_bg_wide.png') no-repeat scroll bottom left;
}
div.widesidebar h2 {
	background: transparent url('links_top_wide.png') no-repeat scroll;
}
ul.events li.date {
	font-weight: bold;
	font-size: 90%;
}
ul.events li.description {
	font-size: 80%;
	margin-bottom: .2em;
}
div#content {
	margin: 1em;
	min-height: 300px;
}
img.rotatingimg {
	width: 700px;
	height: 250px;
	margin-bottom: 1em;
	border: 2px solid #000;
}
div.bd-content, div.bd-title {
	padding-left: 165px;
}
div.bd-title h2 {
	text-decoration: underline;
	color: #000;
}
div#footer {
	padding: 2em;
	font-size: x-small;
	color: #666;
	text-align: center;
	clear: both;
}
div#footer a {
	color: #666;
	text-decoration: underline;
}
div#footer p {
	margin: .1em;
	font-size: x-small;
}

strong {
	font-weight: bold;
	font-size: 16px;
}
.underline {
	text-decoration: underline;	
}
.indent {
	margin-left:2em;
}
