/*-----------------------------------------------------------------------------------------------
	Page Styles
-----------------------------------------------------------------------------------------------*/
body {
	background-color: #f3f3f3; margin: 0px;
}
#header {
	width: 100%;
	height: 36px;
}
#bigtop {
	background-image: url('/files/images/design/big_gradient.gif');
	background-repeat: repeat-x;
	width: 100%;
	height: 240px;
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
	text-align: left;
}
#smalltop {
	background-image: url('/files/images/design/small_gradient.gif');
	background-repeat: repeat-x;
	width: 100%;
	height: 61px;
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
	text-align: left;
}
#main_bg {
	background-color: #a6a6a6;
	width: 100%;
	text-align: left;
}
#main {
	width: 900px;
	min-height: 300px;
	font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	background-image: url('/files/images/design/mainbg.gif');
	
}
#footer {
	line-height: 1.5;
	text-align: center;
	min-height: 50px;
	background-color: #e2e3dd;
	border-top: 2px solid #6b6f5b;
}
h1 { 
	font: normal 190% georgia, times, serif;
	color: #6b6f5b;
	padding-bottom: 4px; 
	border-bottom : 1px solid #6b6f5b;
}

/*-----------------------------------------------------------------------------------------------
	Navigation
-----------------------------------------------------------------------------------------------*/
#navigation {
	text-align: center;
	padding-top: 0px;
	background-repeat: no-repeat;
	display:block;
	height:36px;
	width: 900px;
	color: #6c6c6c;
	font-family: Trebuchet MS, Verdana, serif;
	font-size: 15px;
	letter-spacing: 2;
}
#navigation ul{
	list-style:none;
	margin:0;	
	padding-left:0px;
	font-size:15px;	
	font-family: Trebuchet MS, Verdana, serif;
}
#navigation ul li {
	display: inline;
	margin:0;
	padding:0;
	list-style:none;  
	white-space:nowrap;
}
#navigation ul li a {
	display:inline;
	padding: 4px;
	border:0;  
	text-decoration:none; 
	color:#6c6c6c; 
}
#navigation ul li a:hover, #navigation ul li a:active, #navigation li.current_page a{
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	opacity:.95;
	background-color: #96161a;
	color: white;
	text-decoration:none;
}
/*-----------------------------------------------------------------------------------------------
	Pager Style
-----------------------------------------------------------------------------------------------*/
#pagelist ul li {
	display: inline;
	list-style: none;
	text-decoration: none;
	border-style: none;
	padding: 8px;
}

#pagelist ul li a {
	text-decoration: none;
	border-style: none;
}

#pagelist a:visited {
	text-decoration: none;
	border-style: none;
}
/*-----------------------------------------------------------------------------------------------
	Link Styles
-----------------------------------------------------------------------------------------------*/	
#content a:link {
	color: #CBCBCB;
	text-decoration:
	none;
	font-weight: bold;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	}
#content a:visited {
	color: #CBCBCB;
	text-decoration: none;
	font-weight: bold;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	}
#content a:hover {
	color: #FFFFFF;
	text-decoration:
	none; border-style: none none solid none;
	background-color: #2C2C2C;
	border-width: 0 0 1px 0;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	}
#content a:active {
	color: #A6A6A6;
	text-decoration: none;
	font-weight: bold;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	}