/* 	SSI Main Layout CSS 		
	Created: 13 Sep 2005 	Modified: 13 Sep 2005   		
	Daniel Givens [daniel@rugmonster.org]	*/

/*	Body background
	BODY.bkGndColor sets the background color for the page
*/
BODY.bkGndColor {
	background-color: #FF8409;
}

/*	Main body block
	.mainBodyBlock sets the margin of the page. Used
		in place of a main table with multiple
		nested tables.	
*/
.mainBodyBlock {
	width: 750px;
	margin-left: 30px; 
	margin-right: 30px;
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
}

.topBar {
	position: static; 
	top: 0em;
}

.mainLogo {
	position: relative; 
	top: -4px;
	left: 12px;
}

.navBar {
	background-color: #107BFE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 3px; 
	padding-bottom: 3px;
}

.navBarMid {
	margin-left:-2px; 
	margin-right:-2px;
	padding-left: 9px; 
	padding-right: 9px;
}

.navBarLeft {
	margin-right: -2px;
	padding-left: 17px;
	padding-right: 10px;
}

.navBarRight {
	margin-left: -2px;
	padding-left: 10px;
	padding-right: 16px;
}

.bottomBar {
	position: static; 
	bottom: 0em;
}

.bodyIndent {
	margin-left: 12px;
	margin-right: -12px;
}

.centerShift {
	margin-left: 175px;
}

.centerHeader {
	margin-left: 150px;
	font-weight: 400;
	font-size: 18px;
}

.logosPosition {
	margin-top: -50px; 
	margin-right: 12px; 
	margin-left: 490px;
	width: 236px;
	padding-top: 3px;
}

.contactInfo {
	margin-right: 12px;
	margin-left: 530px;
	width: 236px;
	font-weight: 400;
	font-size: 17px;
}

.textReposition {
	margin-top: -150px;
	width: 520px;
}

.littleSpace {
	margin-right: 5px;
}

.highlightText {
	font-weight:500;
	font-size:18px;
}

.emailText {
	font-size:15px;
}

.copyright {
	font-size: 9px;
}

H1 {
	font-size:26px;
	font-weight:300;
}

H2 {
	font-size:16px;
	font-weight:500;
}

P {
	font-size:14px;
}

LI {
	font-size:14px;
	color:#000000;
}


