
html * {
    margin: 0;
	padding:0;
}

body {
	/**width:980px;*/
	margin:0 auto;
    background: #fff;
    color: #000;
	background-color:#f9f9f9;
	background:url(../images/bg.gif) repeat-x 0 0;
    /**font:13px verdana, arial, helvetica, sans-serif;*/
	font: normal 13px/14px Arial, Helvetica, sans-serif;
}

li {list-style:none;}
table {width: 100%; border-collapse: collapse;}
img {border:0;}

/* GENERAL */

a:link, a:visited, a:hover {
    color: #666;
    /*text-decoration: none;*/
} 

input, select, textarea {
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    font: 13px verdana, arial, helvetica, sans-serif;
    padding: 1px;
}

input:focus, textarea:focus {
    border: 1px solid #b2d1ff;
}

.spacer {
	font-size:0;
	line-height:0;
	clear:both;
}

#header {
	width:862px;
	height:81px;
	margin:auto;
	/**background:url(../images/bg-header.gif) repeat-x;*/
}
#header ul {
	list-style:none;
	float:right;
	width:auto;
}
#header ul li {
	float:left;
	width:auto;
	background:url(../images/menu-arrow.gif) no-repeat left center;
}
#header ul li a {
	font-size:16px;
	line-height:20px;
	height:20px;
	color:#B4E27E;
	background-color:inherit;
	float:left;
	width:auto;
	text-decoration:none;
	padding:0 17px 0 23px;
	margin:30px 0 0;
}
#header ul li a:hover {
	color:#E8F6CF;
	background-color:inherit;
}

a.logo {
	float:left;
}

/* body start */
#body {
	width:850px;
	padding:0 6px 15px;
	clear:both;
	margin:auto;
}

#nav {
	height:60px;
	border-bottom:#CCCCCC solid 1px;
}

#nav h1 {
	font-size:28px;
	line-height:28px;
	color:#38466D;
	background-color:inherit;
	font-weight:bold;
	float:left;
	margin:3px auto;
	padding-top:20px;
}

#nav span {
	float:right;
	padding-top:35px;
}

#bodyLeft {
	float:left; width:600px;
	padding:10px 29px 10px 0;
	border-right:#CCCCCC solid 1px;
}

#bodyLeft h2 {
	font-size:20px;
	line-height:50px;
	color:#1B89DD;
	background-color:inherit;
	font-weight:bold;
}

#bodyLeft h2 a {
	color:#1B89DD;
}

#bodyLeft p {
	line-height:20px;
}

#bodyRight {
	float:right; 
	width:200px;
	padding:10px 0 25px 20px;
	border-left:#CCCCCC solid 1px;
	margin-left:-1px;
	margin-bottom:10px;
}

#bodyRight h2 {
	font-size:20px;
	line-height:50px;
	color:#1B89DD;
	background-color:inherit;
	font-weight:bold;
}

#bodyRight div {
	margin-bottom:20px;
	line-height:20px;
}

#bodyRight li {
	line-height:20px;
}

#footer {
	height:64px;
	background: url(../images/footer-bg.gif) repeat-x 0 0;
	clear:both;
	color:#2B3D0D;
	font-size:12px;
	line-height:15px;
	background-color:#8EBF3A;
	padding:21px 0 0;
	margin-top:30px;
}
#footerNav {
	width:862px;
	margin: auto;
}
#footerNav ul {
	list-style:none;
}
#footerNav ul li {
	float:left;
	width:auto;
}
#footerNav ul li a {
	font-size:13px;
	text-decoration:none;
	color:#fff;
	background-color:inherit;
	float:left;
	width:auto;
	padding:0 39px 0 0;
}
#footerNav ul li a:hover {
	text-decoration:underline;
}
#footerNav a {
	font-size:12px;
	color:#fff;
	background-color:inherit;
	text-decoration:underline;
}
#footerNav a:hover {
	text-decoration:none;
}

