/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #E7E7E7;
    background-color: black;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

h1 { font-size: 34px; }

h2 {
	margin-bottom: 0px;
	padding: 0 0 21px 0;
	font-size: 24px;
	background: #000000 url(images/img3.gif) repeat-x left bottom;
}

h3
{
    padding: 0 0 22px 0;
    font-size: 13px;
    background: #000000 url(images/img3.gif) repeat-x left bottom;
    color: #0000ff;
}

p {
	margin-top: 0;
	text-align: justify;
	line-height: 160%;
}

a
{
    color: #3399ff;
}

a:hover {
	text-decoration: none;
}

.list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list li
{
    padding: 5px 0;
    background: url(images/img5.gif) repeat-x;
}

.list li.first {
	background: none;
}

#body
{
    margin: 0 auto;
    text-align: left;
    width: 894px;
    background: url(Images/Spotlight1.jpg) no-repeat 0% 105pt;
}

/* Header */

#header
{
    float:left;
    height: 98px;
    background: url(images/img1.gif) repeat-x left bottom;
    padding-right: 0px;
    padding-left: 13px;
    padding-bottom: 0px;
    padding-top: 70px;
    width: 894px;
}

#header IMG
{
    z-index: 0;
    left: 0px;
    float: left;
    position: relative;
    top: -80px;
}


#header h1
{
    font-size: 15pt;
    float: left;
    color: #0000ff;
    position: relative;
    top: -38px;
    left: 10px;
}

#header h2 {
	display: none;
}

#header ul {
	float: right;
	position: relative;
    top: -40px;
    left: -50px;
	padding: 15px 0 0 0;
	list-style: none;
}

#header li {
	display: inline;
}

#header a
{
	padding-right: 14px;
	display: block;
	padding-left: 14px;
	background: url(images/img2.gif) no-repeat left center;
	float: left;
	padding-bottom: 0px;
	font: bold 12px Georgia, "Times New Roman" , Times, serif;
	color: #ffffff;
	padding-top: 0px;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#header .first a {
	background: none;
}

/* Content */

#content
{
    width: 894px;
    margin: 0 auto;
}

#colOne
{
	padding-right: 0px;
	padding-left: 5px;
	float: left;
	padding-bottom: 0px;
	width: 179px;
	padding-top: 0px;
}

#colOne h3
{
    margin-top: 14px;
    color: white;
}

#colTwo
{
    float: right;
    width: 680px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}
#colTwo A
{
    color: lightsteelblue;
    font-weight: bold;
}
#colTwo h2
{
    font-size: 15pt;
    color: #0000ff;
}
#colTwo P
{
    font-size: 10pt;
    font-family: Arial;
    font-weight: bold;
    margin: 10px;
    color: white;
}

/* Footer */

#footer {
	clear: both;
	width: 894px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

#footer p {
	padding: 20px 0 0 0;
	background: url(images/img4.gif) repeat-x;
	text-align: center;
	color: #8A8A8A;
}
.TextBack
{
    width: 100%;
    background-image: url(Images/Text.png);
    background-repeat: repeat-x;
    margin-bottom: 5px;
    margin-top: 5px;
}
.floatleft
{
    float: left;
    margin-right: 10px;
}
.floatright
{
    float: right;
    margin-left: 10px;
}