
* {
	margin: 0;
	padding: 0;
}

body {
	background: #565C40;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #7C7C7D;
}

h1, h2, h3 {
	color: #5E7708;
}

h1 {
	margin-bottom: .5em;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -1px;
	color:#5E7708;
}

h2 {
	margin-bottom: .5em;
	font-size: 136%;
	font-weight: normal;
	letter-spacing: -1px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, blockquote, ol, ul {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: normal;
	font-size: 107%;
}

blockquote {
	margin-left: 2em;
}

ol {
	margin-left: 2em;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:normal;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 1em;
	background: url(images/img07.gif) no-repeat left center;
}

a {
	text-decoration: none;
	color: #313131;
}

a:hover {
	text-decoration: underline;
	color: #025608;
}

/* Menu */

#menu {
	width: 780px;
	height: 60px;
	margin: 0 auto;
	border-left: 20px solid #ABBF67;
	background-color:#FFFFFF;
}

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

#menu li {
	padding: 0;
	display: inline;
	background: none;
}

#menu a {
	display: block;
	float: left;
	height: 40px;
	padding: 10px 10px 0 20px;
	font-size: 92%;
	font-weight: bold;
	color:#728D14;
}

#menu a:hover {
	text-decoration: none;
	color: #92B02B;
}

#menu b {
	text-decoration: underline;
}

/* Logo */

#logo {
	width: 100%;
	height: 160px;
	margin: 0 auto;
	background: #565C40 url(images/header.jpg);
	background-repeat:no-repeat;
	background-position:top;	
}

#logo h1 {
	margin: 0;
	padding: 120px 0 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 189%;
}

#logo h2 {
	margin: 0;
	padding: 0 0 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 780px;
	margin: 0 auto;
	background: #FFFFFF;
	border-left: 20px solid #ABBF67;
}

/* Content */

#content {
	float: left;
	width: 595px;
	padding: 10px 5px 10px 5px;
	border-right:1px solid #5E7412;
}

#welcome {
	margin-bottom: 20px;
	padding-bottom: 1px;
	background: url(images/img04.gif) repeat-x left bottom;
}

.floating-box {
	float: left;
	width: 210px;
}

.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	line-height: 144%;
	font-size: 92%;
}

.floating-box img {
	border: 5px solid #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 150px;
	padding: 10px;
}

#sidebar blockquote {
	margin-left: 0;
	padding-left: 1em;
	background: url(images/img09.gif) no-repeat right bottom;
	border-left: 5px solid #DB5600;
}

#sidebar blockquote p {
	text-align: left;
	line-height: normal;
	font-style: italic;
}

#links {
}

#links ul {
	background: url(images/img04.gif) repeat-x left bottom;
}

#links li {
	padding: 5px 0;
	background: url(images/img04.gif) repeat-x left top;
}

#links a {
	padding-left: 1em;
	background: url(images/img08.gif) no-repeat left center;
	color: #DB5600;
}

/* Footer */

#footer {
	height: 50px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#footer .wrapper {
	width: 800px;
	margin: 0 auto;
}

#footer .links {
	float: left;
	width: 530px;
	height: 45px;
	padding: 5px 5px 0 5px;
	background: #B9CC77;
	border-left: 20px solid #ABBF67;
	font-size: 80%;
}
#footer .links a {
	color:#875618;
	font-size:13px;
}

#footer .legal {
	float: right;
	width: 220px;
	height: 45px;
	margin: 0 auto;
	padding: 5px 20px 0 0;
	background: #95AB48;
	text-align: right;
	font-size: 85%;
	color: #FFFFFF;
}

/* Google ADs */
.left_box { margin: 0 0 10px 0; color: #000; background: #FFF; padding: 3px 0; height:250px; }

.middle_block{
	width:300px;
	height:250px;
	float:left;
}
.middle_block_img{
	width:270px;
	float:right;
}

/*New Added Classes*/

#row_large {
background-color: #FFFFFF
}
#row_large #cell_large {
display: inline;
}

#row_small {
width:800px;
position:relative;
margin:0px auto;
}
#row_small #cell_small {
display: inline;
}