
body {
	margin: 11px 0 0 0;
	padding: 0;
	font: normal small Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #fff;
background-color: #000; }

p, ul, ol, blockquote {
	margin-top: 0;
	line-height: 120%;
}

hr {
display: block;
height: 1px; 
border-left: none;
border-right: none;
border-top: 1px dashed #000;
border-bottom: none;  }

img {
border: 0;
}

.ad {
border: 2px #a3f041 solid;
margin: 5px; }

.photo {
border: 2px #000 solid;
margin: 5px; }

.icon {
margin-right: 10px;
margin-bottom: 10px; }

.highlight {
color: #d6e5f2;
font-size: 10pt;
font-family: Verdana, Helvetica, Arial, sans-serif;
}

a {
	color: #fc871f;
text-decoration: underline; }

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

#wrapper {
width: 1000px;
margin: auto;
 }

/* Header */

#header {
	width: 1000px;
	height: 374px;
	margin: 0 auto;
 z-index: 999;
background-color: #d6e5f2;
}

#leftNav {
	float: left;
	width: 230px;
padding-bottom:10px; }

#flash {
	float: left;
	width: 760px;
padding-bottom: 10px;
padding-left: 10px; }

/* Menu */

.menu ul {
	list-style: none;
	line-height: normal;
}

.menu li {
border-bottom: 1px #0055a5 solid;
padding-bottom: 5px;
padding-top: 5px;
margin-bottom: 5px;
text-align: left;
list-style-type: none;
display: block;
margin-left: -30px; }

.menu li:hover {
border-bottom: 1px #0055a5 solid;
padding-bottom: 5px;
padding-top: 5px;
margin-bottom: 5px;
text-align: left;
list-style-type: none;
display: block;
background-color: #fff;
color: #000;
margin-left: -30px; }

.menu a {
	width: auto;
	height: 16px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #0055a5;
}

.menu a:hover {
	color: #3d3d3d; }

/* Content */

#content {
	width: 980px;
	margin: 10px auto 0em auto;
background-color: #3e3e3e;
padding: 10px;
border: 1px #353535 solid; }

#full {
	width: 970px;
	margin: 0 auto;}

#fullDark {
	width: 970px;
	margin: 0 auto;
background-color: #353535;
border: 1px #000 solid;}

#TwoColOne {
	float: left;
	width: 460px;
padding: 5px;
margin-left: 5px;}

#TwoColTwo {
	float: left;
	width: 460px;
padding: 5px;
margin-left: 10px; }

#SubColOne {
	float: left;
	width: 350px;
padding: 5px;
margin-left: 0px;
background-color: #353535;
border: 1px #000 solid;
text-align: left; }

#SubColTwo {
	float: left;
	width: 560px;
padding: 5px;
margin-left: 10px; }

#indent {
margin-left: 170px;
}


#SubOne {
	float: left;
	width: 100px;
margin-left: 0px;
background-color: #353535;
border: 1px #000 solid;
text-align: center;
margin-top: 45px;
padding-left: 0px; }

#SubTwo {
	float: left;
	width: 820px;
padding: 5px;
margin-left: 10px; }

/* Image Hover */


a.screen, a.screen:visited {
color:#fc871f; 
position:relative; 
z-index:1;
}

a.screen b {
position:absolute;
visibility:hidden; /* hide the image */
width:200px; /* give it a width */
height:0; /* no height to solve an Opera bug that 
             makes it selectable when hidden */
left:150px; /* position:the image */
top:-50px;
}

a.screen:hover {
text-decoration:none; 
border:0; /* needed for this to work in IE */ 
z-index:1000;
}

a.screen:hover b {
visibility:visible; /* make the image visible */
height:150px; /* now give it a height */
cursor:pointer; /* for IE */
z-index:500; 
}

a.screen:hover b img {
border:0; /* remove the link border */
}

/* Content Elements */

#box {
width: 445px;
border: 1px #424242 solid;
padding: 5px;
background-image: url(../images/box-titlebar.jpg);
background-repeat: no-repeat;
text-align: left;
margin-top: 10px;
margin-bottom: 10px; }

.boxTitle {
color: #000;
font-variant: small-caps;
font-size: 12pt;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
text-align: center; }

#boxCenter {
float: left;
width: 450px;
border: 1px #424242 solid;
padding: 5px;
text-align: left;
margin-top: -5px;
margin-left: 250px; }


.check {
display: list-item;
font-size: 14px;
font-family: Verdana, Helvetica, Arial, sans-serif;
margin-left:15px;
list-style-image: url(../images/check.jpg);
list-style-position: outside;
margin-bottom: 5px;
padding-left: 5px; }


#content h1 {
margin-bottom: 10px;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 16pt;
text-align: center;
color: #fc871f;
font-weight: lighter; }

#content h2 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12pt;
color: #a3f041;
text-align: left;
font-variant: small-caps;
font-weight: lighter; }

#content h3 {
	letter-spacing: normal;
	font-size: 12pt;
	color: #9ec5ea;
text-align: left;
font-weight: bold; }

#content ul {
	list-style: disc;
	margin-left: 20px;
	padding-left: 1em;
	text-indent: -1px;
	}

/* Footer */

#footer {
	height: 100px;
	padding: 7px 0 0 0;
text-align: center; 
background-color: #000;}

#footer * {
	color: #fff;
}

#footer:link {
color: #fff;
}

#footer:hover {
color: #d3e6f3;
}

#footer p {
	font-size: smaller;
}
