﻿body {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	border: 0px none;
	padding: 0;
	text-align: center; 
}
#container {
	background-color: #FFFFFF;
	width: 672px;
	margin-left: auto; /* changed to center block in firefox */
	margin-right: auto;
	border: 0;
	padding: 0;
	text-align: center;

}

#page_content {
	width: 100%;
	padding: 0;
	margin: 0;
	background: #FFFFFF url('../images/backgroundRight.gif') repeat-y right;

	overflow: auto;
	float: left;
}

#table_c {
	width: 100%;
}

#table_c td {
	padding:10px;
	}
#table_c table td {
padding:3px;
}

#column_c {
	float:left;
	width: 642px;
	margin: 0px;
	padding:  5px;
	background: #FFFFFF url('../images/background.gif') repeat-y left;
	color:#800000;
	text-align:center;
	display: block;
}

#column_l {
	width: 330px;
	float:left;
	padding:  10px;
	background-color: #FFFFFF;
	color:#800000;
	text-align:justify;
	display: block;
}

#column_r{
	width: 302px;
	float:left;
	padding:  10px;
	background-color: #FFFFFF;
	color:#800000;
	text-align:center;
	display: block;
}


/* Styles for Masthead */
*#masthead {
	text-align: center;
	padding: 10px 0 10px  0;
	background: #FFFFF0;
	width: 100%;
	color: #800000;
}

/* Styles for Navigation */

#menu, #menu ul {
	list-style:none;
	padding:0;
	margin:0;
}
#menu li {
	float:left;
	position:relative;
	width:112px;
	height: 15px; /* changed */
	min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	
}
#menu li ul {
 	display: none;
	position: absolute; 
  	top: auto;
	left: 0;
	
}
#menu li ul li {
	width:140px;
	border-bottom:1px solid #FFCC99;
	border-top: 1px solid #FFCC99;
	
	}


#menu a {
	display:block;
	background-image: url('../images/RedButton.gif');
	background-repeat:repeat-x;
	background-color: #ffffff ; 
	color:#FFFFFF;
	text-decoration:none;
	padding:0 5px;
}

#menu a:hover {
	background-color:#FEE0C6;
	color:#000000;
}

/* SHOW SUBMENU 1 */
/* lists nested under hovered list items */
#menu li:hover ul, #menu li.over ul {
	display:block;
	
	
}

#menu li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: 0;
}

#navigation {
	background-color: #A50021;
	text-align:center;
 }

/* Styles for Footer */
#footer {
	width: 100%;
	text-align: center;
	background-color: #A50021;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
}
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}

/* Styles for Links */

a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
