/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px 0 0 0;
	padding: 0;
	background: #E6E6E6 url(../images/img01.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

br {
height:10px;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}
h4 {
	font-size: 120%;
}

p, ol, ul {
	line-height: 180%;
}

p {
}

ol {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}


blockquote {
	margin: 0;
	padding-left: 20px;
	font-style: italic;
}

blockquote * {
	line-height: normal;
}

a {
	color: #009900;
	text-decoration: none;
}

a:hover {
text-decoration:underline;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}
/*
hr {
	display: none;
}
*/
#masthead {
width:740px;
height:50px;
margin:0 auto;
background: url(../images/bg_masthead.jpg);
background-repeat:repeat-x;
}


/* Menu */

#menu {
	width: 740px;
	height: 30px;
	margin: 0 auto;
	background: url(../images/img02.jpg);
	text-align:center;
}

#menu ul {
	margin: 0 0 0 18px;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	background: url(../images/navlist.png) no-repeat left 60%;
	padding: 4px 15px 0 14px;
	text-decoration: none;
	font-size: 90%;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/* Logo */

#logo {
	width: 740px;
	margin: 0 auto;
	background: #2A2A2A url(../images/bg_header.jpg);
	text-align:left;
}

#title {
width:740px;
height:5px;
margin:0 auto;
background-image:url(../images/bg_title_updates.jpg)
}

#title h1, #title h2 {
	margin-left: 10px;
	text-transform: uppercase;
	font-weight: normal;
	color:#FFFFFF;
	padding-top:7px;
}

#title h1 {
	font-size: 160%;
}

#title h2 {
	font-size: 85%;
}

#title a {
	text-decoration: none;
	color: #FFFFFF;
}

#updates {
width: 720px;
float:left;
margin:13px 10px 0 10px;
font-size:150%;
color:#fefefe;
}

/* Page */

#page {
	width: 740px;
	margin: 0 auto;
	background: #E6E6E6;
}

#page_full {
	width: 740px;
	margin: 0 auto;
	background: #E6E6E6 url(../images/img04_full.gif);
}



/* Content */


#content {
	padding: 25px;
	background: url(../images/img05.gif) repeat-x;
	border: 1px solid #E6E6E6;
}

#content ul, #content_full ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#content ul li, #content_full ul li {
	padding-left: 15px;
	background: url(../images/navlist.png) no-repeat 0px 8px;
}

#content_info {
	float: right;
	width: 377px;
	padding: 10px 30px 30px 30px;
	background: url(../images/img05.gif) repeat-x;
	border: 1px solid #E6E6E6;
}

.twocols {
}

.twocols .col1, .twocols .col2 {
	width: 168px;
	padding: 10px;
	background: url(../images/img05.gif) repeat-x 0px 30px;
}

.twocols .col1 {
	float: left;
}

.twocols .col2 {
	float: right;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 0px;
	border: 1px solid #E6E6E6;
}

#sidebar ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#sidebar ul li {
	padding-left: 15px;
	background: url(../images/navlist.png) no-repeat 0px 13px;
}


.boxed {
}

.boxed .title {
	height: 22px;
	margin: 0;
	padding: 6px 0 0 20px;
	background: #3e6d1f url(../images/bg_title.jpg) repeat-x;
	text-transform: uppercase;
	font-size: 122%;
	font-weight: bold;
	color: #FFFFFF;
}

.boxed .content {
	padding: 20px;
	background: url(../images/img05.gif) repeat-x;
}

.boxed h3 {
	margin: 0;
}

.boxed p, .boxed ul, .boxed ol {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.boxed ul {
}

.boxed ul li {
	padding: 10px 15px;
	background-position: 0 13px;
	border-top: 1px solid #CFCFCF;
}

.boxed ul li.first {
	border: none;
}

/* Search */

#search {
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search p {
	margin: 0;
	font-size: 85%;
}

#searchinput {
	width: 180px;
}

#searchsubmit {
}

/* Footer */

#footer {
	width: 740px;
	margin: 0 auto;
	height: 100px;
	padding: 20px 0 0 0;
	background: url(../images/img09.gif) repeat-x;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 85%;
}

#footer a {
	color: #666666;
}

#legal {
	float: left;
}

#credit {
	float: right;
	text-align:right;
	color:#333333;
}

#credit a {
color:#333333;
text-decoration:none
}

#credit a:hover {
color:#666666;
}

.disclaimer {
font-size:10px;
text-align:justify;
}

.sidebar_news {
/*text-align:justify;*/
font-size:12px
}
