/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#003366;
}

hr {
	height:1px; 
	color: #cccccc;
	border: none;
}

H1 {
	font-family: helvetica, arial, sans-serif;
	text-align: center;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 5px;
	font-size: 36px;
	margin-top:20px;
	color:#FF0000;
	font-style: oblique;
}

H1:first-letter {
			font-size: 200%
}

h2 {
	font-family:Helvetica, Arial, sans-serif;
	text-align:center;
	font-variant:normal;
	font-weight:lighter;
	letter-spacing: 3px;
	font-size:24px;
	color:#FF0000;
}

a {
	color: #CC3300;
	text-decoration:underline;
}
	
a:hover {
	color: #FF0000;
	text-decoration:none;
}

#navigation a {
	font:11px georgia;
	color: #99CCFF;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px; 
	border-left-width: 0px;
	border-color:#003366; 
}
	
#navigation a:hover {
	color:#ffffff;
	background-color:#003333;
	border: 1pt dotted red;
	border-right-width: 0px; 
	border-left-width: 0px; 
}
	
div {font-size: 18px;
	text-align: left}


#header{
	margin-left:0;
	width:100%;
	padding-left:5px;
	padding-right:5px;
	background-color:#000033;
}

#leftColumn{
			float:left;
			width:19%;
			margin-top:10px;
			padding-left:5px;
}

#rightColumn{
			float:right;
			width:80%;
			margin-top:10px;
}

#footer{
	margin-left:0;
	width:100%;
	padding-left:5px;
	padding-right:5px;
}

#verdiv{
	float:right;
	width:2px;
	height:300px;
	background-color:#0099FF;
}

#ordiv{
	height:2px;
	width:100%;
	background-color:#FF0000;
	margin-left:0;
}

#ornav{
	width:100%;
}

#buttonnav{
	float:left;
	height:10px;
	width:19%;
	text-align:center;
}

/* Class Styles */

.bodyText {
	font:14px arial;
	color:#99CCFF;
	line-height:20px;
	letter-spacing:.1em;
	margin-top:0px;
}
	
.pageName{
	font:22px georgia;
	color: #CC3300;
	line-height:20px;
	letter-spacing:.1em;
}
	
.sidebarText {
	font:12px arial;
	color:#99CCFF;
	line-height:20px;
	letter-spacing:.1em;
	margin-top:0px;
}	
	
.sidebarHeader {
	font:14px georgia;
	color: #99CCFF;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
}	
	
.detailText {
	font:12px arial;
	color:#ffffff;
	line-height:16px;
	letter-spacing:.1em;
}
	
.smallText {
	font:10px arial;
	color:#99CCFF;
}