body {
	background-color: #EDEDED;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	font: Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container {
	width: 750px;
	margin: 0 auto;
	border: 1px solid #666666;
	border-top: 0;
}
#home_page_flash {
	height: 125px;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
}	
/* IE hack for layout min-height */
#home_page_content {
	padding: 20px 30px;
	height: 500px;
	margin: 0;
}
/* CSS Hack - hide min-height command from IE */
html>#home_page_content {
	min-height: 400px;
	height: auto;
}
/* IE hack for layout min-height */
#main_content {
	background: #FFFFFF url(../images/page_bg.jpg) center center;
	padding: 10px 15px 20px 15px;
	height: 500px;
}
/* CSS Hack - hide overflow command from IE */
html>body #main_content{
	height: auto;
	min-height: 500px;
}

#header {
	background: url(../images/top_right_bg.jpg) left top repeat-y;
}
#footer {
	background: url(../images/menu_bg.jpg) repeat-x #FFFFFF;
	border-top: 1px solid #666666;
	text-align: center;
	color: #666666;
	padding: 6px;
}
#footer a {
	text-decoration: none;
	color: #666666;
}
#footer a:hover {
	color: #FF0000;
}
h3 {
	color: #CC0000;
	font-weight: bold;
	font-size: 16px;
	padding: 5px 0 3px 0;
	margin: 0;
}
h4 {
	font-weight: bold;
	font-size: 14px;
	padding: 0;
}	
.quote{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	display: block;
	padding: 5px;
}
/* MENU STYLES */
#menu_bar {
	background: url(../images/menu_bg.jpg);
	border: 1px solid #666666;
	border-left: 0px;
	border-right: 0px;
	text-align: center;
	padding: 4px 10px;
	color: #666666;
	margin: 0;
}
#menu_bar a {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 25px;
	border-left: #CCCCCC solid 1px;
}
#menu_bar a.last {
	border-right: #CCCCCC solid 1px;
}
#menu_bar a:link{ color:#000000; text-decoration:none; }
#menu_bar a:visited{ color:#000000; text-decoration:none; }
#menu_bar a:hover{
	color:#FF0000; 
	text-decoration:none;
}
#main_content {
	background-image: url(../images/page_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.topic_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #DE4E49;
	text-decoration: underline;
}
/* POD STYLES */
.pod_top {
	background-image: url(../images/pod_top.gif);
	background-position: bottom;
	height: 8px;
	width: 200px;
	background-repeat: no-repeat;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.pod_bottom {
	background-image: url(../images/pod_bottom.gif);
	background-position: top;
	height: 14px;
	width: 200px;
	background-repeat: no-repeat;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.pod {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border-left: 1px solid #CC0000;
	border-right: 1px solid #CC0000;
	border-bottom: 0;
	border-top: 0;
	width: 198px;
	background-color: #FFFFFF;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: block;
}
.pod h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 2px 5px 2px;
	background-color: #FFB0B0;
	color: #000000;
	text-align: center;
	border-bottom: 1px solid #CC0000;
}
.pod li {
	list-style-position: inside;
	list-style-image: url(../images/triangle_bullet.gif);
	margin: 5px 2px 0px 5px;
	padding: 0 0 0 0;
	color: #333333;
}
.pod ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.pod a:link, .pod a:active, .pod a:visited {
	color: #333333;
	text-decoration: none;
}
.pod a:hover {
	color: #FF0000;
	text-decoration: underline;
}
