
body {
	font-size: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(images/blue_dappled_bg3.jpg);
	padding: 0;
	text-align: center; /* Fixes IE 6 problem related to centering page */
	}

#container {
	width: 760px; 
	background-color: #455876; /* For testing */
	color: #34496B;
	text-align: left;
	margin: 15px auto 0 auto;
	}

#content {
	clear: left;
	margin: 0px;
	padding: 10px 30px 40px 30px;
	font-size: 0.8em;
	background: #FFF url('images/content_bg.jpg') left top repeat-x;
	border-left: 1px solid #591C0E;
	border-right: 1px solid #591C0E;
	}

#content h1 {
	font-size: 2.4em;
	text-align: center;
	color: #5A797B;
}

#content h2 {
	font-size: 2.1em;
	text-align: center;
	margin-bottom: 5px;
	color: #5A797B;
}

#content h3 {
	font-size: 1.5em;
	margin-bottom: 5px;
	color: #5A797B; 
}

#content p {
	margin: 0 auto 10px auto;
	}
#content a {color: #5A797B; font-size: 1em;} 
#content a:link {color: #5A797B;}
#content a:visited {color: #5A797B;}
#content a:hover {color:5A797B ;background-color:#FFDA73 ; text-decoration:underline;}

#content table.border {
	border-collapse: collapse ;
	border: 1px solid #005587;
	}
#content th.border,td.border {
	border: 1px solid #005587;
	padding: 5px;
	}
/* OR, use, before table
<style type="text/css">th,td {border:1px solid #005587;padding: 5px;}</style>
<table class="border">:
*/
#content tr.head  {background-color: #FFDA73; border: 1px solid #005587; border: 1px solid #005587;}
#content tr.even {background-color: #BAC2E0; border: 1px solid #005587; border: 1px solid #005587;;}
#content tr.odd {background-color: #D5DAEC; border: 1px solid #005587; border: 1px solid #005587;;}
	


img{ 	border:0; }	
img.border { border: 2px solid #0C2C40; }
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto 
	}


#search {
	margin:20px 20px 0px 20px;
	float:right;
	padding:7px 0 0 0;
	}

.searchbox {
	height:16px;
	padding:4px 0 0 4px;
	border:#B9B9B9 2px solid;
	color:#000;
	}
	
#footer {
/*	clear: both; */
	background: #455876 url('images/footer.gif') center bottom no-repeat;

}
#footer p {
	padding: 7px;
	margin: 0; /* Needed!! */
	font-size:8pt;
	text-align: center;
	color: #CCCCCC;
}

/* Join stuff */
p.centered {
	text-align: center;
	}
table.centered { 
	margin-left: auto;
	margin-right: auto;
	}

table.menu_centered {
	border: 1px solid #1461A7; 
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	}

td.menu_txt_renew    {  /* greens */
	background-color: #97B1B3;
	text-align: right;
	vertical-align: middle;
	padding: 4px 8px 4px 16px;
	}	
td.menu_input_renew    {  /* greens */
	background-color: #BDCDCE;
	padding: 4px 16px 4px 8px;
	}	
td.menu_txt    { 
	background-color: #FFCC40; /* yellows */
	text-align: right;
	vertical-align: middle;
	padding: 4px 8px 4px 16px;
	}	
td.menu_input    { 
	background-color: #FFDA73; /* yellows */
	padding: 4px 16px 4px 8px;
	}	

#menuBig a{color: #931834; font-size: 1.1em; font-weight: normal} 
#menuBig a:link {color: #931834;} 
#menuBig a:visited {color: #931834;}
#menuBig a:hover {color: #931834; background-color:#E1CAA1 ; text-decoration:underline;}
#menuBig li { 	margin-bottom: 5px; }
/* Usage: <div id="menuBig"><a href="">...</a> </div> */

input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}	

.submit input { /* For buttons: <span class="submit"><input type="submit" value="Submit" /></span>  */
	color: #000;
	background: #E0EAFA;
	border: 2px outset #92B8DE;
	}

.red { 	color:red }

p.box { /* bordered, text centered */
	/* Variations: text-align: left; font-weight: normal */
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	border: 1px solid black; 
	padding: 7px 20px 7px 20px;
	}

p.banner_box { /* bright, bordered, text centered */
	/* Variations: text-align: left; font-weight: normal */
	background-color: #F5F0A9; /* dull yellow */
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	border: 1px solid black; 
	padding: 7px 20px 7px 20px;
	}

p.error_box {
	/* bright, bordered, text centered */
	margin-left: 20%;
	margin-right: 20%;
	border: 1px solid red>;
	padding: 5px 20px 5px 20px;
	color: red>;
	font-weight: bold;
	background-color: #F5F0A9;
	/* dull yellow */
	text-align: center;
	width: 70%;
	}
	
.error {
	font-size: 1.2em;
	color: red; 
	text-align: center;
	font-weight: bold;
	}	
	
table.bordered {  
	/* Variants: table style="font-size: 0.8em" */
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
	border-collapse: collapse;
	}
	
a.list {  font-size: 1.1em; }
a.list:link, a.list:visited { text-decoration:none;}
a.list:hover { text-decoration:underline;}

ul.nav {
	list-style: none;
}
ul.nav li{
	margin-top: 10px;;
	font-size: 1.3em
}
	
	