body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(assets/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}


h1, h2, h3 {
	font-weight: normal;
	color: #212121;
}

h1 {
	letter-spacing: -1px;
	font-size: 16px;
	font-weight: bold;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

p, ul, ol {
}

p {
	font-size: 12px;
}
table {
	font-size: 12px;
}
.blockbg {
	background: #D9D785;
}

blockquote {
	background: url(assets/img08.jpg) no-repeat left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0 0 0 15px;
	padding: 0px 20px 0px 30px;
	font-size: 18px;
	color: #3D3D3D;
}

ul {
}

ol {
}

a {
	color: #006600;
	font-size: 12px;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
	border: #D9D785 1px dashed;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
	border: #D9D785 1px dashed;
}

.text1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0 0 0 15px;
	padding: 90px 20px 0px 30px;
	font-size: 30px;
	color: #FFFFFF;
}

/* Header */

#header {
	width: 700px;
	margin: 0px auto;
	height: 71px;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


#headerbg {
	clear: both;
	margin: 0px auto;
	width: 700px;
	height: 100px;
	background: url(assets/NEWbanner.jpg) center no-repeat;
	background-color: #000000;
	margin: 0px auto;
	margin-top: 5px;
}

/* Logo */

#logo {
	float: left;
	margin-top: 25px;
}

#logo h1, #logo h2, #logo p {
	float: left;
	margin: 0px;
	text-transform: lowercase;
}

#logo h1 {
	background: url(assets/img04.jpg) no-repeat left 50%;
	padding-left: 60px;
	text-align: center;
	font-size: 3.2em;
	color: #000000;
}

#logo h1 a {
	color: #000000;
}

#logo p {
	padding-top: 27px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
}

#logo h2 a, #logo p a {
	color: #000000;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	float: left;
	margin-top: 21px;
}

#menu ul {
	margin: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 20px 13px 0px 13px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #4E4E4E;
}

#menu a:hover {
	background: url(assets/img03.jpg) no-repeat center top;
	color: #cc9900;
}

#menu .current_page_item a {
	background: url(assets/img03.jpg) no-repeat center top;
}

/* Page */

#page {
	width: 700px;
	margin: 0px auto;
	padding-top: 20px;
	background: #F4F4F4;
}

#main-content {
	float: left;
	width: 475px;
	padding: 0px 20px 0px 20px;
	line-height: 25px;
	font-size: 12px;
	border-right: 1px dotted #CCCCCC;
}
#main-contentINSIDE {
	float: left;
	width: 660px;
	padding: 0px 20px 0px 20px;
	line-height: 25px;
	font-size: 12px;
}

#sideNav {
	float: right;
	width: 165px;
	padding: 0px 0px 10px 0px;
	font-size: 12px;
}
.post {
}

.post .title {
	margin: 0px;
}

.post .entry {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: #9C9C9C 1px dashed;

}

/* Sidebar */

#sidebar {
	clear: both;
	width: 700px;
	background: #000000;
	color: #CCCCCC;
	padding: 10px 0px 0px 0px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar li {
	display: block;
	float: left;
	width: 187px;
	padding: 10px 10px 10px 25px;
}

#sidebar li ul {
	line-height: 1.8em;
}

#sidebar li li {
	display: list-item;
	background: url(assets/img07.gif) no-repeat left 50%;
	float: none;
	width: auto;
	padding: 0px 0px 0px 10px;
	line-height: 25px;
}

#sidebar h2 {
	margin: 0px 0px 10px 0px;
	color: #FFFFFF;
}

#sidebar a {
	text-decoration: none;
	color: #CCCCCC;
}

#sidebar a:hover {
	text-decoration: underline;
}
/* extras */

.mainSubs {
	color: #CC6600;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px dashed #CCCCCC;
}
.sideHeader {
	display: block;
	background: #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
}
.boldGreen {
	color: #006600;
	font-weight: bold;
}
.smallText {
	font-size: 10px;
}
/*Tables*/

table.main {
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table.main th {
	border-width: 1px;
	padding: 2px;
	border-style: dotted;
	border-color: gray;
	background-color: #C9DDC8;
}
table.main th.second {
	border-width: 1px;
	padding: 2px;
	border-style: dotted;
	border-color: gray;
	background-color: #E1EEDF;
}
table.main td {
	border-width: 1px;
	padding: 2px;
	border-style: dotted;
	border-color: gray;
	background-color: white;
	font-size: 12px;
}

/* Footer */

#footer {
	width: 700px;
	height: 50px;
	margin: 0px auto;
	margin-bottom: 20px;
	background: url(assets/img06.jpg) no-repeat left top;
	font-size: 11px;
	color: #CCCCCC;
}

#footer p {
	margin: 0px;
	padding: 13px 20px 15px 20px;
}

#footer a {
	color: #FFFFFF;
}

#legal {
	float: left;
}

#links {
	float: right;
}
