/* CSS Document */

/* Global Styles */

body
{
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #015287;
	margin: 0px 0px 0px 0px;
	background-color: #000;
}
h1
{
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
}

h2
{
	color:#50B946;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	text-transform: uppercase;

}

h3
{
	font-size: 20px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	text-transform: none;
}
h4{
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	margin: 0px 0px;
}

a
{
	text-decoration: none;
	color: #00afda;
	font-weight: normal;
}

a:hover, .nav a:hover{text-decoration: underline;}
ul, ol, li, p, form, hr{margin: 0;}
ul, ol{padding: 0px 0px 10px 25px;}
li{padding: 0px 0px 5px 5px;}
.singlespace li{padding: 0 0 0 5px;}
p{padding: 0px 0px 10px 0px;}

.options
{
	border: 1px #000 solid;
	padding: 5px 10px;
	background-color:#CCF4FF;
}

	
/* Classes */

.nav, .navActive
{
	text-transform: uppercase;
	font-weight: normal;
	font-size: 11px;
	vertical-align: bottom;
	text-align: right;
	line-height: 45px;
}

.nav a, .options a
{
	color: #015287;
}

.nav ul{margin: 0; padding: 0;}

.nav li
{
	list-style-image: none;
	display: inline;
	padding: 0 3px;
}

.navActive a, .nav a:hover
{
	color:#50B946;
	text-decoration: none;
}

.dropdown
{
	border: 1px #000 solid;
	padding: 5px;
	background-color:#CCF4FF;
	width: 133px;
}

.flashTop{ background: #fff url(images/flashBorder-Top.jpg) repeat-x top;}
.flashBottom{ background: #fff url(images/flashBorder-Bottom.jpg) repeat-x bottom;}

.main
{
	padding: 25px 36px 50px;
	text-align: justify;
}

a.clickHere
{
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

.copyright
{
	font-size: 11px;
	color: #9A9A9A;
	font-weight: normal;
	padding: 10px 0 0 50px;
	text-decoration: none;
	text-align: left;
}

/* Logoworks link back */

.logoworks
{
	font-size: 9px;
	color: #9A9A9A;
	font-weight: normal;
	padding: 0px 0px 30px 50px;
	text-decoration: none;
	text-align: left;
}

.logoworks a
{
	color: #9A9A9A;
}

