/* CSS Style Sheet 
Author: Jeren
*/
 
body {
	background-color: #000000; /* Black Background */
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF; /* White font color */
	background-image: url('images/blue.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
}

td {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#container {
	width: 800px;
	/*height: 95%;*/
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

/*\ Give to IE/Win but hide from IE/Mac - unfortuantely it won't support either min-height method */
* html #container {
     height: 100%;
     }
     /* end hide */
	

#header {
	/*height: 225px;*/
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#banner {
	width: 100%;
	height: 150px;
	background-image: url('images/banner.png');
	background-repeat: no-repeat;
}

#topoptions{
	text-align: right;
	padding-top: 3px;
	padding-bottom: 3px;
}

#menu {
	text-align: left;
	width: 100%;
	height: 51px;
	background-image: url('images/menubg.png');
	background-repeat: x-repeat;
}

/* Have the menu images borderless */
#menu a img {
	border: none;
}

#content-body {
	min-height: 200px;
	background: none;
	border-color: #070707;
	border-width: 0px 2px 0px 2px;
	border-style: solid;
	background-image: url('images/contentbg.png');
}

#content-left {
	width: 180px;
	float: left;
	padding: none;
	padding-top: 3px;
	margin-left: 3px;
}
#content-right {
	width: 600px;
	padding: 3px 5px 5px 5px;
	float: right;
}
#content-c {
	clear: both;
}

.content-title {
	background-color: #222222;
/*	background-image: url('images/button.png');
	background-repeat: no-repeat;
	background-position: center left;*/
	font-weight: bold;
	width: 95%;
	height: 20px;
	padding: 5px 0px 0px 5px;
	border-top: 1px solid #444444;
	border-left: 1px solid #444444;
	border-right: 1px solid #111111;
	border-bottom: 1px solid #111111;
	margin: auto;
}

.content-box {
	width: 93%;
	background-image: url('images/contentbg2.png');
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	margin: auto;
	margin-bottom: 5px;
}
#footer {
/*	width: 800px;*/
	width: 100%;
	height: 80px;
	background-color: #222222;
	/*vertical-align: middle;*/
	padding-top: 5px;
}

#designed {
	width: 100%;
	text-align: right;
}

.imgfloatr{
	float:right;
/*	width:100px;
	height: 100px;*/
	margin: 5px 0 5px 5px;
	border:0px solid #525252;
	text-align:center;
}

.imgfloatl{
	float:left;
/*	width:100px;
	height: 100px;*/
	margin: 5px 5px 5px 0;
	border:0px solid #525252;
	text-align:center;
}

/* Anchor stuff */
A:link.top {text-decoration: none;color: #FFFFFF; font-weight; } /*border-bottom: 1px dashed #7777AA;*/
A:visited.top {text-decoration: none;color: #FFFFFF;  font-weight;}
A:active.top {text-decoration: none;color: #FFFFFF; font-weight;}
A:hover.top {text-decoration: underline;color:#FFFFFF; font-weight;}/*border-bottom: 1px dashed #7777AA; */

A:link.news {text-decoration: none; font-weight: bold; color: #ffffff; font-weight; } /*border-bottom: 1px dashed #ffffff; */
A:visited.news {text-decoration: none; color: #ffffff; font-weight;}
A:active.news {text-decoration: none; color: #ffffff; font-weight;}
A:hover.news {text-decoration: underline; color: #fb9d1f; font-weight;}/*border-bottom: 1px dashed #fb9d1f; */

A:link {text-decoration: none; color: #0066ff; font-weight; } /*border-bottom: 1px dashed #0066ff; */
A:visited {text-decoration: none; color: #0066ff; font-weight;}
A:active {text-decoration: none; color: #0066ff; font-weight;}
A:hover {text-decoration: underline; color: #fb9d1f; font-weight;}/*border-bottom: 1px dashed #fb9d1f; */