/* Global Styles */
body {background-color: #000000; margin:0px; font: 11px arial; color:#99ccff;}
hr {height:1px; color: #cccccc; border: none;}
a {color: #CC3300; text-decoration:underline;}
a:hover {color: #FF3300; text-decoration:none;}
h1 {font-size: 16px; font-weight: bold; color: #99ccff; margin-bottom: 1em;}
h2 {font-size: 14px; font-weight: bold; color: #fff; text-decoration: underline; margin-top: 2em;}
h3 {font: 16px serif; font-weight: bold; color: #fff; font-style: italic; margin-top: 2em;}
p {font-size: 14px; color: #ffffff;}
hr {width: 100%; color: #204095; background-color: #204095; border: 0; height: 1px; margin-top: 1em; margin-bottom: 1em;}
img {border-style: none;}


/*Other elements */

#divHeader {float: left; border-bottom: 3px solid #cc3300; width: 100%; height: 12em; background-image: url("images/flcHeader.gif");background-repeat: no-repeat;margin-bottom: 3px;
}
#tagline {
	float: left;
	margin-left: 40em;
	margin-top: 2em;
	width: 14em;
	text-align: center;
	font: 18px arial;
	font-style: italic;
	color:#99CCFF;
	line-height:20px;
	letter-spacing:.1em;
}

#divLeft {border-top: 1px solid #cc3300; float: left; padding-top: 5em; width: 20%; text-align: right;
}
#navigation {
	list-style: none;
	text-align: right;
}
#navigation a {
	font:11px georgia;
	color: #99CCFF;
	font-weight: bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:12px;
	display:block;
	padding:10px;
	border-bottom: 1px solid #204095;
	border-right-width: 0px; 
	border-left-width: 0px; 
}
	
#navigation a:hover {
	color:#ffffff;
	border-bottom: 1pt dotted red;
	border-right-width: 0px; 
	border-left-width: 0px; 
}

#divMiddle {border-top: 1px solid #cc3300; padding: 5em; padding-right: 1em; float: left; width: 50%;}
#divRight {border-top: 1px solid #cc3300; float: left; width: 21%; padding-top: 6em;}

#news {
	color: #000000;
	width: 15em;
	background-color: #99ccff;
	padding: 1em;
}
#news h1 {color: #000; font-size: 16px; margin-bottom: 1em; margin-top: 0px;}
#news h2 {font: 14px serif; color: #000; margin-top: 0px; text-decoration: none; font-weight: bold;font-style: italic;}
#news h3 {font: 11px sans-serif; color: #000; margin: 0px; font-weight: normal; font-weight: bold; font-style: normal;}

#divFooter {float: left; width: 100%; border-top: 1px solid #cc3300;}

/* Class Styles */

img.floatLeft { 
    float: left; 
    margin-right: 2em; 
}
img.floatRight { 
    float: right; 
    margin-left: 2em; 
}

.center {
	text-align: center;
	margin-top: 2em;
}
.floatLeft {
	float: left;
	clear: both;
}

.bodyText {
	font:11px arial;
	color:#99CCFF;
	line-height:20px;
	letter-spacing:.1em;
	margin-top:0px;
	}
	
.pageName{
	font:22px georgia;
	color: #CC3300;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.subHeader {
	font:16px georgia;
	color: #CC3300;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
.sidebarHeader {
	font:14px georgia;
	color: #99CCFF;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
.detailText {
	font:11px arial;
	color:#ffffff;
	line-height:16px;
	letter-spacing:.1em;
	}
	
.smallText {
	font:10px arial;
	color:#99CCFF;
	}
