BODY
{
	margin:0px; 
	padding:0px; 
	background: #1c1c1c url('../resources/background.jpg') no-repeat top center;
	background-attachment:fixed;
	text-align: center;
	
	font-family: "Trebuchet MS", Verdana;
	font-weight:normal;
	font-size: 12px;
	line-height: 24px;
	color: #d5d5d5;
}

.container
{
	margin: 0px auto;
	width: 960px;
	text-align:left;
}

.header
{
	width: 960px;
	height: 232px;
}

.wrap
{
	clear:both;
	min-height: 550px;
}

.main
{
	float:left;
	width: inherit;
}

.side-bar
{
	float: left;
	width: inherit;
}

.spacer
{
	clear: both;
	height: 0px;
}

hr
{
	width: 66%;
	height: 0px;
	border-color: #2c2c2c;
	border-bottom: 1px solid #2c2c2c;
	border-right: 1px solid #2c2c2c;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	margin: 30px auto 10px auto;
}

hr.light
{
	border-bottom: 1px solid #414141;
	border-right: 1px solid #414141;
	border-top: 1px solid #222222;
	border-left: 1px solid #222222;
	margin: 30px auto 30px auto;
}

.full
{
	width: 960px;
}

.half
{
	width: 480px;
}

.breaker
{
	clear: both;
}

.two-column
{
	overflow: hidden;
}

.hidden
{
	display: none;
}

/*
Window
News and Events might be the only one, but might as well keep this handy
*/

.titled-window
{
	background-color: #282828;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}

.bar
{
	display: block;
	width: 100%;
	height: 51px;
	background-color: #333333;
}

.window-title
{
	margin: 0px 25px 0px 25px;
	padding: 14px 0px 0px 0px;
}

.window-title h4
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	float: left;
	width: inherit;
}

.window-title a
{
	float: right;
	width: inherit;
	line-height: 14px;
	margin-top: 6px;
}

table
{
	margin: 0px 0px 0px 0px;
	padding: 0px 25px 0px 25px;
	font-size: 12px;
	color: #d5d5d5;
}

td.date
{
	width: 55px;
	color: #919191;
	vertical-align: top;
}

td
{
	line-height: 24px;
	padding: 25px 0px 0px 0px;
}

td a
{
	color: #aaaaaa;
	display:block;
}

td a:hover
{
	color: #ffffff;
	border: 0px;
}

/*
Typography
Not sure if this warrants a whole new file
*/

h1
{
	font-family: 'Droid Serif', Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', Georgia, serif;
	font-style: regular;
	font-weight: normal;
	font-size: 32px;
	line-height: 32px;
	color: #ffffff;
	margin-bottom:10px;
}

h2
{
	font-family: "Droid Serif", Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', Georgia, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 18px;
	line-height: 31px;
	color: #ffffff;
	display: inline;
}

h3
{
	font-family: "Droid Serif", Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', Georgia, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	display: block;
}

h4
{
	font-family: MankSans-Medium, "Trebuchet MS", Verdana;
	font-size: 14px;
	text-transform: uppercase;
	color: #ffffff;
}

p
{
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #d5d5d5;
	line-height: 24px;
}

.large
{
	font-size: 14px;
	line-height: 22px;
}

.large td#left
{
	width: 90px;
}

a
{
	color: #fe8a00;
	text-decoration: none;
}

a:hover
{
	color: #e94d00;
	border-bottom: 1px dashed #e94d00;
}

a:hover.noborder
{
	border: 0px;
}

a:active, a:active img
{
	border: 0px;
}

.read-more
{
	width: 100%;
	text-align: right;
}

blockquote
{
    margin:0px;
    margin-left:40px;
    padding:0px;
}

/*
Lists
*/

ol
{
	margin: 0px;
	padding: 0px 20px 0px 20px;
	line-height: 24px;
}

ol li
{
	padding: 8px 10px 0px 10px;
}

ul
{
	list-style: none;
	margin:0;
	padding:0;
	line-height: 18px;
}

ul li
{
	background-image: url('../resources/bullet.gif');
	background-position: 0px 14px;
	background-repeat: no-repeat;
	padding: 8px 25px 8px 25px;
}

ul.news
{
	padding: 15px 0px 25px 0px;
	margin: 0px;
	overflow: hidden;
}

ul.news li
{
	clear: both;
	display: block;
	background: none;
	line-height: 22px;
	padding: 10px 25px 10px 25px;
	margin: 0px;
	overflow: auto;
}

ul.news li a
{
	color: #909090;
	display: block;
}

ul.news li a:hover
{
	color: #ffffff;
	border: 0px;
}

ul.news li div
{
	display: block;
	float: left;
}

ul.news li div.left
{
	width: 70px;
	vertical-align: top;
}

ul.news li div.right
{
	width: 360px
}

/*
Stop IE
*/

.stop-ie
{
text-align:left;
position: absolute;
top: 0px;
left: 0px;
}

.stop-ie img
{
	border: 0px;
}

.stop-ie a:hover
{
	border: 0px;
}