@import "reset.css";
@import "print.css";

body {
	background-color: #E1D6BA;
	font-size:11px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#000;
	line-height:16px;
}

table{
	width:740px;
}

table tr td{
	vertical-align:top;
	padding:5px;
	background-color:#E0D2B6;
	border:1px solid white;
}

table tr th{
	background-color:#A0947D;
	padding-top:8px;
	padding-bottom:8px;
	color:white;
	text-align:center;
}

h1{
	font-weight:bold;
	text-transform:uppercase;
	font-size:18px;
}

h2{
	font-weight:bold;
	text-transform:uppercase;
	font-size:16px;
	color:#4F8080;
}

#wrap{
	width:980px;
	margin:0px auto;
}

#container{
	width:980px;
	position:relative;
	float:left;
}

#header{
	width:980px;
	position:relative;
	float:left;
	height:306px;
}

#contentContainer{
	width:980px;
	position:relative;
	float:left;
}

#top{
	width:980px;
	height:32px;
	position:relative;
	float:left;
	background-image:url("../images/new_top_2.jpg");
	background-repeat:no-repeat;
	background-position:top left;
}

#middle{
	width:980px;
	min-height:300px;
	height:100%;
	position:relative;
	float:left;
	background-image:url("../images/new_middle.jpg");
	background-repeat:repeat-y;
}

#menu{
	width:130px;
	position:relative;
	float:left;
	text-align:right;
	padding-right:20px;
	padding-left:30px;
	line-height:12px;
}

#menu .undermenu{
	color:#000000;
	font-weight:bold;
}

#menu ul li{
	border-bottom:1px solid #470505;
	padding-bottom:5px;
	padding-top:10px;
}

#menu ul li a{
	display:block;
	width:130px;
	color:#470505;
	font-weight:bold;
}

#menu ul li a:hover{
	display:block;
	width:120px;
	color:#470505;
	font-weight:bold;
	padding-right:10px;
	border-right:2px solid #470505;
}

#menu ul li ul li{
	border-bottom:0px;
	padding-bottom:5px;
	padding-top:10px;
}

#menu ul li ul li a{
	display:block;
	width:110px;
	color:#222236;
	font-weight:normal;
	margin-right:20px;
}

#menu ul li ul li a:hover{
	display:block;
	width:110px;
	color:#222236;
	font-weight:normal;
	margin-right:20px;
	border-right:2px solid #222236;
}
	

#content{
	width:760px;
	padding-left:20px;
	padding-right:20px;
	position:relative;
	float:left;
}

#content ul li{
	list-style-type:disc;
	margin-left:15px;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
}

#content a{
	color:#4F8080;
	text-decoration:none;
	font-weight:bold;
}

#footer{
	width:940px;
	height:32px;
	padding-right:40px;
	position:relative;
	float:left;
	text-align:right;
	background-image:url("../images/new_footer.jpg");
	background-repeat:no-repeat;
	background-position:top left;
	color:#9A8F7B;
}

#footer a{
	color:#9A8F7B;
	text-decoration:none;
}
