* {
padding: 0;
margin: 0;
}


.noimgborder { border:0px;}

html,body {
	background-image:url(/images/background.jpg);
	background-repeat:no-repeat; 
	background-position: center top;
	background-color:#010101;
	color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	text-align: center;
	padding-top:0px;
	margin-top:0px;
	height:500px; /* this is the key! */
	}

#container {
	width: 1000px;
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
	padding-left:0px;
	padding-right:0px;
	min-height: 400px;
	margin: 0 auto;
	padding-top:5px;
	/*border-left:5px solid #336699;
	border-right:5px solid #336699;
	background-color:#CCCCCC;
	*/
}

* html #container {
height: 400px;
}

a {
color:#00CCFF;
}


#header {
height:101px;
position:relative;
width:100%;
margin-bottom:20px;
	}

#logo {
	position:relative;
	width:223px;
	height:98px;
	float:left;
	outline:none;
	background:url(/images/logo.png) no-repeat top left;
	text-indent:-9999px;
	}

#navigation {
	position:relative;
	float:right;
	padding-top:60px;
	}

#navigation a {
	margin-left:2px;
	margin-right:3px;
	}

#table_left {
	vertical-align:top;
	background-image:url(/images/table_left.png);
	background-repeat:no-repeat; 
	}

#table_left h1 {
	font-size:12pt;
	text-transform:uppercase;
	color:#4c4c4c;
	margin-bottom:-6px;
	font-family:Arial Narrow, Tahoma, Helvetica, Arial;
	visibility:hidden;
	}
	
#table_left h2 {
	font-size:14pt;
	color:#FFFFFF;
	font-family:Arial Narrow, Tahoma, Helvetica, Arial;
	text-transform:uppercase;
	visibility:hidden;
	}

#table_text {
	margin-top:25px;
	}

#table_middle {
	vertical-align:top;
	background-image:url(/images/table_middle.png);
	background-repeat:no-repeat; 
	}
	
#table_middle h1 {
	font-size:12pt;
	text-transform:uppercase;
	color:#4c4c4c;
	margin-bottom:-6px;
	font-family:Arial Narrow, Tahoma, Helvetica, Arial;
	visibility:hidden;
	}
	
#table_middle h2 {
	font-size:14pt;
	color:#FFFFFF;
	font-family:Arial Narrow, Tahoma, Helvetica, Arial;
	text-transform:uppercase;
	visibility:hidden;
	}

#table_right {
	vertical-align:top;
	background-image:url(/images/table_right.png);
	background-repeat:no-repeat; 
	}
	
#table_right h1 {
	font-size:12pt;
	text-transform:uppercase;
	color:#4c4c4c;
	margin-bottom:-6px;
	font-family:Arial Narrow, Tahoma, Helvetica, Arial;
	visibility:hidden;
	}
	
#table_right h2 {
	font-size:14pt;
	color:#FFFFFF;
	font-family:Arial Narrow, Tahoma, Helvetica, Arial;
	text-transform:uppercase;
	visibility:hidden;
	}
	
#header_border {
	width:100%;
	height:1px;
	background-color:#7f7e7a;
	}

#content {
	width: 100%;
	min-height:800px;
	text-align:left;
	border-left: 3px solid #7f7e7a;
	border-right: 3px solid #7f7e7a;
	background-color:#ebe9e4;
	}

#header_text {
	margin-left:100px;
	padding-top:10px;
	color:#FF0000;
	font-size:12pt;
	font-weight:bold;
	text-align:center;
	}
	
#header_text h1 {
	font-size:18pt;
	color:#FF0000;
	}	

#flash {
	width:35%;
	margin-right:100px;
	float:right;
	text-align:left;
	}

#flash h1 {
	font-size:18pt;
	}

#text_left {
	width:43%;
	margin-left:100px;
	}
	
#text_left h1 {
	font-size:18pt;
	}

.headline {
	color:#FFCC00;
	}

#bottom_text {
	margin-left:100px;
	margin-right:100px;
	padding-top:10px;
	padding-bottom:10px;
	clear:both;
	}
	
#footer { 
	padding-top:20px;
	margin-left:100px;
	margin-right:100px;
	}

#footer p {
	font-size:9pt;
	text-align:center;
	}

#footer a {
	color:#FFFFFF;
	}
	
.page_header {
	color:#2791d3;
	font-size:14pt;
	}
	

.roundcont {
	width: 300px;
	margin-left: 0px;
	margin-right:1px;
	float:left;
	text-align:left;
	z-index:0;
	color:#FFFFFF;
}

.roundcont p {
	margin: 0 0px;
	font-size:10pt;
	padding-left:5px;
}

.roundmiddle {
	background-color:#000000;
	width:100%;
	}

.roundmiddle a {
	text-decoration:none;
	color: #dbdbdb;
	font-family:Tahoma;
	}

.roundmiddle p {
	margin-left:15px;
	margin-right:15px;
	}

.roundmiddle hr {
	height:1px;
	margin-top:10px;
	margin-bottom:10px;
	color:#dbdbdb;
}

hr .top {
	height:1px;
	margin-bottom:10px;
	color:#dbdbdb;
}

.roundcont h1 {
	margin-left:5px;
	}

.roundtop { 
	background: url(/images/tr.png) no-repeat top right; 
}

.roundbottom {
	background: url(/images/br.png) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 35px;
   border: none;
   display: block !important;
}