/* -------- Layout specific stuff ---------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family: arial, "lucida console", sans-serif;
	font-size: 11px;
	background-color:#cdc9c1;
	
	}

#homebody {
	overflow:hidden;
	margin:0px;
	}
	
html {
	height:100%;
	}

#wrapper {
	width: 1024px; 
	margin:0 auto;
	position: relative;
	max-width: 1024px;
	background-image: url(../img/bg_mid.gif);
	background-repeat:repeat-y;	
	background-color:#e2e6e7;
	margin-top:-322px;
	}
#topper {
	background-image: url(../img/bg_top.jpg);
	background-repeat:repeat-y;	
	width: 1024px; 
	margin:0 auto;
	height: 398px;

	}


#clearme {
	clear:both;
	}

#footer {
	width:1024px; 
	height:90px;
	background-image: url(../img/bg_footer.gif);
	background-repeat: no-repeat;
	clear:both;
	overflow:hidden;
	}

	.footercontent {
		margin-top:28px;
		font-size:11px;
		float:right;
		margin-left:0px;
		margin-right:19px;
		}
	#footercontentfirst {
		margin-top:28px;
		font-size:11px;
		float:right;
		margin-left:0px;
		margin-right:32px;
		}


	.footercontent,footercontentfirst a {
		color: #000000;
		text-decoration: none;
		}

	#footercontent,footercontentfirst a:hover{
		text-decoration: underline;
		color: #222222;
		}

form {
	padding:0px;
	margin:0px;
	}
	
	

/* ----------[ Etc ] ---------------------------------------------------------------------------- */

a {
	color: #294f88;
	text-decoration: underline;
	font-weight:bold;
	}

h1 {
	font-size: 18px;
	font-weight:bold;
	margin-bottom:9px;
	margin-top:0px;
	}

h2 {
	font-size: 16px;
	font-weight:bold;
	margin-bottom:9px;
	margin-top:0px;
	}	

h3 {
	font-size: 14px;
	font-weight:bold;
	margin-bottom:4px;
	margin-top:20px;
	}
a:hover{
	text-decoration: underline;
	}

input.form {
	width: 250px;
	}
