/*APPEARANCE OF GENERAL PAGE ELEMENTS---------------------------------------------*/

body {
	margin:0px;
	padding:0px;
	font-family:arial, helvetica, verdana, sans-serif;
	color:#000;
	/*font-size:12px; */ 
	background-color:#FFFFFF; 
	text-align:center; 
	}
	
h1 {    /*h1s are used only once, as the title of website, which shows up when printing*/
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:35px;
	line-height:20px;
	font-weight:800;
	color:#003333;
    }
		
h2 {   /*this is only used for the title of the page*/ 
    margin:15px 0px 0px 0px;  	
	padding:2px 70px 2px 70px;
	font-size:28px;
	line-height:28px;
	font-weight:800;
	color:#009999;
	}
	
h3  {  	/*this is the green subheadings on the page*/
	font-size: 18px;
	line-height: 26px;
	color:#009999;
	}
	
h4  {  /*this is for bold grey paragraph text*/
	font-size: 14px;
	font-weight:bold;
	line-height: 20px;
	}
		
p 	{
	font-size: 14px;
    line-height: 20px;
	margin:0px 0px 0px 0px;
	padding:0px;
	}
	
#Content ul li  {  /*this is styling lists in the main body text*/
	font-size: 14px;
    line-height: 20px;
    padding:0px;
	color: #000;
	margin:0px 0px 10px 0px;
	list-style-image: url(images/arrow.png); 
	}	
	
.alt {  /*this is used to style the header text which is hidden in the screen stylesheet*/
	padding:0px 70px 0px 70px;
	}


/*APPEARANCE OF GENERAL DOCUMENT LINKS---------------------------------------------*/

a 	{
	color:#FF6633;
	text-decoration:none;
	}
	
a:link {
	color:#009999; 
	text-decoration: underline;
	}

a:visited {
	color:#003333; 
	text-decoration: underline;
	}

a:hover {
	color:#003333; 
	text-decoration: underline;
	}


/*PAGE LAYOUT DIV AREAS---------------------------------------------------------------------------*/

#outerwrapper {
    position:relative;
	margin:5px;
	text-align:left;
    width:auto;  
    background-color:#FFF;
    }

#Header {  
    display: none;
    }

#PageTitle {
	margin:40px 0px 0px 0px;
	width: auto;  
	color: #009999;
	}
	
#Content {
	margin:0; 

	padding:20px 70px 20px 70px;  
	border-style:solid;
	border-color:#CCCCCC;
	border-width:5px 0 0 0; 
	min-height: 450px;    
	}	

/*\*/
* html #Content {
height: 450px;
}
/**/

/* above for Internet Explorer 5.x Win because it dosnt understand minimum height mentioned above, change these values as a set */

#Footer {
	margin:10px 0px 0px 0px;
	padding: 5px 5px 5px 5px;  
	color: #000;
	font-size:9px;
	text-align:center;
	border-style:solid;
	border-color:#CCCCCC;
	border-width:5px 0 0 0; 
	}

#webstandards {
     display: none;    
     }


/*MENU/NAV CONTAINER STYLING---------------------------------------------------------------------------*/

div#navcontainer  {
     display: none;  
	 }

/* BEGIN TABLES------------------------------------------------------------------*/

table {
	margin:16px 0 16px 0;
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #CCC;
	}

caption {
	font-weight:bold;
	text-align:left;
	margin:0;
	padding:5px 0;
	}

th {
	font-weight:bold;
	}

th, td {
	padding:5px 10px 5px 10px;
	text-align:left;
	vertical-align:top;
	border:1px solid #CCC;
	}











