body{
/*background:url(media/container-bg.jpg) repeat-y center #993333; */
background-color:#993333;
margin:0; 
padding:0; 
font:normal 12px Arial; 
color:#3c3c3c; 
line-height:20px;
}

input{border:1px solid #999;}

h1{
font:bold 16px Arial; 
color:#BF0623; 
text-align:center;
}

h2{
font:bold 14px Trebuchet MS, Arial; 
color:#781e01; 
text-align:left;
}

.main_table
{
/*background:url(media/container-bg.jpg) repeat-y center #FFFFFF; */
background-color:#FFF;
}

table.main 
{

}

table.list td input
{
	font:normal 12px Trebuchet MS; 
}

table.list td textarea
{
	font: normal 12px Trebuchet MS; 
}

table.main td input
{
	font: normal 14px Trebuchet MS; 
}

table.main td textarea
{
	font: normal 14px Trebuchet MS; 
}

.foot2{
background:url(media/footer-bg.jpg) repeat-x; 
/*width:938px; */
height:30px; 
padding:10px 10px 0px 10px; 
clear:left; 
margin-top:1px;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}

.foot2 ul{
margin:0; 
padding:0; 
list-style-type:none;
}

.foot2 ul li{
display:inline; 
font:11px  Trebuchet MS; 
color:#FFFFFF; 
margin:0 7px 0 6px; 
line-height:20px;
}

.center_table
{
vertical-align:top;
padding-top:15px;
}
.left_nav
{
	background-color:#CCC; border:1px solid #999; border-bottom:0;}

.left_nav h2{font-size:16px; font-family:Arial, Helvetica, sans-serif; text-indent:10px; color:#BF0623;}

.left_nav ul{margin:0; padding:0; list-style-type:none;}

.left_nav ul li a
{
	color:#333;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	display:block;
	border-bottom:1px solid #999;
	padding:5px 10px;
}

.left_nav ul li a:hover{color:#BF0623; background-color:#fff;}

.left_nav_p
{
	background-color:#CCC; }
.left_nav_p ul{margin:0; padding:0; list-style-type:none;}

.left_nav_p ul li
{
	display:inline;
}
.left_nav_p ul li a
{
	color:#333;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	display:block;
	border-right:1px solid #999;
	padding:5px 10px;
	float:left;
	background-color:#ccc;
}

.left_nav_p ul li a:hover{color:#BF0623; background-color:#fff;}

.center_table_right
{
vertical-align:top;
padding-top:0px;
}

.nav-secondary 
{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background-color: #BF0623;
	border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}

.nav-secondary li {
	display: inline;
	text-align: center;
}

.nav-secondary li a  {
	float: left;
	display: block;
	color: #fff;
	padding: 10px 20px;
	height: 18px;
	text-decoration: none;
	text-align: center;
	outline: none;
	font-weight:bold;
	font-size:13px;
	border-right:1px solid #FFF;
}

.nav-secondary li a.nav-secondary-wrap {
	padding-top: 0px;
	height: 22px;
}

.nav-secondary li a:visited {
	color: #fff;
}

.nav-secondary li a.nav-secondary-first {
	background: none;
}

.nav-secondary li a:hover {
	color: #FFFF99;
	text-decoration: none;
}

.nav-secondary li a.nav-secondary-selected {
	font-weight: bold;
	border-bottom: 0px;
	color: #333;
}

.nav-secondary li a.nav-secondary-selected:hover {
	color: #67ab3a;
}
table.list {
	border-style:solid;
	border-top-width:thin;
	border-top-color:#990000;
	border-right-width:thin;
	border-right-color:#990000;
	border-bottom-width:thin;
	border-bottom-color:#990000;
	border-left-width:thin;
	border-left-color:#990000;
	border-collapse:collapse;
}

table.list tr
{
	/*background-color:#CCCCCC;*/
}

table.list td
{
	text-align:left;
	padding:3px;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-bottom-color:#CCCCCC;
	border-right-style:solid;
	border-right-width:thin;
	border-right-color:#CCCCCC;
}

table.list th
{
	text-align:center;
	padding:3px;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-bottom-color:#CCCCCC;
	border-right-style:solid;
	border-right-width:thin;
	border-right-color:#CCCCCC;
}

table.list th a
{
	color:#FFFF99;
	text-decoration:none;
}

table.list td input
{
	font:normal 12px Trebuchet MS; 
}

table.list td textarea
{
	font:normal 12px Trebuchet MS; 
}

table.list th a:hover
{
	color:#FFFF99;
	text-decoration:underline; 
}

.link 
{
	text-decoration:none;
	color:#996633;
}
a:hover
{
	text-decoration:underline;
}
a
{
	text-decoration:underline;
	color:#000000;
}

.clear
{
	clear:both;
	visibility:hidden;
	height:0px;
	width:100%
}


.top_nav
{
	width:100%;
	height:31px;
	overflow:hidden;
}
.top_nav ul
{
	vertical-align:top;
	margin-top:10px;
}

.top_nav li 
{
	display: inline;
	/*text-align: left;*/
	letter-spacing: .01em;
	/*margin-left:50px;*/
}

.top_nav li a  
{
	float: left;
	display: block;
	height: 10px;
	text-decoration: none;
	width: 200px;
	text-align: left;
	outline: none;
	line-height: 1.15em;
	color:#000;
}

.top_nav li a:hover
{
	text-decoration:underline;
}

.grey{background-color:#edebeb;}