
body {
margin : 0;
padding : 0;
font : 75% "Trebuchet MS", verdana, arial, sans-serif;
color : #666;
background : #003250 url(img/bgd.png) center repeat;
}
#container {
width : 780px;
margin-left : auto;
margin-right : auto;
margin-top : 20px;
padding : 20px;
color : #666;
background : #f2f2f5;
}
#banner {
float : center;
width : 780px;
height : 354px;
padding : 0;
margin : 0 0 10px 0;
}
#bannerb {
float : right;
width : 220px;
margin : 0 0 10px 0;
padding : 0;
}
#content {
padding : 5px;
margin-left : 205px;
margin-right : 205px;
background : #f7f7f7;
color : #666;
}
#sidebar {
float : left;
width : 180px;
margin : 0 5px 0 0;
padding : 5px;
color : #666;
background : #f2f2f5;
}
#menu {
width : 180px;
padding : 10px 0 0 0;
}
#menu ul {
margin : 0;
padding : 0;
list-style-type : none;
}
#menu li {
margin : 0 0 0.1em 0;
}
#menu a {
width : 160px;
padding : 0.1em 0.8em;
text-decoration : none;
display : block;
color : #fff;
background : #f36207;
}
#menu a:hover {
background : #0d4953;
color : #fff;
}
#sidebar-b {
float : right;
width : 180px;
margin : 0 0 0 5px;
padding : 5px;
background : #f2f2f5;
color : #333;
}
#footer {
clear : both;
padding : 5px;
margin-top : 15px;
color : #bbd2e0;
background : #f36207;
}
#footer a:link, #footer a:visited {
background : inherit;
color : #eee;
text-decoration : none;
}
#footer a:hover {
border-bottom : 1px dashed #f2f2f5;
background : inherit;
color : #f2f2f5;
}
p {
margin : 15px;
}
h1 {
width : 140px;
margin : 0 0 10px 10px;
font : normal 130% verdana, arial, tahoma, sans-serif;
color : #003366;
background : inherit;
}
h2 {
padding-left : 5px;
font : bold 10px/12px verdana, arial, tahoma, sans-serif;
color : #ef7329;
background : inherit;
}
a {
text-decoration : none;
color : #0d4953;
background : inherit;
}
a:hover {
color : #f36207;
background : inherit;
}
div.scroll {
overflow : auto;
height : 6em;
width : 160px;
padding : 1ex;
color : #333;
background : inherit;
border : 1px solid #eee;
margin : 20px;
}
.news {
font-size : 11px;
background : inherit;
color : #000;
}
.orange {
background : inherit;
color : #f36207;
}

#navcontainer {
clear:both;
width : 100%;
}
#navcontainer ul {
padding-left: 0;
margin-left: 0;
background: #F36207;
color: #fff;
float: left;
width: 100%;
}
#navcontainer ul li {
display: inline;
}
#navcontainer ul li a {
padding: 0.2em 1em;
background: #F36207;
color: #fff;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}
#navcontainer ul li a:hover {
background: #036;
color: #fff;
}
.clear {
clear : both;
}
/* Start tables */

.article table, table.article
{
	border-collapse: collapse;
	margin: 1px;
	width:auto;
}

.article table, table.article .article tr, .article th, .article td
{
	background-color:Transparent;
}

.article th, .article td
{
	padding: 2px;
	border: solid 1px #7A7A7A;
	vertical-align: top;
	text-align:left;
}

.article th
{
	text-align:center;
	vertical-align:middle;
	padding: 7px;
}

/* Finish tables */
/* Start blockquote */
blockquote p
{
	color:#190F06;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

blockquote
{
		border:solid 1px #C4C4C4; 
		margin:10px 10px 10px 50px;
	padding:5px 5px 5px 28px;
	background-color:#E3E3E3;
	background-image:url('images/PostQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}


/* Finish blockuote */
