body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.jpg) repeat-x left top;
	text-align: justify;
	font-family: Tahoma, 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: 2.2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

p, ul, ol {
}

p {
}

.blockbg {
	background: #D9D785;
}

blockquote {
	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: #000000;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: 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;
	float: left;
	margin: 0 0 0 0px;
	padding: 55px 20px 0px 8px;
	font-size: 30px;
	color: #FFFFFF;
}

/* Header */

#header {
	width: 900px;
	margin: 0 auto;
	height: 71px;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


#headerbg {
	clear: both;
	margin: 0 auto;
	width: 900px;
	height: 209px;
	background: url(images/img05.jpg) no-repeat left top;
	margin: 0 auto;
	margin-top: 20px;
}

/* Logo */

#logo {
	float: left;
	margin-top: 30px;
}

#logo h1, #logo h2, #logo p {
	float: left;
	margin: 0;
}

#logo h1 {
	background: url(images/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: right;
	margin-top: 21px;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 30px 20px 0 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #4E4E4E;
}

#menu a:hover {
	background: url(images/img03.jpg) no-repeat center top;
}

#menu .current_page_item a {
	background: url(images/img03.jpg) no-repeat center top;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
	background: #F4F4F4;
}

#latest-post {
	float: left;
	width: 570px;
	padding: 0px 20px 0px 20px;
	line-height: 25px;
	font-size: 14px;
}

#latest-post2 {
	float: left;
	width: 850px;
	padding: 0px 20px 0px 20px;
	line-height: 25px;
	font-size: 14px;
}

#recent-posts {
	float: right;
	width: 250px;
	padding: 0px 20px 20px 20px;
	line-height: 25px;
	font-size: 12px;
}

#recent-posts .entry {
}

#recent-posts .entry a {
	background: #333333;
	padding: 5px 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	color: #CCCCCC;
}

#recent-posts .more {
	background: url(images/img04.gif) no-repeat left 50%;
	padding-left: 20px;
}

#recent-post2 {
	float: right;
	width: 250px;
	padding: 0px 20px 20px 20px;
	line-height: 25px;
	font-size: 12px;
}

#recent-post2 .entry {
}

#recent-post2 .entry a {
	background: #333333;
	padding: 5px 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	color: #CCCCCC;
}

#recent-post2 .more {
	background: url(images/img04.gif) no-repeat left 50%;
	padding-left: 20px;
}

#recent-post3 {
	float: right;
	width: 250px;
	padding: 0px 20px 20px 20px;
	line-height: 25px;
	font-size: 12px;
}

#recent-post3 .entry {
}

#recent-post3 .entry a {
	background: #333333;
	padding: 5px 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	color: #CCCCCC;
}

#recent-post3 .more {
	background: url(images/img04.gif) no-repeat left 50%;
	padding-left: 20px;
}


.post {
}

.post .title {
	margin: 0;
}

.post .subtit {
	text-decoration: underline;
	margin: 0;
}

.post .metab {
	margin: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: normal;
	font-size: 10px;
	color: #505050;
}

.post .meta {
	margin: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: normal;
	font-size: 13px;
	color: #505050;
}

.post .meta a {
	color: #000000;
}

.post .entry {
	font-size: 13px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: #9C9C9C 1px dashed;

}

/* Sidebar */

#sidebar {
	clear: both;
	width: 900px;
	background: #000000;
	color: #CCCCCC;
	padding: 10px 0 0 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	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(images/img07.gif) no-repeat left 50%;
	float: none;
	width: auto;
	padding: 0 0 0 10px;
	line-height: 25px;
}

#sidebar h2 {
	margin: 0 0 10px 0;
	color: #FFFFFF;
}

#sidebar a {
	text-decoration: none;
	color: #CCCCCC;
}

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

/* Footer */

#footer {
	width: 900px;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: url(images/img06.jpg) no-repeat left top;
	font-size: 11px;
	color: #CCCCCC;
}

#footer p {
	margin: 0;
	padding: 13px 20px 15px 20px;
}

#footer a {
	color: #FFFFFF;
}

#legal {
	float: left;
}

#links {
	float: right;
}

#cent {
	text-align: center;
	font-size: 1.2em;
}

#cent2 {
	text-align: center;
	font-size: 1.2em;
}

#cent3 {
	text-align: center;
	font-size: 1.2em;
}

/* Tables */

