/* Global Styles */

body {
	background-color: #FFFFFF;
}

paragraph {
	font:11px arial;
	line-height:14px;
	color:#330000;
	}
	
td {
	font:11px arial;
	color:#330000;
	padding-left: 8px;
	}
	
a {
	color: #0033FF;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #0000CC;
	text-decoration:underline;
	}

/* ID styles */



#logobar {
	position:absolute;
	left:0px;
	top:0px;
	width:453px;
	height:216px;
	z-index:2;
	background-color: #F6F2E6;
	background-image: url(images/logo.jpg);
}

#logobar2 {
	position:absolute;
	left:477px;
	top:37px;
	width:273px;
	height:129px;
	z-index:2;
	background-color: #Ffffff;
}

#navigationbar {
	position:absolute;
	top:237px;
	width:150px;
	height:40px;
	z-index:3;
	left: 9px;
	background-color: #99CCFF;
}

#navigation a {
	font:12px arial;
	color: #330000;
	text-decoration:none;
	letter-spacing:0.1em;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	}
	
#navigation a:hover {
	color: #99ccff;
	text-decoration:underline;
	background-color: #000033;
	font-weight: bold;
	}
	
#sidebar {
	position:absolute;
	left:0px;
	top:216px;
	width:150px;
	height:750px;
	z-index:2;
	background-color: #99CCFF;
	padding-left: 10px;
	padding-right: 10px;
}

#copyrightbar {
	position:absolute;
	left:0px;
	top:850px;
	width:150px;
	height:45px;
	z-index:2;
	background-color: #99CCFF;
	padding-left: 10px;
	padding-right: 10px;
}

#main_content {
	position:absolute;
	left:165px;
	top:216px;
	width:589px;
	height:750px;
	z-index:3;
	padding-left: 10px;
	padding-top: 4px;
}

#pagename_field {
	position:absolute;
	left:5px;
	top:7px;
	width:580px;
	height:30px;
	z-index:4;
	padding-left: 12px;
}

#content_text {
	position:absolute;
	left:5px;
	top:45px;
	width:500px;
	height:700px;
	z-index:4;
	padding-left: 12px;
}


/* Class Styles */

.bodyText {
	font:12px arial;
	line-height:normal;
	color:#330000;
	}
	
.headlineText{
	font:14px arial;
	line-height:normal;
	color:#660000;
	font-weight: bold;
	}
	
.HomepageText1{
	font:18px arial;
	line-height:normal;
	color:#330000;
	font-weight: normal;
	}
	
.HomepageText2{
	font:14px arial;
	line-height:normal;
	color:#330000;
	font-weight: normal;
	}
	
.sidebarText {
	font:11px arial;
	line-height:16px;
	color:#330000;
	}
	

.pageName {
	font:20px arial;
	color: #330000;
	letter-spacing:normal;
	line-height:normal;
	}
	
.subHeader {
	font:14px arial;
	color: #330000;
	font-weight:bold;
	letter-spacing:normal;
	}

	
.copyrightnote {
	font:11px arial;
	line-height:normal;
	color:#330000;
	}
	

