
/* Basic Structure */


	body {
		margin:0; 
		background: #9FB7D6 url(images/bg_body.gif);
		background: #9FB7D6 url(images/main.gif);
		margin: 0 auto;
		margin-top: 10px;
		padding: 0;
		font-family: verdana, arial, times, helvetica; 
		font-size:12px; 
	}
	.caption {
			margin:0; 
			margin: 0 auto;
			margin-top: 10px;
			padding: 0;
			color: #0E699A;
			font-family: verdana, arial, times, helvetica; 
			font-size:10px; 
	}

	#page {
		margin: 0 auto;
		width: 720px;
		backgroud:#FFF;
		height: 100%;
	}

	table {
		background-color:#fff;
	}

	.content {
		padding: 15px;
		background-color:#fff;
		clear: both;
		font-family:verdana, arial, sans-serif; 
		color:#000000; 
	}
	.content H3 {
		margin: 0;
		text-align: center;
		font-size: 16pt;
		color: #0E699A;
	}


/* Header */


	#header {
		width: 720px;
		background: #760514 url("images/bg_top.gif") top left repeat-x;
		position: relative;
		min-height: 120px;
		padding: 0;
		voice-family: "\"}\"";
		voice-family: inherit;
		height: 3em;
		height: 120px;
		padding: 0px 0;
		background-color:#fff;
		padding-bottom: 3px;
		border-bottom: 2px solid #5F697E;
	} 
	#ignored {}

	#header h1 {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		font-size: 2px;
		height: 8px;
		z-index: 100; /* above the UL */
	}
	#header h1 a {
		display: block;
		text-indent: -700em;
		text-decoration: none;
		width: 263px;
		height: 120px;
		background: transparent url("images/bg_top_logo.gif") no-repeat;
	}



	#header ul {
		font-family: Tahoma, Helvetica, arial, verdana, sans-serif; 
		font-size:95%; 
		font-size: 11px;
		width: auto;
		position: absolute;
		bottom: 0;
		right: 0;
		margin: 0;
		padding: 0 15px 0 0;
		list-style: none;
		background: #000;
		background-color:#fff;
		z-index: 90; /* below the H1 */
	}
	#header li {
		float: right;
		background: transparent url("images/header_tab.gif") 100% -600px no-repeat;
		padding: 0 6px 0 0;
		margin: 0 1px 0 0;
		border-bottom: 1px solid #515358;
	}


	#header ul a {
		float: left;
		display: block;
		padding: 4px 4px 4px 10px;
		background: transparent url("images/header_tab.gif") 0% -600px no-repeat;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
		background-color:#fff;
	}
	#header ul li a:hover { 
		background-color:#fff;
		color:#BDE0F3;
	}
	#header li#current a {
		color:#fff;
		color:#BDE0F3;

	}

	
/* Search Field and Slogan */



	#header #slogan {
		background: transparent url("images/bg_slogan.gif") no-repeat;
		width: 340px;
		height: 80px;
		position: relative;
		position: absolute;
		text-align: right; /* need for IE Mac */
		white-space: nowrap; /* for Opera */
		top: 20;
		right: 0;
		margin: 28px 35px 10px 10px;
	}
	#header #slogan h5 {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		font-size: 2px;
		text-indent: -8000em;
		height: 8px;
		z-index: 100; /* above the UL */
	}





	#header form {
		z-index: 300; /* above the UL */
		position: absolute;
		top: 0;
		right: 0;
		padding: 20px 15px 0 0;
		margin: 0; /* need for IE Mac */
		text-align: right; /* need for IE Mac */
		white-space: nowrap; /* for Opera */
	}
	#header form input { font-size: 85%; }

	#header form label { 
		text-align: left; 
		display:block; color: #fff; font-size: 75%; 
		font-weight: bold; 
	}
	#header form #submit {
		font-size: 85%;
		color: #fff;
		padding: 0px 4px 0px 4px;
		border-right: 1px solid #283043;
		border-bottom: 1px solid #283043;
		border-top: 1px solid #9097A2;
		border-left: 1px solid #9097A2;
		background: #105D90;
	}
	#header form #kw {
		width: 150px;
		font-size: 85%;
		border:	1px solid #9097A2;
		background: #EAEBEB url(images/bg_input.png) bottom repeat-x;
		padding: 2px;
	}
	#header form #kw:hover, #header form #kw:focus {
		background: #fff;
	}


/* Footer */

	#footer {
		border-top: 1px solid #999;
		margin: 0em 0;
		padding: 1em 0;
		text-align: center;
		background-color:#fff;
		background-color:#DFDFDF;
	}	
	#footer ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}	
	#footer li {
		display: inline;
	}
	
	#footer span,#footer a {
		white-space: nowrap;
		padding: 0 1em;
	}
	
	#footer p span,#footer p a {
		white-space: nowrap;
		padding: 0 0.3em;
	}
	
	#footer span a {
		padding: 0;
	}
	
	#footer p,#footer p a {
		color: #666;
	}
	
	#footer p a:hover {
		color: #000;
	}






