html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*{ margin: 0; padding: 0; }* 
body { 
	font: .7em Arial, "Trebuchet MS", Tahoma, sans-serif; 
	line-height: 1.6em;
	background: #; 
	color: #444; 
}

a {	color: #E0691A;	background: inherit;}
a:hover { color: #6C757A; background: inherit; }

h1 { font: normal 2.4em "Trebuchet MS", Arial, Sans-Serif; padding: 7px 0 0 8px; margin: 0; }
h1 a { color: #737373; background: inherit; }
.orange { color: #000; }
sup { font-size: .5em; }

h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #FF6600; background: inherit; }
h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }
p {	margin: 0 0 5px 0; }

ul { list-style : none; }

/* layout
   ------ */

.content { 
	margin: 0 auto;
	width: 980px;
	padding: 0px;
	overflow:hidden;
	
}

.header { 
	height: 143px;
	background: #fff url(images/banner9a.jpg);
	color: #808080;
	margin: 3px 0;
	padding: 0px 0 0 0;
}
.header2 { 
	height: 143px;
	background: #fff url(images/banner5.jpg);
	color: #808080;
	margin: 3px 0;
	padding: 0px 0 0 0;
}
.header3 { 
	height: 143px;
	background: #fff url(images/banner6.jpg);
	color: #808080;
	margin: 3px 0;
	padding: 0px 0 0 0;
}
.header4 { 
	height: 143px;
	background: #fff url(images/banner7.jpg);
	color: #808080;
	margin: 3px 0;
	padding: 0px 0 0 0;
}
.header5 { 
	height: 143px;
	background: #fff url(images/banner8.jpg);
	color: #808080;
	margin: 3px 0;
	padding: 0px 0 0 0;
}

	.grey { color: #808080; background: inherit; font-weight: normal; }
	.search_form { float: right; }

/* left side
   --------- */

.left {
	float: left;
	width: 634px;
	margin: 0 0 10px 0;
	display:inline;
	overflow:hidden;
	border: 1px solid #9d9da1;   
}

.left h2 {
	clear: both;
	background: #9D9DA1;
	color: #fff;
	padding: 3px 0 4px 43px;
	font: bold 1.4em "Trebuchet MS", Arial, Sans-Serif;
	margin: 0 0 10px 0;
}

.left_side {
		float: left;
		width: 160px;
		padding: 0 0 0 0px;
		margin: 8px 0 0 38px;
		display:inline;
		overflow:hidden;
		 
	}
		
	.left_side a, .right_side a { color: #414141; background: #FFF; }
		
	.right_side {
		float: right;
		width: 278px;
		background: #FFF url(images/dotted.gif) repeat-y;
		color: #414141;
		padding: 0 0 0 30px;
		margin: 0px 0;
		display:inline;
		overflow:hidden; 
	}
	.left_box { 
		margin: 0 0 10px 0; 
		color: #000; 
		background: #fff; 
		padding: 3px 0;
		
	}
	
		
/* right side
   ---------- */
		
.right {
	float: right;
	width: 340px;
	margin: 0 0 10px 0;
	display:inline;
	overflow:hidden;
	border: 1px solid #9d9da1;   
}
	.right h3 {
		background: #9D9DA1;
		color: #FFF;
		padding: 8px 0 8px 5px;
		font: bold 1em Tahoma, Arial, Sans-Serif;
		margin: 0 0 3px 0;
	}
	.right_articles {
		background: #efefef;
		color: #414141;
		padding: 8px;	
		margin: 0 0 3px 0;
	}
	.notice {
		background: #eee;
		color: #808080;
		padding: 8px 8px;	
		margin: 0 0 3px 0;
	}
	.image {
		float: left;
		margin: 0 9px 3px 0;
		display:inline;
		overflow:hidden; 
	}
	
	
		

/* footer
   ------ */

.footer { 
	clear: both;
	text-align: center;
	margin: 0 0 0 0px;
	padding: 10px 0;
	width: 1004px;
	height: 100%;
	border-top: 1px dotted #ccc;
	line-height: 2em;	
	
}


}
.footer a { color: #808080; background: #fff; 
}
	
.pagination {
margin:3px;
padding:3px;
}
.pagination a {
border:1px solid #0066FF;
color:#0066FF;
margin:2px;
padding:2px 5px;
text-decoration:none;
}
.pagination a:hover, .pagination a:active {
border:1px solid #0066FF;
color:#fa0536;
}
.pagination span.current {
background-color:#0066FF;
border:1px solid #0066FF;
color:#FFFFFF;
font-weight:bold;
margin:2px;
padding:2px 5px;
}
.pagination span.disabled {
border:1px solid #EEEEEE;
color:#DDDDDD;
margin:2px;
padding:2px 0px 2px 5px;
}
.list_container a
{ 
display: block;
 padding: 1px;
 padding-left: 10px;
 width: 100px;
 background-color: #FFF;
 border-bottom: 1px solid #DDF; 
} 



