body {
	background: #4d4d4d; 
	width:778px;
	color: #202020;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#wrap {
	background: #FFFFFF;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #000000;
	FONT-SIZE: 11px;
	text-decoration: none;
	FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif";
	}
	
a:hover {
	color: #FF9B39;
	text-decoration: underline;
	}
	
.smalltext {
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif";
	}
a.smalltext:link {
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif";
	}
a.smalltext:hover {
	FONT-SIZE: 11px; 
	COLOR: #FF9B39; 
	FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif";
	text-decoration: underline;
	}
a.smalltext:visited {
	FONT-SIZE: 11px;
	FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif";
	}
	
/************************************************
*	Header  									*
************************************************/
.inputtext {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	color: #9E9E9E;
	background-color: #000000;
	border: 1px solid #9E9E9E;
	background-repeat: repeat;
	margin: 1px;
	padding: 1px;}
	
#header{background:url(images/top.png) #fff  top;
	height:60px;
	font-weight: normal;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;}
#header1{
	height:20px;
	overflow: hidden;
	background-color: #CCCCCC;
	color: #000000;
	font-size: 11px;
	font-weight: bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent: 2px;
}
#header1 h1{
	height:20px;
	overflow: hidden;
	background-color: #CCCCCC;
	color: #000000;
	font-size: 11px;
	font-weight: bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent: 2px;
}
.text_white_m {
	COLOR: #ffffff;
	FONT-FAMILY: Arial;
	FONT-SIZE: 11px;
	font-weight: bold;
	background-color: #000000;
	text-align: left;
	white-space: normal;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	vertical-align: middle;
}
.text_white_m:link {
	COLOR: #ffffff;
	FONT-FAMILY: Arial;
	FONT-SIZE: 11px;
	text-decoration : none;
	font-weight: bold;
	vertical-align: middle;	
}

.text_white_m:visited {
	COLOR: #ffffff;
	FONT-FAMILY: Arial;
	FONT-SIZE: 11px;
	text-decoration : none;
}
.text_white_m:hover {
	COLOR: #FFFF00;
	FONT-FAMILY: Arial;
	FONT-SIZE: 11px;
	font-weight: bold;
	text-decoration: underline;
}
.text_white_s:hover { COLOR: #996600; FONT-FAMILY: "Arial"; FONT-SIZE: 10px; text-decoration: underline}
	
/************************************************
*	Navbar  									*
************************************************/

#navbar {
	background: #1A4E88;
	width: 778px;
	height: 30px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}
	
#navbarleft {
	width: 530px;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
#navbarright {
	width: 200px;
	float: right;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	}
	
#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#nav a {
	color: #FFFFFF;
	display: block;
	font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px 15px 0px 0px;
	padding: 8px 10px 8px 10px;
	text-decoration: none;
	}
	
#nav a:hover {
	background: #4A7EB8;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
    margin: 0px 15px 0px 0px;
	padding: 8px 10px 8px 10px;
	}

#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#nav li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 140px;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:active, #nav li li a:visited {
	background: #4A7EB8;
	color: #FFFFFF;
	width: 140px;
	font-size: 10px;
	float: none;
	margin: 0px;
	padding: 8px 10px 8px 10px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	}
	
#nav li li a:hover {
	background: #1A4E88;
	color: #FFFFFF;
	padding: 8px 10px 8px 10px;
	}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#nav li:hover ul {
	left: auto;
	display: block;
	}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}

/************************************************
*	Content 					     		    * 
************************************************/

#content {
background:url(images/ceil_all.gif) repeat;
	float : left;
	width: 770px;
	margin: 0px auto 0px;
	padding: 15px 0px 0px 8px; 
	}

#content p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	line-height: 20px;
	}
	
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9B39;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	background-position: center;
	}
	
#content h1 a  {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9B39;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	background-position: center;
	}

#content h1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF9B39;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	}
	
#content h3 {
	color: #2255AA;
	font-size: 15px;
	font-family: Times New Roman, Georgia, Trebuchet MS;
	font-weight: normal;
	margin: 20px 0px 0px 0px;
	padding: 20px 0px 5px 0px;
	border-top: 1px dotted #999999;
	}
	
