@charset "utf-8";
/* CSS Document */

body {
	background-color: #2a3950;
	background-image:url("images/background.jpg");
	background-repeat: repeat-x;
	font-family: Arial;
	text-align: center;	
	}
	
body p {
	font-size:12px;
}
	
#container {
	/*background-image:url(images/nav.jpg);
	background-repeat:no-repeat;
	background-position:left top;*/
  	margin: 0 auto;
  	width: 790px;
	text-align: left;
	background-color: #526c9d;
  } 
  
#header {
	background-image:url("images/header.jpg");
	background-repeat:no-repeat;
	height: 102px;
	width:790px;
	background-position:center;
	margin:0 auto;
	text-align: left;
}

#nav {
	width: 175px;
	z-index: 1;
	margin:10px;
	margin-top:20px;
	border: solid 1px white;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 10px 10px 5px #888;
	background: black;
	opacity:.35;
	filter:alpha(opacity=35); 
	-moz-opacity: 0.35;
	position:absolute;
	float:left;
	height:125px;
}

#menu{
	position:relative;
	padding-left:10px;
	padding-top:20px;
	font-family: Arial;
	z-index:2;
}

#menu p{
	line-height:10px;
	padding:0;
	margin:10px;
	padding-left:10px;
	z-index:3;
}

#menu a:hover{
	text-decoration:underline;
	color:white;
}

#menu a{
	text-decoration:none;
	color:white;
}

#body {
	width: 560px;
	padding-left: 10px;
}

#table{
	width: 790px;
	background:#ffffff;
}

#bodyTable {
	height: 450px;
	vertical-align:top;
	border-left: 1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
}


#bodyNav {
	height: 450px;
	width: 200px;
	background-image:url("images/nav.jpg");
	background-repeat:no-repeat;
	background-position:left top;
	background-color: #526c9d;
	vertical-align:top;
	border-right: 1px solid #c6c6c6;
	border-bottom:2px solid #c6c6c6;
	z-index:-3;
}

h1 {
	font-family: Verdana;
	font-size: 18pt;
	color:#D40000;	
}

hr { 
	color:#D40000;
	height: 1px;
	width: 100%;
}

h2 {
	font-family: Verdana;
	font-size: 10pt;
	color:#D40000;	
}

.footer {
	font-family: Verdana;
	font-size: 10px;
	color:#FFFFFF;
}

li {
	list-style-image:url("images/arrow.gif");
	font-size: 10pt;
}

td {
	font-size: 12px;

}
