/* Global Styles */

body {
	margin: 0px;
	}
	
td {
	font:18px georgia;
	color:#000000;
	}
	
hr {
	height:1px; 
	color: #FFFFFF;
	border: none;
	}
	
a {
	color: #CC3300;
	font:18px georgia;
	text-decoration:underline;
	}
	
a:hover {
	color: #FF3300;
	font:18px georgia;
	text-decoration:none;
	}
	
.Navigation2 {
	font-size: 10px georgia;
	font:18px georgia;
	}
	
/* ID Styles */



#navigation a {
	font:18px georgia;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:18px;
	display:block;
	padding:10px;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#navigation a:hover {
	color:#CC3300;
	border: 1pt dotted red;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#sidebarHeader {
	padding: 0px 4px 14px 4px;
	}

#logoImage{
	background-color:#ffffff;
}

#logo {
	font:56px georgia;
	font-weight:bolder;
	color: #000000;
	line-height:60px;
	letter-spacing:.2em;
	padding-left: 10px;
	background-color:#ffffff
	}

#tagline {
	font:24px georgia;
	font-style:italic;
	font-weight:bold;
	color: #000000;
	line-height:28px;
	letter-spacing:.4em;
	padding-left: 10px;
	background-color:#ffffff;

	}
	
#dateformat a {
	color:#000000;
	font:18px georgia;
	letter-spacing:.2em;
	text-decoration:none;
	font-weight:bold;
	}
	
#dateformat a:hover {
	color: #000000;
	}

/* Class Styles */

.bodyText {
	font:18px georgia;
	color:#000000;
	line-height:20px;
	letter-spacing:.1em;
	margin-top:0px;
	}
	
.pageName{
	font:28px georgia;
	color: #CC3300;
	line-height:30px;
	letter-spacing:.1em;
	}
	
.subHeader {
	font:24px georgia;
	color: #CC3300;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:20px;
	}	
	
.sidebarHeader {
	font:20px georgia;
	color: #000000;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:22px;
	}	
	
.bodyHeader{
	font:20px georgia;
	color: #CC3300;
	font-weight: bold;
	text-decoration:underline;
}

.bodyQuestions{
	font-weight:bold;
}

.detailText {
	font:18px georgia;
	color:#000000;
	line-height:22px;
	letter-spacing:.1em;
	}
	
.smallText {
	font:12px georgia;
	color:#000000;
	}
	
li {
padding:3px;
}


.menuTable
{
background-image:url(../images/menutable.png);
}

.left
{
	float:left;
	padding:5px;
}
.right
{
	float:right;
	padding:5px;
}
	