/* CSS Document */

 *{
 	padding:0px;
 	margin:0px;
	}
	
body{
		text-align: left; 
		background-color:#660033;
		min-width: 780px;
		font-family:"verdana", arial, helvetica, sans-serif;
		font-size:90%;
		}	
			
#wrapper{
		background-color:#fff;
		width:740px;
		margin:0 auto;
		z-index:0;
		}		
		
#header{
	margin-bottom:0px;
	width:740px;
	background-image: url(../../localhost/H_/styleSheets/graphics/banner2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
			}

#navBar{
	float:left;
	width:160px;
	line-height:0px;
	background:url(../graphics/navBGColor.gif) left top no-repeat;
	padding-top: 20px;
			}
						
#content{
	margin-left:150px;
	width:575px;
	padding-top:10px;
	align:left;
	}
									
#mainContent{
	float:left;
	width:66%;
	margin-left:0;
	background-color: fff;
			}		
			
#secondaryContent{
	float:right;
	width:30%;
	min-width:10em;
	display: inline; /* :KLUDGE: Fixes IE double margin float bug */
	background-color: #fff;
		}	
		
#footer { 
  clear: both; 
 padding-top:50px;
  text-align:center;
}

#printHeader{
			display:none;
			}

p{
	margin-bottom:5px;
	font-size:90%;	
	}
	
ul{
	margin-left:15px;
	font-size:90%;
	}	


/*bug fixes */
		
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
