/* CSS Document */
body {
	background-color: #550000;
	text-align:center;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
html, body, td {
	font-family:Verdana;
	font-size: 95%;
	color:#666666;
}
p {
	margin-top:0px;
	margin-bottom:0px;
}
/* current_tab is called by the .js to auto-highlight the current menu tab*/
.current_tab{
	background-color:#f49102;
}
.current_tab a{
	color:white !important;
}
a {
    /* For links in the body text. All other links have their own styles*/
	text-decoration: none;
	color: #550000;
	outline: none;
}
a:hover {
    /* For links in the body text. All other links have their own styles*/
	color:#F49102;
	border-bottom:1px solid #F49102;
}
a:active{
	/* to stop FireFox from putting dotted outlines around links */
	outline: none;
}
#header_box{
    /* This is everything above the main menu links*/
	width:780px;
	height:114px;
	background-image: url(images/header.jpg);
}
#small_menu{
    /* This is the little menu links in the upper right corner of the screen*/
	text-align:right;
	vertical-align:bottom; 
	font-size:11px;
	padding-right:11px;
	padding-bottom:7px;
	color:white;
}
#small_menu a{
	color:white;
}
#small_menu a:hover {
	color:#550000;
}
#small_menu a:active{
	/* to stop FireFox from putting dotted outlines around links */
	outline: none;
}
.footer_menu{
	background-image:url(images/footer_bak.jpg);
	vertical-align:bottom;
	text-align:left;
	font-size:11px;
	color:#cc9999;
	padding-left:14px;
	padding-bottom:150px;
}
.footer_menu a{
	color:#cc9999;
}
.footer_menu a:active
{
	/* to stop FireFox from putting dotted outlines around links */
	outline: none;
}
.footer_menu a:hover {
	color:white;
	border:0px;
}
.menu_text td{
    /* This is the the primary menu*/
	text-align:left;
	font-size:12px;
	font-weight:normal;
	color:#550000;
	height:19px;
	padding-left:27px;
}
.menu_text a {
	text-decoration: none;
	color: #550000;
}
.menu_text a:hover {
	color:#F49102;
}
.menu_text a:active{
	/* to stop FireFox from putting dotted outlines around links */
	outline: none;
}
.title_color{
	color:#F49102;;
}
#body_table{
	/* This is the body table and contains the menu on the left and content on the right*/
	background-color:white;
	background-image:url(images/table_fill.gif);
	background-repeat:repeat-y;
	height:300px;
	background-color:white;
}
#body_cell{
	/* This is a big <td> that holds all of the body content*/
	border:none;
	margin:0px;
	padding:0px;
	background-color: white;
	text-align:left;
	font-size:12px;
	font: Verdana, Arial, Helvetica, sans-serif;
	line-height:20px;
	padding-bottom:18px;
	background-color:white;
	overflow:hidden;
}
#body_cell p{
	/* This is a big <td> that holds all of the body content*/
	padding-right:24px;
	margin-bottom:20px;
}
ul {
	/* adjust the left ul margin for firefox: */
	margin-left:-27px;
	margin-left: expression("17px");
	margin-right:25px;
	list-style:square;	
	margin-bottom:20px;
}
ol {
	margin-left:17px;
}
li {
	margin-bottom:6px;
}
.pic_table{
	width:212px;
	background-color:white;
	float:right;
	margin-left:20px;
	margin-bottom:15px;
}
.pic_table_wide{
	width:480px;
	background-color:white;
	margin-bottom:15px;
}
.pic_table_image{
	border:solid 1px #CCCCCC;
	border-right:none;
	padding:1px;
	padding-right:0px;
	overflow:hidden;
}
.pic_table_caption{
	color:#550000;
	font-size:11px;
	line-height:13px;
	padding-top:8px;
	margin-bottom:0px;
}
.pic_table_caption p{
	margin:0px;
	padding:0px!important;
	padding-bottom:0px!important;
	margin-bottom:0px!important;
}