#content p img {
	float: left;
	border: none;
	margin: 0px 10px 10px 0px;
	}
	
#content img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#content img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
	
#contentleft {
BORDER-RIGHT:1px outset #C2C2C2;
	float: left;
	width: 530px;
	margin: 0px 0px 0px 0px;
	padding: 0px 30px 20px 0px;
	}
	
#contentleft ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
#contentleft ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	
#contentleft ul {
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
#contentleft ul li {
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	
.date {
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-weight: bold;
	}
	
.postmeta {
	width: 520px;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	border-bottom: medium none #999999;
	}
	
blockquote{
	font-style: italic;
	margin: 0px 25px 15px 25px;
	padding: 0px 25px 0px 10px;
	border-left: 2px solid #4A7EB8;
	}
	
#content blockquote p{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	}
	
/************************************************
*	Right Sidebar 					     	    * 
************************************************/
	
#r_sidebar {
background:url(images/rig.png repeat-y);
	float: right;
	width: 190px;
	margin: 1px 5px 5px 1px;
	padding: 1px 1px 5px 10px;
	line-height: 15px;
	}
	
.widgettitle {
	font-family: Verdana;
	font-size: 13px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	color: #FF9B39;
	}
	
#r_sidebar ul {
	list-style-type: none;
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif";
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#r_sidebar p {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	line-height: 20px;
	}
	
/************************************************
*	Widgets 									*
************************************************/

.textwidget {
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 8px 0px;
	}

#recent-posts ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#recent-posts ul li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
#recent-comments ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#recent-comments ul li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
#categories-1 ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#categories-1 ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#categories-1 ul li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
#archives ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#archives ul li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
#pages ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#pages ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#pages ul li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
#links ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#links ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#links ul li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

#text-1 ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#text-1 ul li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
	
/************************************************
*	Footer  									*
************************************************/
.smalltextb {
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-weight: bold;
}
a.smalltextb:link {
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-weight: bold;
}
a.smalltextb:hover {
	FONT-SIZE: 11px; 
	COLOR: #FF9B39; 
	FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-weight: bold;
	text-decoration: underline;
}
a.smalltextb:visited {
	FONT-SIZE: 11px;
	FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-weight: bold;
}

.footer{
	background-image:url(images/footer.png);
	height:58px;
	vertical-align: middle;
	background-position: center center;
	text-align: center;
	border-top: thin dashed #CCCCCC;
	border-right: thin none;
	border-bottom: thin none;
	border-left: thin none;
	padding: 20px 0px 0px;
}
	
/************************************************
*	Search Form									*
************************************************/

#searchdiv {
	margin: 0px;
	padding: 0px;
	}
	
#searchform {
	margin: 0px;
	padding: 4px 0px 0px 0px;
	}
	
#s {
	background: #FFFFFF;
	width: 80px;
	color: #333333;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	padding: 3px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	}
	
#sbutt {
	background: #4A7EB8;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	padding: 1px;
	margin: 0px 0px 0px 3px;
	border: 1px solid #FFFFFF;
	}
	
/************************************************
*	Comments									*
************************************************/
	
#commentblock {
	width: 530px;
	background: #E8E8E8;
	float: left;
	padding: 20px 20px 10px 20px;
	margin: 10px 0px 0px 0px;
	border-top: 2px solid #1A4E88;
	border-bottom: 1px solid #1A4E88;
	}
	
#commentblock ol {
	list-style-type: square;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	}
	
.commentdate {
	font-size: 12px;
	padding-left: 0px;
	}
	
#commentlist li p {
	margin-bottom: 8px;
	line-height: 20px;
	padding: 0px;
	}

.commentname {
	color: #333333;
	margin: 0px;
	padding: 5px 5px 5px 0px;
	}

.commentinfo{
	clear: both;
	}

.commenttext {
	clear: both;
	margin: 3px 0px 10px 0px;
	padding: 20px 10px 5px 10px;
	width: 530px;
	background: #FFFFFF url(images/comment.gif) no-repeat top left;
	}

.commenttext-admin {
	clear: both;
	margin: 3px 0px 10px 0px;
	padding: 20px 10px 5px 10px;
	width: 530px;
	background: #FFFFFF url(images/comment.gif) no-repeat top left;
	}

