@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif; 
	color:#999999; 
	letter-spacing:-1px;
	margin:0px;
	padding:0px;
	background-image:url(Images/bg.jpg);
	background-repeat:repeat-x;
	}

p {
	font-family:MS Sans Serif, Arial, Helvetica, sans-serif;
	letter-spacing:0px;
	}

#pageHolder {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	}

#mainPage {
	width:780px;
	float:right;
	position:relative;
	left:-25px;
	z-index:10;
	}
	
.clearFloats {
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}


#menuBar {
	padding:3px;
	height:1.3em;
	font-size:.8em;
	background:#ffffff;
	border:1px solid #000000;
	margin-top:5px;
	}

	
.navBar {
	float:right;
	margin-right:5px;
	}
	
.navItem {
	margin-left:5px;
	margin-right:5px;
	text-decoration:none;
	color:#999999;
	cursor:pointer;
	}

.navItem:hover {
	color:#333333;
	}

.strapBar {
	margin-left:5px;
	float:left;
	font-style:italic;
	color:#333333;
	letter-spacing:0px;
	}

.logo {
	position:relative;
	width:120px;
	height:410px;
	float:left;
	z-index:15;
	}
	
#stripe {
	margin-top:5px;
	background-color:#FFCC00;
	height:0.9em;
	border:1px solid #FFFFFF;
	}
	
	
#content {
	border:1px solid #000000;
	margin-top:5px;
	background-color:#FFFFFF;
	background-image:url(Images/content_bg.jpg);
	background-repeat:repeat-x;
	color:#000000;
	}
	
#leftBox {
	width:457px;
	min-height:300px;
	border:1px solid white;
	float:left;
	margin:3px;
	padding:4px;
	padding-left:20px;
	font-size:0.9em;
	}

.header {
	margin-left:-15px;
	font-size:1.3em;
	color:#000000;
	}


#rightBox {
	width:269px;
	min-height:300px;
	margin:3px;
	margin-left:0px;
	float:left;
	border:1px solid white;
	}
	
#logoStrip {
	width:728px;
	margin-left:auto;
	margin-right:auto;
	margin-top:7px;
	}
	
#footer {
	font-size:.7em;
	margin-top:5px;
	text-align:right;
	letter-spacing:0px;
	color:#FFFFCC;
	background-color:#FFCC00;
	padding:1px;
	padding-right:4px;	
	border:1px solid #FFFFFF;
	}
	
#browserNotice {
	margin-top:3px;
	font-size:0.6em;
	letter-spacing:0px;
	color:#cccccc;
	text-align:center;
	}
