body {
margin: 0;
padding: 0;
text-align: left;
font: 75% "Lucida Sans", Arial, sans-serif;
background: url(../images/BG.gif) top no-repeat #000000;
color: #FFFFFF;
}

#container {
	width: 900px;
	line-height: 1.5em;
	margin: auto;
}

td a {
color: #65A3D4;
text-transform: uppercase;
text-decoration: none;
}
td  a:hover {
color: #E0B42F;
text-decoration: none;
}

#banner {
width:900px;
height: 245px;
margin: 10px 0 20px 0;
}

#main_content {
	width:900px;
	height: 300px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

#main_content a {
color: #65A3D4;
text-transform: uppercase;
text-decoration: none;
}
#main_content  a:hover {
color: #E0B42F;
text-decoration: none;
}

		/* TOP NAVIGATION */
#navlist {
padding: 0 25px 25px 0;
margin: 30px 0 20px 0;
text-align: center;
letter-spacing: 2px;
color: #fff;
}
#navlist li {
list-style: none;
margin: 0;
display: inline;
}
#navlist li a {
padding: 3px;
margin: 0;
text-decoration: none;
color: #FFFFFF;
background:#0A344C;
}
#navlist li a:link { 
color: #FFFFFF;
background:#0A344C;
}
#navlist li a:hover {
color: #000000;
background: #E0B42F;
}
#navlist li a#current {
color: #000000;
background: #E0B42F;
}

		/* MAIN CONTENT */
#content {
	border-left: 1px dashed #0A344C;
	border-right: 1px dashed #0A344C;
	color: #FFFFFF;
	margin: 0 275px 0 275px;
	padding: 2px 35px 0 35px;
}

#content a {
color: #65A3D4;
text-transform: uppercase;
text-decoration: none;
}
#content a:hover {
color: #E0B42F;
text-decoration: none;
}

		/* ARTICLES */
.intro {
float:left;
width: 160px;
margin: 5px 0 5px 0;
padding: 10px 5px 5px 5px;
text-align:left;
border-top: #330000 1px solid;
}

		/* LEFT SIDEBAR */
#sidebar-left {
	float: left;
	width: 275px;
	color: #FFFFFF;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	margin-top: 15px;
	border-right: 1px dashed #0A344C;
	height: 175px;
}

#sidebar-left a {
color: #65A3D4;
text-transform: uppercase;
text-decoration: none;
}
#sidebar-left  a:hover {
color: #E0B42F;
text-decoration: none;
}

		/* RIGHT SIDEBAR */
#sidebar-right {
	float: right;
	width: 275px;
	color: #FFFFFF;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	margin-top: 15px;
}
#sidebar-right a {
color: #65A3D4;
text-transform: uppercase;
text-decoration: none;
}
#sidebar-right  a:hover {
color: #E0B42F;
text-decoration: none;
}
		/* FOOTER */
#footer {
clear: both;
padding: 40px 20px 20px 20px;
margin: 0;
color: #FFFFFF;
text-align:center;
}
#footer a {
color: #65A3D4;
text-transform: uppercase;
text-decoration: none;
}
#footer  a:hover {
color: #E0B42F;
text-decoration: none;
}

		/* LINKS */
a {
color: #FFFFFF;
text-transform: uppercase;
text-decoration: none;
}
a:hover {
color: #0A344C;
text-decoration: none;
}
a img {
border: 0;
}

		/* IMAGE PROPERTIES */
.border {
padding: 10px;
margin: 10px;
border: 1px solid #0A344C;
}
.imgleft {
float: left;
border: 1px solid #90b905;
margin: 5px 10px 10px 15px;
padding: 5px;
}

		/* HEADING PROPERTIES */
h1 {
font-size: 30px;
line-height: 40px;
font-family: "Impact";
letter-spacing: 1px;
color: #E3AE44;
border-bottom: 1px solid #666666;
}
h2 {
font-size: 18px;
letter-spacing: 7px;
color:#E0B42F;
}
h3 {
padding: 5px 5px 5px 0;
font-size: 12px;
text-transform: uppercase;
color: #FFFFFF;
}
h4 {
padding: 5px;
text-transform: uppercase;
font-size: 110%;
color:#FFFFFF;
}
.emphasize {
color: #E0B42F;
font-weight: normal;
text-transform: uppercase;
}

input {
font-size: 11px;
}

/* HighSlide */

.highslide-container div {
    font-size: 12px;
}
.highslide-html {
    background-color: #000000;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: #FFFFFF;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: #000000;
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: #999999;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: #FFFFFF;
    background-color: #000000;
}
.indent p{
margin: -5px 0 12px 11px;
}

/* Styles for the popup */
.highslide-wrapper, .rounded-white {
	background-color: #000000;
}
.highslide-wrapper .highslide-html-content {
    width:500px;
	height: auto;
    padding: 10px;
	color: #FFFFFF;
    background-color: #000000;
}

.highslide-wrapper .highslide-header {
	padding-bottom: 5px;
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: normal;
	color: #65A3D4;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: #E0B42F;
    text-decoration: none;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 15px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	margin-top: 4px;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}
.highslide-dimming {
	background: #000000;
}