table.mdtable {
    	width: 100%;
    	margin-bottom: 20px;
    	border: 1px solid #ccc;
}

.mdtable th, .mdtable td {
		width: 25%;
    	color: #666;
    	padding: 5px;
    	text-align: left;
    	vertical-align: middle;
    }

.mdtable th img, .mdtable td img {
    	vertical-align: middle;
    }

table.mdtablessl {
    	width: 100%;
    	margin-bottom: 20px;
    	border: 1px solid #ccc;
    
    }

.mdtablessl th, .mdtablessl td {
    	color: #666;
    	padding: 5px;
    	text-align: left;
    	vertical-align: top
    }

.mdtablessl th img, .mdtablessl td img {
    	vertical-align: middle;
    
    }



/* Alternating Cells */

.mdtableline1 {
    	background-color: #fff;
    
    }

 

/* 1st row color */

.mdtableline2 {
    	background-color: #eff2f3;
    
    }

 

/* 2st row color */

.mdtablesslline1 {
    	background-color: #fff;
    
    }

 

/* 1st row color */

.mdtablesslline2 {
    	background-color: #eff2f3;
    
    }

 

/* 2st row color */

 

/* Head Cell Styles */

.mdtable {
    	border-collapse: collapse;
    
    }

.mdtable th, .mdtable th a, .mdtable th a:visited {
    	background: #999;
    	color: #fff;
    	font-family: Arial, Helvetica, sans-serif;
    	font-weight: bold;
    	font-size: 16px;
    	text-decoration: none;
    
    }

.mdtable th.bg-666 {
    	background: #666;
    
    }

.mdtable th.bg-333 {
    	background: #333
    }

.mdtable th a:hover {
    	text-decoration: underline;
}

.mdtable th.main-th, th.main-th a, th.main-th a:visited {
    	background: #93a0a6;
    	font-weight: bold;
    	color: #fff;
    	text-decoration: none;
}

.mdtable th.main-th a:hover {
    	color: #fff;
    	text-decoration: underline;
}

table.mdtable td {
    	border-bottom: 1px solid #dcdcdc;
    	border-right: 1px dotted #ccc;
    	border-left: 1px dotted #ccc;
    	font-size: 11px
    }

table.mdtable .no-border {
    	border: 0
    }

table.mdtable .no-right {
    	border-right: 0
    }

table.mdtable .sec-header {
    	background: #ccc;
    	font-weight: bold;
    
    }

table.mdtable .sec-header-ref {
    	background: #ccc;
    	color: #e6e6e6;
    	font-size: 11px;
    	font-weight: bold;
    
    }

table.mdtable td h2, table.mdtable td h3, table.mdtable td h4, table.mdtable td h5 {
    	margin: 0;
    	padding: 0;
}

.table-pad td {
    	padding: 5px
    }

.mdtablessl {
    	border-collapse: collapse;
    
    }

.mdtablessl th, .mdtablessl th a, .mdtablessl th a:visited {
    	background: #999;
    	color: #fff;
    	font-family: Arial, Helvetica, sans-serif;
    	font-weight: bold;
    	font-size: 15px;
    	text-decoration: none;
    
    }

.mdtablessl th.bg-666 {
    	background: #666;
    
    }

.mdtablessl th.bg-333 {
    	background: #333
    }

.mdtablessl th a:hover {
    	text-decoration: underline;
    
    }

	.mdtablessl th.main-th, th.main-th a, th.main-th a:visited {
    	background: #93a0a6;
    	font-weight: bold;
    	color: #fff;
    	text-decoration: none;
    
    }

.mdtablessl th.main-th a:hover {
    	color: #fff;
    	text-decoration: underline;
    
    }

table.mdtablessl td {
    	border-bottom: 1px solid #dcdcdc;
    	border-right: 1px dotted #ccc;
    	border-left: 1px dotted #ccc;
    	font-size: 11px
    }

table.mdtablessl .no-border {
    	border: 0
    }

table.mdtablessl .no-right {
    	border-right: 0
    }

table.mdtablessl .sec-header {
    	background: #ccc;
    	font-weight: bold;
    
    }

table.mdtablessl .sec-header-ref {
    	background: #ccc;
    	color: #e6e6e6;
    	font-size: 11px;
    	font-weight: bold;
    
    }

table.mdtablessl td h2, table.mdtablessl td h3, table.mdtablessl td h4, table.mdtablessl td h5 {
    	margin: 0;
    	padding: 0
    }