
body {
	margin: 20px;
	background: #F4F4F4;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #787878;
}

img {
	border: 0;
}

.left {
	margin: 0 10px 0 0;
	float: left;
}

.center {
	margin: 0px 0px 0px 0px;
	float: left;
}



h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	color: #0A0A0A;
}

a:hover {
	background: none;
	color: #286EA0;
}

#wrapper {
	width: 910px;
	margin: 0 auto;
	padding: 20px;
	background: #FFFFFF;
}

/* Header */

#header {

	width: 910px;
	height: 172px;
	margin: 0 auto;
	background: #FFFFFF url(../images/img01.jpg) no-repeat left top;
}

/* Logo */

#logo {
	float: right;
	width: 640px;
	color: #000000;
}

#logo h1, #logo p {
}

#logo p {
	float: right;
	padding: 30px 10px 0 0px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 2.6em;
}

#logo h1 {
	float: right;
	text-align: right;
	margin: 0;
	padding: 80px 10px 10px 5px;
	font: bold 20px Arial, Helvetica, sans-serif;	
} 


#logo a {
	float: right;
	border: none;
	background: none;
	text-decoration: none;
	color: #286ea0;
	font: bold 15px Arial, Helvetica, sans-serif;	
}

#logo a:hover {
	text-decoration: underline;
	font: 15px Arial, Helvetica, sans-serif;
}


/* logotext */

#logotext {
	float: right;
	width: 230px;
	padding-top: 0px;
}

/* Page */

#page {
	width: 910px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 650px;
	padding: 40px 20px 0 0;
}

#content img {
	float:left; 
	margin: 0 15px 15px 0;
}

.post {
}

.post .title {
	color: #000000;
}

.post .title a {
	background: none;
	color: #000000;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	border-bottom: 1px dashed #D2D4C9;
	text-transform: uppercase;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.post .entry {
	padding: 10px 0 20px 0;
	text-align: justify;
}

#content1 {
	margin: 0 0 20px 160px;
	border-left: 1px solid #f0f0f0;
	padding: 0 10px 0 10px;
	line-height: 1.6em;
	text-align: left;
}

#content1 h2 {
	font-size: 1.5em;
	margin: 0 0 0.5em 0;
}

#content1 img {
	display: inline;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 220px;
	padding: 40px 0 0 20px;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #D2D4C9;
}

#sidebar h2 {
	letter-spacing: -.5px;
	color: #286ea0;
}

#sidebar h3 {
	letter-spacing: -.5px;
	color: #000000;
}

#sidebar p {
	padding-bottom: 20px;
	text-align: justify;
}

#sidebar a {
	color: #787878;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #787878;
}



/* Footer */

#footer {
	width: 910px;
	height: 20px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	background: #565F68;
	font-family: Arial, Helvetica, sans-serif;
	color: #B2B2B2;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
}

#footer a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
	font: bold 10px Arial, Helvetica, sans-serif;	
}

#footer a:hover {
	text-decoration: underline;
	font: 11px Arial, Helvetica, sans-serif;
}

#pscroller1{

	width: 200px;
	height: 90px;
	border: 0px solid black;
	padding: 0px 0px 40px 0px;
	background-color: white;
}

.someclass{ //class to apply to your scroller(s) if desired
}


/* menu title widths */
#t1 { width: 90px; }
#t2 { width: 180px; }
#t3 { width: 85px; }
#t4 { width: 195px; }
#t5 { width: 130px; }
#t6 { width: 150px; }

.menut{	/* main menu bar */
	border-top: 1px #FFFFFF solid;
	margin:0px auto;
	height: 22px;
	padding:0px;
	background: #565F68;
}

.menut ul{
	list-style:none;
	line-height: normal;
	margin:0;
	padding:0;
}

.menut li{
	float:left;
}

.menut li a{
	color: #FFFFFF;
	display:block;
	font-weight: bold;
	line-height:22px;
	margin:0px;
	padding:0px 5px; /* space between each menu titles */
	text-align:center;
	text-decoration:none;
	font-family: Verdana, Arial, Geneva,  Helvetica, sans-serif;
	font-size: 12px;
	border: none;
}

.menut li a:hover {
	background: #5398FF;
}

.menut ul li a:hover {
	background: #5398FF;
}

.menut li ul{
	background:#565F68;
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	width:180px;
	z-index:180;
	/*top:1em;
	/*left:0;*/
}

.menut li:hover ul{
	display:block;
		
}

.menut li li {
	background:#565F68;
	display:block;
	float:none;
	margin:0px;
	padding:0px;
}

.menut li:hover li a{
	background:#565F68;
	background:none;
		
}

.menut li ul a{
	background:#565F68;
	display:block;
	height:33px;
	font-size:11px;
 	font-family: Verdana, Arial, Geneva,  Helvetica, sans-serif;
	margin:0px;
	padding:0px 0px 0px 15px;
	text-align:left;
}

.menut li ul a:hover, .menut li ul li:hover a{
	background:#5398FF;
	border:0px;
	color:#ffffff;
	text-decoration:none;
}

.menut li ul a:link, .menut li ul li:link a{
	background:#565F68;
	border:0px;
 	font-family: Verdana, Arial, Geneva,  Helvetica, sans-serif;
	font-size:11px;
	color:#E8E8E8;
	text-decoration:none;
	font-weight: normal;
}

.menut li ul a:visited, .menut li ul li:visited a{
	background:#565F68;
	border:0px;
 	font-family: Verdana, Arial, Geneva,  Helvetica, sans-serif;
	font-size:11px;
	color:#E8E8E8;
	text-decoration:none;
	font-weight: normal;
}

.menut p{
	clear:left;
}	
