/* HelRC
RED CC0000
BLACK 000000
GREY CCCCCC
*/
body {
	background: #CCCCCC;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* STRUCTURE ------------------------------------------- */

.container {
	width: 924px;
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
.content { 
	width: 800px;
	float: left;
	position: relative;
	top: -60px;
}
.banner { 
	width: 120px;
	height: 240px;
	float: right;
	margin-top: 10px;
}
.header {
	width: 800px;
	background-color: #FFFFFF;
}
.header_left {
	position: relative;
	top: -8px;
	width: 200px;
	float: left;
	z-index: +1;
	margin-bottom: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
.header_right {
	position: relative;
	top: 0px;
	width: 600px;
	float: right;
	z-index: +1;
	margin-bottom: 0px;
	height: 230px;
	background-color: #FFFFFF;
}
img.header_logo {
	position: relative;
	top: 60px;
	margin-top: 0px;
	margin-left: -22px;
	z-index: +10;
	height: 68px;
}
.page {
	background-color: #FFFFFF;
	float: left;
	clear: both;
	width: 800px;
	position: relative;
	top:  0px;
}
.page_left {
	background-image: url(/files/web_layout_gif/32/bg_left.gif);
	background-repeat: repeat-y;
	background-position: right;
}

/* TEXT ------------------------------------------------ */

p { margin-top: 5px; }
h1 { 
	color: #CC0000; 
	font-size: 12px; 
	text-transform: uppercase; 
	margin-top: 5px; 
	margin-bottom: 5px; 
}
h2 { 
	color: #CC0000; 
	font-size: 11px; 
	text-transform: uppercase; 
	margin-top: 5px; 
	padding-top: 10px; 
	margin-bottom: 5px; 
	height: 20px; 
	width: 506px; 
	background-image: url(/files/web_layout_gif/16/spacer.gif); 
	background-repeat: no-repeat; 
	background-position: top; 
}
h3 { 
	color: #000000; 
	font-size: 11px; 
	font-weight: bold; 
	margin-top: 5px; 
	padding-top: 10px; 
	margin-bottom: 2px; 
	height: 20px; 
	width: 506px; 
	background-image: url(/files/web_layout_gif/16/spacer.gif); 
	background-repeat: no-repeat; 
	background-position: top; 
}
.left_txt_area {
	margin-left: 10px;
	margin-right: 20px;
}
.main_txt_area { 
	margin-left: 36px;
	margin-right: 50px;
}
a { color: #000000; text-decoration: none; border-bottom: 1px solid #CC0000; }
a:hover { color: #CC0000; text-decoration: none; border-bottom: 1px solid #CC0000; }
#credits { color: #666666; font-size: 9px; text-align: right; margin-right: 5px; margin-top: 0px;	}
#credits a { color: #666666; text-decoration: none; border-bottom: 0px; }

/* MENU ------------------------------------------------ */

#menu-1 {
	list-style-type: none;
	margin-top: 63px;
	margin-left: 0px; 
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}
#menu-1 li {
	display: inline;
	margin:0;
	padding:0;
}
#menu-1 a { 
	text-decoration: none;
	color: #FFFFFF; 
	padding: 0px 0px 0px 20px;
	height: 18px;
	margin: 0; 
	float: left;
	display: block;
	width: 178px;
	background-image: url(/files/web_layout_gif/13/navilist_bg.gif);
	background-repeat: no-repeat;
}
#menu-1 .act,  #menu-1 a:hover { 
	color: #CC0000; 
	background-image: url(/files/web_layout_gif/14/navilist_bg_hover.gif); 
	background-repeat: no-repeat; 
}
#menu-1 .act,  #menu-1 .act:hover { 
	color: #CC0000;  
	background-image: url(/files/web_layout_gif/14/navilist_bg_hover.gif); 
	background-repeat: no-repeat; 
}

/* IMAGES  ---------------------------------------------- */

.theme {  width: 598px; height: 200px; overflow: hidden; margin: 0px; border: 1px solid #000000; }
.spacer_left { margin-top: 5px; margin-bottom: 5px; }

/* LEFT UPDATES */

.newsdate { display: block; font-weight: bold; margin-top: 5px; }
#menu_updates {
	list-style-type: none;
        margin-left: 0px;
        padding: 0px;
}
#menu_updates li {
	margin: 0px;
	padding: 0px;
}

