body {
  	background-color: #064574;
  	font: 12px Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
  	margin: 0;
	  padding:0;
		color:#000;
		line-height:1.5;
}
img {
  border:0;
}
a {
	color: #0A79A4;
	text-decoration: none;
}

a:hover {
	color: #096A90;
	text-decoration: underline;
}  

#wrap {
  width:730px;
  background: #fff url(pics/shadow.jpg) repeat-y top;
  margin: 0 auto;
  padding:10px;
	color:#000;
}

#header {
	width:730px;
	background: url(pics/header.jpg) no-repeat top;
	padding:0;
	margin:0;
  color: #000;
  height:100px;
}



/* --- Nav main --------- */

#nav-main {
  width:730px;
  background: url(pics/links_bg.jpg) repeat-x top;
  font-size:14px;
  font-weight:bold;
	height:30px;
}

#nav-main ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#nav-main ul li {
  float: left;
  list-style: none;
	padding: 5px 10px 5px 10px;
	font-size:14px;
}

#nav-main ul li a {
  color: #000000;
}
#nav-main ul li a:hover {
  color: #003366;
}

#content_wrapper {
  width:730px;
  background: url(pics/content_bg.jpg) repeat-x top;
  padding:0;
	margin:0;
}

#content {
  width:490px;
  float:left;
  padding:10px;
	padding-left:20px;
  border-right: 1px solid #dddddd;
background:transparent;
}
#content h1 {
  font-size:1.4em;
  font-weight:bold;
  padding:0;
  margin-bottom:10px;
}

#content h2 {
  font-size:1.6em;
  font-weight:bold;
  padding:0;
  margin-bottom:10px;
}

.wide {
  width:750px;
}

#sidebar {
	background:transparent;
	width:190px;
	margin-left:525px;
	padding:5px;
	font-size:1em;
}
#sidebar ul {
  font-weight:bold;	
	padding-left:10px;

}
#sidebar h3 {
	font-weight:bold;
	color: #AE0000;
	margin:2px;
	padding:0px;
}

#sidebar a {
	display:block;
	color: #AE0000;
	font-weight:bold;
	text-align: right;
}
#sidebar ul {
  padding:2px;
  margin:2px;
}
#sidebar li {
  margin-left:10px;
}
#sidebar li a {
  display: inline;
}

.storycontent {
	border-bottom:1px solid #C0C0C0;
	margin-bottom:10px;
}
#footer {
  background: url(pics/footer.jpg) no-repeat bottom;
  padding-top:10px;
  padding-bottom:10px;  
  clear:both;
  border-top:1px solid #C0C0C0;
  text-align:center;
  font-size: 1em;
}



.table {
  width:480px;
  padding:0;
  margin-top:10px;
}
.table th {
  	font: bold 1.1em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
    border-bottom: 1px solid #C1DAD7;
    text-transform: uppercase;
    background: #CAE8EA url("pics/table_bg_header.jpg") no-repeat;
    text-align:left;
    padding: 6px 6px 6px 12px;
}

.table td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}
.table td.line_0 {
  background: #F5FAFA;
}
.table td.line1 {
  background: #fff;
}
.table td.a_line_0 {
  background: #F9EDBB;
}
.table td.a_line_1 {
  background: #F8F2D9;
}
fieldset {
  background: #E6EEF0 url("pics/box_bg.jpg") repeat-x;
  border: 1px solid #CAE0E6;
  margin-top: 8px;
}
fieldset legend {
  font-size:1.2em;
  font-weight: bold;
  padding: 0 3px; 
  color: #000;
}
label {
  margin: 2px;
  padding:0;
  font-weight:bold;
}

input{
  border: 1px solid #ccc;
  font-weight:bold;
  font-size: 1.0em;
  background-color:transparent;
  color:#000;
}
textarea {
  border: 1px solid #ccc;
  background-color:transparent;
  color:#000;
}
.pagination {
text-align:right;
}
