body 
	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #a2a2a4; 
	}

a
	{
	text-decoration: underline;
	color: #e96f34;
	}
	
a:hover
	{
	color: #6d6e71;
	}		
	
img
	{
	border: 0; 
	} 
	
h1
	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #e96f34; 
	padding: 18px 0 0 10px;
	margin: 0;  
	}	

h2
	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	color: #000; 
	padding: 12px 0 0 10px;
	margin: 0;  
	}	
	
h3
	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	color: #e96f34; 
	padding: 12px 0 0 10px;
	margin: 0;  
	}			
	
h4
	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000; 
	padding: 8px 10px 3px 10px;
	margin: 0;  
	}	
	
h5
	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #e96f34; 
	padding: 3px 10px 0 10px;
	margin: 0;  
	}		
	
	
p
	{
	padding: 5px 10px 0 10px; 
	line-height: 20px; 
	font-size: 0.9em; 
	}		
	

hr
	{
	margin: 5px; 
	}	
	
	
/* -------- border with shadow --------- */ 

#wrapper
	{
	width: 800px; 
	margin: 0 auto; 
	background: #a2a2a4; 
	}	
	
/* \*/
* html #tlc, * html #trc, * html #brc, * html #blc, * html #lb, * html #rb, * html #tb, * html #bb {height: 1%;}
/* */
	
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(images/tlc.jpg);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(images/trc.jpg);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(images/blc.jpg);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(images/brc.jpg);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(images/tb.jpg);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(images/bb.jpg);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(images/rb.jpg);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-color: #fff;
	background-image:url(images/lb.jpg);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}

/* -------- navigation --------- */
	
#nav 
	{
	width: 776px; 
	height: 28px; 
	background-color: #fff;
	margin: 10px 0 0 0;
	border-top: 1px solid #e96f34; 
	border-bottom: 1px solid #e96f34; 
	border-right: 1px solid #e96f34;  
	}
	
.clearit 
	{
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0.0em;
	}
	
#navbar, #navbar ul 
	{
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#navbar a 
	{
	display: block;
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	color: #6d6e71;
	text-decoration: none; 
	font-weight: bold; 
	font-size: 12px;
	}	
		
#navbar li 
	{
	float: left;
	height: 28px; 
	width: 96px; 
	border-left: 1px solid #e96f34;	
	}
		
#navbar ul li  
	{
	width: 96px;
	text-align: center; 
	}	
	
#navbar li ul
	{
	width: 97px;
	margin: 0 0 0 -1px; 
	}
	
#navbar ul li a  
	{
	color: #6d6e71;
	border-right: 0;
	}	
	
#navbar li ul 
	{
	width: 97px;
	position: absolute; 
	display: none;
	background-color: #fce0d7;
	border-right: 1px solid #e96f34;
	border-bottom: 1px solid #e96f34;
	}
	
#navbar li:hover a, #navbar a:focus, #navbar a:active, #navbar li.navhvr a 
	{
	color: #6d6e71;
	background-color: #fce0d7;
	height: 18px; 
	border-bottom: 1px solid #e96f34;
	}								

#navbar li:hover ul, #navbar li.navhvr ul 
	{
	display: block;
	}
	
#navbar li:hover ul a, #navbar li.navhvr ul a 
	{
	color: #6d6e71;
	background-color: transparent;
	}
	
#navbar ul a:hover 
	{
	background-color: #6d6e71!important;
	color: #FFFFFF!important;
	}		
	
.top_level_nav
	{
	text-align: center; 
	}
			
/* \*/
* html #navbar li ul {height: 1%;}
/* */			
			
	
/* -------- page elements --------- */ 	

#content	
	{
	width: 776px; 
	margin: 10px; 
	padding: 10px 0 0 0; 
	}
	
#logo
	{
	width: 776px;
	height: 128px;
	}
	
#top_content
	{
	width: 776px; 
	height: 173px; 
	}
			
#right_sidebar
	{
	width: 194px; 
	float: right; 
	margin: 10px 2px 0 12px; 
	}

#right_sidebar p
	{
	padding: 0 10px 0 10px; 
	line-height: 16px; 
	font-size: 12px; 
	}		
	
#signup	
	{
	width: 194px; 
	border: 1px solid #e96f34;
	background-image: url(images/bg_box02.jpg);	
	}	
	
#signup td
	{
	padding: 2px 10px 0 10px; 
	line-height: 16px; 
	font-size: 12px;
	text-align: center;  
	}	
	
#news
	{
	width: 194px; 
	border: 1px solid #e96f34;
	margin: 8px 0 0 0;
	background-image: url(images/bg_box.jpg);
	}
	
#news p
	{
	margin: 0 5px 9px 1px; 
	}	
	
#news a
	{
	font-weight: bold; 
	}		
	
#partners
	{
	width: 194px; 
	border: 1px solid #e96f34;
	margin: 8px 0 0 0;
	}	
	
.body_text 
	{
	margin: 0 0 0 30px; 
	padding: 5px 10px 0 0; 
	line-height: 20px; 
	font-size: 0.9em; 
	}		
	
li.body_text 
	{
	padding: 5px 10px 0 10px; 
	line-height: 20px; 
	font-size: 0.9em; 
	}		
	
.about
	{
	float: left; 
	width: 120px; 
	margin: 0 10px 0 10px; 
	border: 2px solid #e96f34;
	}	
		
#footer
	{
	width: 776px; 
	height: 40px; 
	border-top: 10px solid #e96f34;
	font-size: 0.7em; 
	text-align: center; 
	margin: 10px 0 0 0; 
	padding: 12px 0 0 0; 
	}			
	
#footer a
	{
	color: #000; 
	text-decoration: none; 
	} 
	
#footer a:hover 
	{
	text-decoration: underline; 
	} 
			
.button
	{
	background: transparent; 
	border: 0; 
	margin: 0; 
	}			
	
.dashed
	{
	width: 550px; 
	border: 1px dashed #e96f34;
	text-align: center; 
	margin: 10px; 
	}	
	
.img_left
	{
	width: 100px; 
	text-align: center; 
	margin: 10px; 
	float: left; 
	}		
	
.img_left2
	{
	width: 120px; 
	text-align: center; 
	margin: 25px 10px 10px 10px; 
	float: left; 
	}	
	
.img_left3
	{
	margin: 25px 10px 10px 10px; 
	float: left; 
	}		

.img_left4
	{
	margin: 0 10px 10px 10px; 
	float: left; 
	}				

.access_button
    {
    float: right;
    padding: 15px 5px;
    }

#printer_button
    {
    padding-top: 19px;
    }

.form
	{
	width: 400px; 
	margin: 0 0 10px 30px;
	border: 0; 
	}