/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */
 
body {
	background: #000 url(../images/OuterWrapper_BG.jpg) no-repeat;
	color: #ffc;
	margin: 0;
	padding: 0;
	line-height: 115%;
	font-family: Verdana, Geneva, sans-serif;
}

/************* Reset to two columns completed ***********/

#wrapper {
	width: 900px;
	margin: 0 auto;
	padding-top: 1px;
}


#InnerWrapper {
	margin-top: 5px;
	font-size: 80%;
	text-align: left;
	margin-bottom: 5px;
	background-color: #141414;
	padding-bottom: 5px;
}

#header {
	background: url(../images/header_BG.jpg) no-repeat;
	height: 114px;
	margin-top: 40px;
	border: 1px solid #666;
}
#header h3 {
	font: 3em "Comic Sans MS", cursive;
	color: #CCC;
	margin-top: 5px;
	margin-left: 30px;
}

/******* Text Elements **********/

 p, h1, h2, h3, h4, h5, h6 {
	margin: 12px;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
}


h1 {
	font-size: 150%;
	color: #f89e54;
}
h2 {
	font-size: 130%;
	color: #f89e54;
}


#leftcol {
	float: left;
	width: 150px;
	background-color: #292929;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
}


/*********** ENd text elements ***********/

/********** Start Navigation ***************/

#leftcol ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#leftcol li {
	border-bottom: 1px solid #666;
}

#leftcol li a {
	display: block;
	text-decoration: none;
	padding: 4px;
   background-color: #fb7008;
	color: #000;
	font-weight: bold;
}

#leftcol li a:hover {
	background-color: #ffb109;
}

#leftcol .left {
	float: left;
	margin: 15px 10px 0 12px ;
}

/***** Reset the layout to a 2 column layout **********/

/* Empty class to make it selectable in DW design view */
.TwoCol {}

/* Hides the rightcol div */
.TwoCol #rightcol {
	display: none;
}

/* Adjusts the right margin on the content div */
.TwoCol #content {
	margin-right: 0;
}
#date {
	font-size: .8em;
	text-align: right;
	padding-right: 10px;
	color: #FFC;
	padding-top: 5px;
	padding-bottom: 5px;
}

#content {
	margin: 0 270px 0 170px;
	background-color: #292929;
	border: 1px solid #666;
	font: 1.05em Verdana, Geneva, sans-serif;
}

#content .left {
	float: left;
	margin: 5px 10px 0 0;
}

/************* End generic classes ***********/

#content a {
	color: #FFC;
}

#content a:hover {
	color: #C60;
}

#content ul li {
	line-height: 1.8em;
	list-style-type: square;
}

#content ul li a {
	text-decoration: none;
}

#content ul li a:hover {
	text-decoration: underline;
	color: #C60;
}


#rightcol {
	float: right;
	width: 250px;
}

#rightcol .left {
	float: left;
	margin: 15px 10px 0 12px ;
}
#footer {
	font-size: .7em;
	padding-left: 5px;
}
#footer p {
	text-align: center;
}


#footer a {
	color: #FFC;
}

#footer a:hover {
	color: #c60;
}



.newsbox {
	background-color: #292929;
	border: 1px solid #666;
	margin-bottom: 20px;
	font-size: 85%;
}
.newsbox_left {
	background-color: #292929;
	border: 1px solid #666;
	margin-bottom: 20px;
	font-size: 85%;
	margin-top: 20px;
}

.newsbox img {
	background-color: #292929;
	border: 1px solid #666;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

/************* Generic classes ***********/
.clearit {
	clear: both;
}

.right {
	float: right;
	margin: 5px 0 2px 10px;
}
