/* CSS Document */
	
/*Body*/

body {
	text-align:center; /* Hack for IE5/Win */
	color:#000000;
	font-family:Times New Roman, Times, serif !important;
	font-size:16px !important;
	background-color: white !important;
 	background-image: none !important;
	margin-left:50px !important;
	margin-right:0px !important;
	width:600px !important;
	}

/*Navbar and Header*/ 
	
#Topbox {
	width:600px !important;
	height:45px;
	background-color: white !important;
	background-image:none !important;
	float:left !important;
	}	

#Logo {
	float: left;
	width:61px;
	height:45px;
	}	
	
#LeftNavSpacer {
	display: none; 
	}	
	
#Menu {
	display: none; 
	}	

/*Footer*/

#Bottombox {
	display: none; 
	}	

/*Text Modifiers*/

h1 {
	font-family:Times New Roman, Times, serif !important;
	font-size:28px !important;
	font-weight:bold;
	}
	
h2 {
	font-family:Times New Roman, Times, serif !important;
	font-size:20px !important;
	font-weight:bold;
	}
	
h3 {
	color:#000000;
	font-family:Times New Roman, Times, serif !important;
	font-size:16px !important;
	font-weight:bold;
	}
	
h4 {
	font-family:Times New Roman, Times, serif !important;
	font-size:14px !important;
	font-weight:normal;
	}
	
h5 {
	/*Stable Text To Aviod Resize*/
	font-size:16px !important;
	font-weight:normal;
	}
	
ul {
	font-size:16px !important;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	padding-left:8px;
	margin-left:8px;
	list-style-type:disc;
	}
	
.greytable {
	background-color:#CCCCCC;
	border-color:#FFFFFF;
	border-spacing:1px;
	border-collapse:separate;
	}	
	
/* ------ index.html ------ */

/*Image and Content Boxes*/

#Image1 {
	float:left;
	width:760px;
	height:253px;

	}

#Image2 {
	float:left;
	width:200px !important;
	height:200px !important;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	}

#Image3 {
	float:left;
	width:200px !important;
	height:200px !important;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	}
	
#Content1 {
	float:left;
	width:231px !important;
	height:252px !important;
	padding:10px;
	border-left: 1px solid #CCCCCC;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px !important;
	background-color:#FFFFFF;
	}

#Content2 {
	float:left;
	width:231px !important;
	height:252px !important;
	padding:10px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px !important;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color:#FFFFFF;
} 

#Content3 {
	float:left;
	width:231px !important;
	height:252px !important;
	padding:10px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px !important;
	border-right: 1px solid #CCCCCC;
	background-color:#FFFFFF;
	}

/* ------ Universal Internal Pages ------ */

/*Image and Content Boxes*/

#ContentBox {
	float:left;
	width:600px !important;
	height:auto;
	border-left: 1px solid #CCCCCC !important;
	border-right: none !important;
	background-color: white !important;
  	background-image: none !important;
	}

#PrimaryContent {
	float:left;
	width:600px !important;
	padding:10px;
	border-right:none !important;
	background-color:#FFFFFF;
	}
	
#SecondaryContent {
	width:100% !important;
	float:left !important;
	display:none !important;
	}

#Toolbar {
	display: none; 
	}
	
.noprint{	
	display: none !important;
 }
 
.breakhere{
 	page-break-before:always;
	top:auto;
	}