@charset "UTF-8";
/* CSS Document */

/*Begin Reset Code*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: text-bottom;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}


/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/*End Reset Code*/


body {
	background-color: #161616;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size: 12px;
}

#wrapper {
	width: 1000px;
	height: auto;
	height: 500px;
	margin: 0px auto;
	background-image:url(resources/bg.png);
	background-repeat: no-repeat;
}

#header {
	height: 50px;
}

#left_col {
	float: left;
	width: 140px;
	padding-top: 5px;
	padding-left: 3px;
	margin-top: 50px;
}

#navigation {
	width: 140px;
}

#navigation ul {
	font-size: 16px;
	text-align: left;
}

#navigation li {
	list-style: none;
	padding: 1px;
}

#navigation a {
	display: block;
	padding: 5px 0;
	padding-left: 9px;
	text-decoration: none;
	color: #FFF;
	background-color: #580000;
	border-bottom: 1px solid #000000;
	border-left: 10px solid #000000;
}

#navigation a.current_page {
	color: #000;
}

#navigation a:hover.current_page {
	color: #FFF;
}

#navigation a:visited {
	color: #FFF;
}

#navigation a:hover {
	background-color: #000;
	border-left-color: #580000;
}	
	
#right_col {
	float: right;
	width: 133px;
	padding-right: 10px;
	padding-left: 3px;
	padding-top: 5px;
}

#twitter {
	width:127px;
	padding:3px;
	height: 240px;
	text-align: left;
	border:groove;
	border-color:#000;
	overflow: hidden;
}

#twitter a:link {
	color: #900;
	text-decoration: none;
}

#twitter a:hover {
	color: #999;
	text-decoration:underline;
}

#twitter a:visited {
	color: #CCC;
}

#twitter h2 {
	font-size:13px;
	color: #900;
}
	
ul#twitter_update_list {
	font-size: 10px;
	list-style-type:circle;
	list-style-position:inside;
}

#content {
	margin-left: 180px;
	margin-right: 180px;
	padding: 5px 5px;
	text-align: left;
}

#content2 {
	margin-left: 180px;
	margin-right: 0px;
	padding: 5px 5px;
	text-align: left;
}

#news {
	width: 315px;
	float: left;
	margin-top: 100px;
}

#news li {
	margin: 2px;
}

#events {
	width: 290px;
	float: right;
	margin-top: 100px;
}

#events li {
	margin: 2px;
}

#quicklinks {
	padding: 3px 7px;
}

#quicklinks img {
	margin: 3px 0px;
}

#footer {
	width:1000px;
	margin: 0px auto;
}

h1 {
	font-size:18px;
	text-align:right;
	text-shadow:#000;
	margin-bottom: 40px;
}

h2 {
	font-size:16px;
}

h3 {
	font-size: 14px;
	margin: 10px 0px;
}

h4 {
	font-size: 12px;
	padding: 5px 0px;
	line-height: 21px;
}

h5 {	/*Footer Text*/
	font-size: 9px;
	color:#FFF;
}

p{
	font-size:10px;
}

body a {
	text-decoration: none;
	color:#FFF;
}

body a:visited {
	text-decoration: none;
	color:#CCC;
}

body a:hover {
	color: #999;
	text-decoration:underline;
	font-weight: bold;
	font-style: italic;
}

/*Drawer Appearance*/

.drawer {
	width: 600px;
	padding: 5px;
}

.drawer a {
	text-decoration: none;
	color: #FFF;
}


.inside {
	padding: 10px;
	padding-left: 20px;
	line-height: 130%;
	display: none;
}

.important {
	background-color:#777;
	
}
/*End Drawer Appearance*/
