/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
Code adpoted and modified by Sam H. 2009 for earn-money-online-review.com
*/


* {
	margin: 0;
	padding: 0;
}

body {

	font-family: Arial, "Arial Narrow", "Times New Roman", Times, serif;
	font-size: 14px;
	color: #121108;
}

h1, h2, h3 {
	color: #121108;

}

h1, h2 {
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 145%;	
}

h2 {
	font-size: 125%;
	font-style: italic;
}

h3 {
	font-size: 100%;
	font-style: italic;
}

h4{
	font-size: 80%;
	font-weight:bold;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding-left: 3em;
	background: url(pic/img08.gif) no-repeat;
	font-style: italic;
}

a:link {
	font-weight: bold;
	color: 1A4DA2;
}

a:active {
	font-weight: bold;
	color:#1A4DA2;
}

a:visited {
	font-weight: bold;
	color: #1A4DA2;
}

a:hover {
	text-decoration: none;
	color: #067600;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

/* Menu */

#menu {
	width: 770px;
	height: 65px;
	margin: 0 auto;
	border-right: 1px solid #80f7b8;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 109px;
	height: 45px;
	padding: 20px 0 0 0;
	border-left: 1px solid #EDEBD5;
	/*text-transform: lowercase;*/
	text-decoration: none;
	text-align: center;
	font-size: 144%;
	color: #1A4DA2;
}

#menu a:hover {
	background: #EDEBD5;;
}

#menu .active a {
	background: #EDEBD5;;
	color: #1a4da2;
}

/* Header */

#header {
	width: 780px;
	height: 148px;
	margin: 0 auto;
	}


#header a {
	/*text-transform: lowercase;*/
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
	background: #FFFFFF;
}

/* Page */

#page {
	background: #FFFFFF;
	width: 770px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: left;
	width: 550px;
	padding-top: 10px;
}

.post {
	margin-bottom: 20px;
	padding: 0 20px;
}

.hr {
	border-bottom: 1px solid #EDEBD5;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 210px;
	padding: 5px;
	background: #EDEBD5;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	color: #FFFFFF;
}

#sidebar h3 {
	font-size: 85%;
	color: #FFFFFF;
}

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

#sidebar li {
}

#sidebar a {
	color: #FFFFFF;
}

.bluebox {
	background: url(pic/img05.gif) repeat-y;
}

.bluebox h2 {
	background: url(pic/img06.gif) repeat-y;
}

/* Footer */

#footer {
	clear: both;
	height: 100px;
	padding: 25px 0;
	background: #5AA5D1;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 85%;
}

#footer a {
	color: #0f0d04;
}

table {align: center; margin:1px; margin-right:auto;margin-left:auto; margin-bottom:3px;}
table, td {border:1px; padding:3px;}

.hl{font-weight: bold;font:14px , "Century Gothic",Arial,"Lucida Grande",  Helvetica, sans-serif; color:#1A4DA2;}
.hlr{font-weight: bold;font:14px , "Century Gothic",Arial,"Lucida Grande",  Helvetica, sans-serif; color:red;}

#navmenu ul {margin: 0; padding: 0; 
	list-style-type: none; list-style-image: none; }
#navmenu li {display: inline; }
#navmenu ul li a {text-decoration:none;  margin: 0px;
	padding: 5px 20px 5px 20px; color: #000000, #9CD062, #2C7DE1;
	background: #000000,#9CD062;
	font-size: 0.8em;
	font-weight: bold;
	font-family: Arial, "times new roman",Sans-Serif;
	}
#navmenu ul li a:hover {color: #217893, #73a0c5;
	background: #9CD062, white; }