body{
font: normal 12px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
line-height: 1.5em;
text-align:center;
color: #222;
background: #e8eaec;
}

h3 {
	font: normal 20px Georgia, "Times New Roman", Times, serif;
	color: #006AC3;
}
h4 {
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	color: #006AC3;
}

img.newicon {
	margin-right: 5px;
}

.float-left{
	float: left;
}

div#container{
width:840px;
margin:20px auto;
padding:0 0;
text-align:left;
background:#fff;
color:#333;
border:2px solid #a0a0a0;
position: relative;
}

div#inner-pad {
	width:800px;
	margin: 0 20px;
}

div#header {
	padding-bottom: 3px;
}
div#header h1 {
	padding: 40px 0 0 0;
	font-size:28px;
	font-weight:bold;
	padding-bottom: 10px;
}
div#header h1 span.blue {
	color: #648ed6;
}
div#header h5{
	margin-bottom: 10px;
}
div#header h6{
	text-align: right; 
	font-size: 11px; 
	font-weight: normal;
	margin-right: 2px;
}


div#banner {
	height: 163px;
	background-color: #777;
	padding: 0;
}

#navigation{
height: 25px;
line-height: 25px;
width: 100%;
margin-top: 1px;
background-color: #204483;
color:#ffffff;
}

#navigation li{
float:right;
list-style-type:none;
border-left: 1px solid #ffffff;
white-space:nowrap;
/**/
}

#navigation li a{
display:block;
padding:0 10px;
text-decoration: none;
background-color: inherit;
color: #ffffff;
}

#navigation li div{
padding:0 10px;
background-color:#cdcdcd;
color: #515151;
font-weight: bold;
}

#navigation a:hover{
background:#80b0da;
color:#000;
text-decoration:none;
}

#content {
	width: 800px;
	margin-top: 30px;
	background-image: url(./../img/content-bg.png);
	background-repeat: repeat-y;
}

#content ul {
	list-style: disc;
}
#content li{
	margin-left: 10px;
}
#content p{
	padding: 6px 0;
	
}
#content a {
	color: #006AC3
}
#content a:hover {
	text-decoration: none;
	color: #C00000
}
#content span.highlight {
	background-color: #feff99;
}

#main-content table {
	width: auto;
	margin: 0 auto;/*margin: 0 2%;*/
	border-collapse: collapse;
	background: #fff;
}
#main-content table th {
	padding: 6px 0;
	line-height: 1.5em;
	text-align: left;
	background-image: url(./../img/th2.png);
	background-repeat: repeat-x;
	color: #333;
	padding-left: 5px;
}
#main-content tr.tr-header {
	border:1px solid #ababab;
}
#main-content tr.tr-header th {
	border-top:1px solid #ababab;
}
#main-content tr.tr-even td {
	background-color: #fafafa;
}
#main-content tr.tr-odd td {
	background-color: #fff;
}
#main-content td {
	padding: 8px 5px;
	vertical-align: middle;
	border: 1px solid #cdcdcd;
	line-height: 1.5em;
}
#main-content h3 {
	margin: 5px 0;
	border-bottom: 1px #006AC3 solid;
}
#main-content img.big-pic {
	background: #FAFAFA;
   border: 1px solid #E5E5E5;
	padding: 5px;
	margin: 0 15px 15px 0;
}
#main-content #pagination {
	margin: 20px 0 0 -5px;
	padding-left: 0;
}
#main-content #pagination  a, #main-content #pagination  strong{
	padding: 4px 8px;
   border: 1px solid #cdcdcd;
	text-decoration: none;
}
#main-content #pagination  a{
	background-color: #fafafa;
}
#main-content #pagination  strong{
	background-color: #e5e5e5;
}
#main-content #pagination  a:hover {
	background-color: #e5e5e5;
}
#main-content ul {
	padding: 0 8px;
}
#main-content li {
	margin-top: 10px;
}

#sidebar {
	width: 216px;
	float: left;
	background-color: transparent;
	padding: 8px 0;
	border-top: #ababab 1px solid;
	overflow: hidden;
}
#sidebar h4 {
	margin: 8px 0;
	padding: 4px 6px;
}
#sidebar p {
	padding: 0 14px;
}
#sidebar ul {
	margin: 5px 0;
	padding: 0 22px;
}
#sidebar hr {
	margin: 10px;
}
#main-content {
	width: auto;
	margin-left: 240px;
	background-color: transparent;
	padding: 8px 5px;
}

#content-bottom {
	background-image: url(./../img/content-bg-btm.png);
	background-repeat: no-repeat;
	height: 1px;
	clear: both;
	font-size: 0; 
	overflow: hidden; 
}

#footer {
	width: 100%;
	font-size: .8em;
	margin: 20px 0 20px 0;
	padding: 20px 0;
	border-top: #204483 10px solid;
	text-align: center;
}

