/*  Central Page:
-----------------------------------------*/
#container {
	position:relative;
	width: 946px;
	margin: 20px auto 30px auto;
}
#page {
	width: 770px;
	float: left;
	background: #FFFFFF;
}
/*  Header:
-----------------------------------------*/
#topHead {
	position: relative;
	background: url(../gfx/head_fade.gif) #FFF top left repeat-x;
	height: 95px;
	padding:0;
	text-align:left;
}
#topLeft {
	background: url(../gfx/border_right.gif) top right no-repeat;
	left: 0px;
	top: 0px;
}
#topLeft IMG {
	margin: 0;
	padding: 0;
	border:0;
}
#slogan {
	position: absolute;
	color: #C60C10;
	left: 330px;
	top: 25px;
	font-size: 80%;
	font-weight: bold;
}
/*  Menus (Tabs):
-----------------------------------------*/
#site_menuHolder {
	position: absolute;
	left: 295px;
	text-align: right;
	bottom: 0px;
	padding:0;
	margin:0;
}
#site_menu {
	
	float: left;
	width: 100%;
	font-size: 80%;
	line-height: normal;
	margin: 0;
}

#site_menu ul {
	margin: 0px;
	padding: 5px 3px 0px;
	list-style: none;
}
#site_menu li {
	float:left;
	margin: 0px 4px 0 0;
	background: url(../gfx/menu_right.gif) #FF9E10 no-repeat right top;
}

#site_menu a {
	float: left;
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding:5px 5px 5px;
	background: url(../gfx/menu_left.gif) no-repeat left top;
	color:#FFF;
}
#site_menu a:hover {
	color:#FFDFAD;
}
#site_menu #site_current {
	background: url(../gfx/menu_hover_right.gif) #fff top right no-repeat;
}
#site_menu #site_current a {
	color: #000;
	background: url(../gfx/menu_hover_left.gif) top left no-repeat;
}
/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#site_menu a {float:none;}
/* End IE5-Mac hack */

/*  Side Panel:
-----------------------------------------*/
#side {
	width: 150px;
	margin-left: 786px;
	padding-top: 0;
	color: #FFFFFF;
}
.poll H1 {
	font-size: 14pt;
	background: url(../gfx/right_panel.jpg) #4ACF4A top center no-repeat;
	padding-top: 6px;
	margin-bottom: 3px;
	padding-bottom: 0;
}
.poll {
	text-align: center;
	width: 150px;
	margin: 5px 0 0 5px;
	background: url(../gfx/right_panel_bottom.jpg) #4ACF4A bottom center no-repeat;
	padding-bottom:45px;
}
.poll DIV.affil {
	text-align: center;
}
DIV.affil IMG, .affil A IMG {
	border: 0;
}
/*  Page Footer:
-----------------------------------------*/
#footer {
	text-align: left;
	padding: 0 3px 0 5px;
	border-top: 1px solid #CCC;
	background: #EEE bottom left repeat-x;
	height: 87px;
}
#footer .logo {
	left: 10px;
}
#footer .info {	
	font-size: 90%;
	position: relative;
}
#footer_shadow {
	margin: 0;
	padding: 0;
	background: url(../gfx/content_bottom_rpt.jpg) bottom left repeat-x;
	height: 47px;
}
.links {
	margin-top: 20px;
}
.links IMG {
	border: 0;
}
/*  General:
-----------------------------------------*/
div.clear {
	clear: both;
	font-size: 5px;
}
