/* Global Styles */


/*
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 100.01%;
background-color: #666666;
color: #666666;
text-align: center;
}

#wrapper {
width: 770px;
background-color:#FFFFFF;
margin:10px auto;
border: 1px solid #000000;
text-align:left;
}

#banner {
height: 110px;
background-image: url(../images/banner_bg.jpg);
background-repeat: no-repeat;
}
*/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 10;
border: 0;
}
.bodyText ul {
	text-indent: 20px;
	list-style: disc;
}

	
td {
	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;
	}
	
/* ID Styles */

#navigation a {
	font:11px georgia;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:0.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#navigation a:hover {
	color:#FF0000;
	border: 1pt dotted red;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#sidebarHeader {
	padding: 0px 4px 14px 4px;
	}

#logo {
	font:18px georgia;
	color: #FF0000;
	line-height:24px;
	letter-spacing:0.4em;
	font-weight: bold;
	}

#tagline {
	font:12px georgia;
	color: #FF0000;
	line-height:25px;
	letter-spacing:0.4em;
	font-weight: bold;
	}
	
#dateformat a {
	color:#99CCFF;
	font:11px georgia;
	color: #99CCFF;
	letter-spacing:.2em;
	text-decoration:none;
	font-weight:bold;
	}
	
#dateformat a:hover {
	color: #ffffff;
	}

/* Class Styles */

.bodyText {
	font:bold 12px/20px arial;
	color:#FFFFFF;
	letter-spacing:0.1em;
	margin-top:0px;
	}
.calText {
	font: normal 12px Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	border: thin solid #000099;
	text-align: right;
	width: auto;
}

	
.pageName{
	font:22px georgia;
	color: #FF0000;
	line-height:20px;
	letter-spacing:0.1em;
	}
	
.subHeader {
	font:16px georgia;
	color: #FF0000;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:16px;
	}	
	
.sidebarHeader {
	font:14px georgia;
	color: #99CCFF;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
.detailText {
	font:bold 11px/16px arial;
	color:#ffffff;
	letter-spacing:.1em;
	}
	
.smallText {
	font:10px arial;
	color:#99CCFF;
	}
	
/*
horizontal navigation settings
*/

#nav {
border-bottom: 1px solid #000000;
}

#nav ul {
padding: 0;
margin: 0;
background-color:#14285F;
}

#nav ul li {
display: inline;
padding: 0;
margin: 0;
}

#nav ul li a {
font-size: 12px;
color: #FFFFFF;
background-color:#3333CC;
text-decoration: none;
padding: 0 15px;
border-right: 1px solid #000000;
text-align: center;
width: 9em;
}

#nav ul li a:hover, #nav ul li a:focus {
background-color: #990000;
}


#content{
background-color: red;
margin-left: 200px;
}

#content p{
font-size: 80%;
margin: 20px;
}

#content h1{
font-size: 130%;
color: #003366;
padding: 0;
margin: 20px;
}

#content h2{
font-size: 110%;
color: #003366;
padding: 0;
margin: /*100px 0 0*/ 20px;
}

.leftimage{
	float: left;
	margin-right: 10px;
	border: 1px solid silver;
}

.rightimage{
margin-bottom: 20px;
float: right;
margin-left: 15px;
border: 1px solid #000000;
width: 150px;
}

/*.clearit{
clear: both;
background-color:#00FF66;
width: 200px;
}*/


#footer{
border-top: 1px solid #000000;
background-color: #003366;
color: #FFFFFF;
}

#footer p {
font-size: 70%;
padding: 3px;
}

#leftcol{
margin-left: 10px;
margin-top: 20px;
width: 100px;
background-color:#FFFF00;
margin-bottom: 20px;
float: left;
}

#content p.right{
float: right;
}

.container{
width: 99%; 
float:none;
background-color:#6633CC;
}	
.calHeader {
	font: bold 12px/normal Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #0000CC;
	text-align: center;
	width: 14%;
	border-style: none none solid;
	border-color: #FF0000;
}
.calBodyText {
	font:12px/20px arial;
	color:#000000;
	letter-spacing:0.1em;
	margin-top:0px;
	background: #99CCFF;
}
