#left, #menu, #footer, #search, #crumbs {
   display: none;
}

html {
 	height: 100%; 
	min-height: 100%;
}

body {
	height: 100%;
   	background: url("/images/background.gif") repeat-y 50% 0;
   	background-attachment: fixed;
   	margin: 0;
   	padding: 0;
   	text-align: center;
}

tr {
font-size: 75%
}

.clear {
	clear: both;
}

#container {  
	position: relative;
	min-height: 100%;                            	
   	text-align: left;
   	width: 752px;
	height: auto !important; /* For newish browsers */
	margin: 0 auto;
}  
   
* html #container	{
	height: 100%;   
	min-height: 100%;
}
   
#crumbs {   
	margin: 0;
	padding: 0;                           	
   	font: normal .8em verdana, arial, helvetica, sans-serif; 
   	color: #999;
   	background-color: #fff; 
    	text-decoration: none; 	
}    

#crumbs a:link {   
   	color: #999;
   	background-color: #fff; 
    	text-decoration: none; 	
} 

#crumbs a:visited {   
   	color: #666;
   	background-color: #fff; 
    	text-decoration: none; 	
} 

#crumbs a:hover {   
   	color: #A5003B;
   	background-color: #fff; 
    	text-decoration: none; 	
} 

* html #container {
	height: 100%;
}

h1 {
   	width: 752px;
  	height: 164px;
  	background: url("/images/banner.jpg");
  	margin: 0;
   	padding: 0;
}

hr {
	height: 1px;
	color: #ccc;
	background: #fff;       
	padding: 0;
	margin: 0;
} 

#content {
	font: normal .8em Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFF;
	margin-bottom: 10px;
	width: 550px;
	float: left;
        padding-left: 25px;
	padding-bottom: 20px;
	padding-top: 20px;
}

#content h2 {
	font: normal 1.4em Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF;
	color: #474F66;
	width: 530px; 
   	padding: 0;
   	border-bottom: 1px solid #ccc;
}

#content h3 {
	font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #474F66;
	background-color: #FFFFFF;   
   	border-bottom: 1px solid #ccc;
	width: 530px;   
} 

#content h4 {
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	color: #474F66;
	background-color: #EAF2FF;
	padding: 2px 2px 2px 10px;
	margin: 5px 0 0 0; 
	border-top: 1px solid #CAD3EC;
	border-right: 1px solid #CAD3EC;
	border-bottom: 1px solid #CAD3EC;
	border-left: 1px solid #CAD3EC;	
} 	

.imageright {
	float: right;
	padding: 7px;
	margin-left: 10px;
	color: #E7EDED;
	background-color: #ffffff;
	border: 1px solid #A3ABC1;
	margin-bottom: 10px;
}

.imageleft {
	float: left;
	padding: 7px;
	margin-right: 10px;	
	color: #E7EDED;
	background-color: #ffffff;
	border: 1px solid #A3ABC1;
	margin-bottom: 10px;
}

br {
	clear: left;
}                 

blockquote {
	font-size: .8em;
	margin:15px 12px 15px 12px;
	padding:8px 10px 8px 10px;
	border: 1px solid #abc; 
	border-left:8px solid #abc;
	border-right:8px solid #abc;
	color:#000000;
	background:#7F3E7;
}

/* --- links--- */

.links {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color: #474F66;
	background-color: #D1DDDD;
	margin-bottom: 10px;
	width: 400px;
	padding-left: 0px;
	margin-top: 10px;
	padding-bottom: 10px;
}                                     

.links ul {
	margin: 0;
 	padding: 0;
 	list-style-type: none; 	
}
ul.links li {
	background: url("../img/bullet_extlink.gif") no-repeat 0 3px;
	font: normal 100% Verdana, Arial, Helvetica, sans-serif;
	padding-left: 12px;
	padding-bottom: 12px;
}

.links a:link {
 	color: #A5003B;
	background-color: #D1DDDD;
 	text-decoration: none;
 	border-bottom: 1px dotted #A5003B;
}

.links a:visited {
 	color: #6F2D47;
 	background-color: #D1DDDD;
 	text-decoration: none;
 	border-bottom: 1px dotted #959E79;
}

.links a:hover {
	background-color: #D1DDDD;
	color: #A5003B;
	text-decoration: none;
	border-bottom: 1px solid #A5003B;
}

/* --- News Box --- */

#newsbox {      
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	float: right;
	width: 220px;  
	background-color: #fff;   
	background-image: url("/images/back_fade.gif");   
	background-repeat: repeat-x;
	background-position: bottom;
	border-top: 1px solid #CAD3EC;
	border-right: 1px solid #CAD3EC;
	border-bottom: 1px solid #CAD3EC;
	border-left: 1px solid #CAD3EC;  
	margin-bottom: 10px;
	margin-left: 10px;
}

#newsbox h4{
	font-weight: bold;
	color: #474F66;
	background-color: #CAD3EC;
	background-image: url("/images/header_fade.gif");   
	background-repeat: repeat-x;
	background-position: bottom;   
	margin: 0;
} 

#newsbox p {   
	color: #474F66;
	padding: 0;
	list-style: none;
	margin: 0;    
	padding: 10px;

}
          
/* --- List Styles --- */

#pdflist {   
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 2px 2px 10px;
	margin: 5px 0 0 0;   
	list-style: none;	
}

#pdflist li {
	padding-left: 20px;
	margin: 10px 10px 8px 10px;
	padding-bottom: 5px;
	background-image: url("/images/bullet_pdf.gif");
	background-repeat: no-repeat;
	background-position: 0 .3em;
}

.htmlist {   
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #474F66;
	padding: 0;
	list-style: none;
	background-color: #fff;   
	background-image: url("../img/back_fade.gif	");   
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0;
	border-top: 1px solid #CAD3EC;
	border-right: 1px solid #CAD3EC;
	border-bottom: 1px solid #CAD3EC;
	border-left: 1px solid #CAD3EC;
}

.htmlist li {
	padding-left: 20px;
	margin: 10px 10px 10px 10px;
	padding-bottom: 8px;
	background-image: url("../img/bullet_htm.gif");
	background-repeat: no-repeat;
	background-position: 0 .3em;
}   

.hyperlink li {
	padding-left: 20px;
	list-style-type:none; 
	margin: 5px -10px 5px 5px;
	background-image: URL("/images/arrow_down.gif");
	background-repeat: no-repeat;
	background-position: 0 .3em;
}   

/* --- Top of Page --- */

.topPage {
background-image:URL("/images/top.gif");
background-repeat: no-repeat;
text-indent: -3000px;
display: block; 
width: 33px; 
height: 13px;
overflow :hidden;    
}

h6 {
font-size: 85%;
font-weight: normal;
}

.bulletList {
margin-top: 0.5em;
}
