/* ===== Framework ===== */
body {	
	background: url(images_fw/bg.jpg) ;
	font-family: verdana, arial, sans-serif; 
	font-size: 10pt;
	color: black;	
	text-align: center;	
	margin: 0px;
	}
	
td {		
	font-family: verdana, arial, sans-serif; 
	font-size: 10pt;
	color: black;		
	}


/* ===== Content ===== */
h1 {
	font-size: 18pt;
	font-family: arial, sans-serif; 
	margin-top: 0px;
	padding-top: 0px;
	color: #515926;
	text-align: center;
}

h2 {
	color: #515926;
	font-size: 14pt;
	font-family:  arial, sans-serif; 	
	text-align: left;
}

h3 {
	color: #515926;
	font-size: 12pt;
	font-family: arial, sans-serif; 	
	text-align: left;
}	


p {
	margin-top: 0px;
}
	


#container {
	margin: 0px auto;
	border: 0px;
	width: 850px;
	text-align: left;	
}


/* ===== Header ===== */
#header {
	width: 850px;
	height: 153px;
	background: url(images_fw/content_bg_top3.jpg) no-repeat;
}


#header a:link {
	color: white;
	text-decoration: none;
}

#header a:visited {
	color: white;
	text-decoration: none;
}

#header a:hover {
	color: white;
	text-decoration: none;
}



/* ===== Main Body ===== */
#content {
	width: 850px;	
	min-height:200px;
  	height:auto !important;
  	height:200px;	
	padding: 0px;
	margin: 0px 0px 0px 0px;*margin: -10px 0px 0px 0px;
	background: url(images_fw/content_bg_mid3.jpg) repeat-y;
}

#contentpad {
	padding: 15px 50px;
}



/* ===== Footer ===== */
#footer {	
	/*margin-left: auto;
	margin-right: auto;
	margin-top: 20px;*/
	width: 850px;
	height: 114px;
	text-align: center;
	font-size: 9pt;
	color: black;
	background: url(images_fw/content_bg_bottom3.jpg) no-repeat;
}

#footerHR {
	border-bottom: 1px solid black;
	width: 660px;
	margin: 0px auto;
}


#footer a:link {
	color: maroon;
	font-size: 9pt;	
}

#footer a:visited {
	color: maroon;
	font-size: 9pt;	
}

#footer a:hover {
	color: red;
	font-size: 9pt;	
}


a:link {
	text-decoration: none;
	color: maroon;	
}

a:visited {
	text-decoration: none;
	color: maroon;	
}

a:hover {
	text-decoration: underline;
	color: red;	
}





