@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background:url(../img/bottom.jpg) bottom right #ebd4ab no-repeat; 
	height:99%;
}
.clear{clear:both;}
a {color:#728399;text-decoration:none;}	
a:hover {color:#fb4c4e;}
#bgcontainer {
	height:99%;
	background: url(../img/bg.jpg) repeat-x;
}
* html #bgcontainer{height:99%;}
#container {
	width: 796px;
	margin:0 auto;
	padding:0;
	color:#666;
	font-size:13px;
	min-height:100%;
	position:relative;
}
* html #xcontainer{height: 100%;}
#header {padding:8px 0 0 0;	margin:0;height:260px;}
#logo {width:210px;
		float:left;
		background:url(../img/logo.jpg) no-repeat;
		background-position:center;
		height:260px;}
#flash {
	width:573px;
	padding:0 5px 0 0;
	float:right;
	height:260px;
	background:#FFF;
}
/*   MENU   */
#menu {
	height:24px;
	background-image:url(../img/nav.jpg);
	background-repeat:repeat-x;
	margin:8px 0 0 0;
	padding:0;
	overflow:hidden;
}
#menu ul{
	margin:0;
	padding:0;
	list-style:none;
}

#menu li{
	float:left;
}

#menu li a{
	margin:0;
	padding: 6px 29px 5px 29px;
	display:block;
	color:#548390;
	font-size:11px;
	text-transform:uppercase;
	font-weight:700;
	text-decoration:none;
}
#menu li a:hover{
	background:url(../img/navroll.jpg);
	background-repeat:repeat-x;
	color:#fb4c4e;
}
#menu #current a{
	background:url(../img/navroll.jpg);
	background-repeat:repeat-x;
	color:#fb4c4e;
}

/*   MAIN CONTENT   */
#left_col {
	width:420px;
	z-index:1;
	float:left;
}
#right_col {
	width:370px;
	background:red;
	float:right;
}
h1,h2 {
	font-size:14px;
	margin:10px 0 10px 0;
	padding:0;
}
table li {
	margin:0 20px 0 0;
	padding:0 0 3px 0;
}
.smalltable {
	padding:5px;
	border:1px solid #999;
	background:#cbd4ab;
	margin:0;
}
.tabletop {
	border:none; 
	padding:2px 3px 3px 3px; 
	background:#cbd4ab; 
	margin:6px auto 0 auto;
	}
.p1 {margin-bottom:8px;}
.p2 {margin:10px 0 8px 0;}
.tleft {padding-left:15px;}
.img1 {border:solid 2px #9ccCC9; padding:2px; background:#fff;margin-top:5px;}
.img2 {border:solid 2px #9ccCC9; padding:2px; background:#fff;margin-top:20px;}
.img3 {border:solid 2px #9ccCC9; padding:2px; background:#fff;margin:8px 10px 0 0; float:left; clear:none;}
.l2 { background:#cbd4ab; padding:2px 1px 2px 8px; border:solid 1px #fff;}
.lr{text-align:right; padding: 2px 12px 2px 1px; border:solid 1px #fff;}
.l3 { background:#9ccCC9; padding:2px 1px 2px 8px; border:solid 1px #fff;}
/*   FOOTER   */
#footer{position: relative; height: 50px; margin: 0 auto 0 auto;}
#bb{background:url(../img/bb.jpg);width:193px;height:174px;position:absolute;right: 0px;bottom: 0px; }
.footer1 {width:796px;margin:21px auto 0 auto;border-top:1px solid #aaa;color:#548390;	padding:5px 0 3px 0;}
#footer a{text-decoration:none;	color:#548390;	font-size:13px;}
#footer a:hover {color:#000;}
