/* =-=-=-=-=-=-=-[CSS]-=-=-=-=-=-=-=- */

html {
    overflow-y: scroll;
}

body {
	background: #aab403 url("../images/bg-508.jpg");
	font-family: Verdana,Geneva,Kalimati,sans-serif;	
	color:#aab403;
	margin: 0;
	padding: 15px 0;
	text-align: center;
} 

#container { 
	background-color: #aab403;
	width: 840px;
	margin: 0 auto;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #2e1f00;
}

#header {
	height: 214px;
	width: 840px;
	background-color: #f6f7e7;
	margin: 0;
	padding: 0;
	overflow: hidden;
}


/* =-=-=-=-=-=-=-[Menu]-=-=-=-=-=-=-=- */

#nav {
	background-color: #fff;
	width:840px;
	height:45px;
	overflow: hidden;
}

/* =-=-=-=-=-=-=-[End of Menu]-=-=-=-=-=-=-=- */

/* =-=-=-=-=-=-=-[Content Area]-=-=-=-=-=-=-=- */

#contentarea {
	background-color: #fff;
	width:840px;
	overflow: hidden;
}

#textarea {
	margin: 1.5em;
	float: left;
	overflow: hidden;
}

#leftcolumn {
	width: 520px;
	margin: 0;
	padding: 1.5em 1.5em 1em 1.5em;
	float: left;
	overflow: hidden;
}

#rightcolumn {
	background-color: #f6f7e7;
	width: 230px;
	padding: 25px 20px;
	margin: 0;
	float: right;
	text-align: left;
	overflow: hidden;
}

td {height: 25px; 
	vertical-align: middle; 
	border-left: medium none; border-right: medium none; border-top: medium none; border-bottom: .15pt solid #370000; 
	padding: 0in;
	text-align: left;
	line-height: 1.15em;
	margin: 0em;
}

	

/* =-=-=-=-=-=-=-[End of Content Area]-=-=-=-=-=-=-=- */


.rule1 {border-top-width:5px;
		border-top-style: dotted;
		border-top-color: #2e1f00;
		margin: 0 auto;
		overflow: hidden;
}

.rule2 {border-top-width: 1px;
       border-top-style: solid;
       border-color: #AFB0B4; 
       margin: 0px;
}

.rule3 {border-top-width: 1.5px;
       border-top-style: solid;
       border-color: #3D2310; 
       width: 90%;
       margin: 0px;
       padding: 0px;
}


h1 { 
	font-family: "trebuchet ms", verdana, "sans serif";
	color:#2e1f00;
	text-align: left;
	font-size: 1.1em; 
	font-weight: bold;
	line-height: 1.1em;
	margin: 0 0 .5em 0;
}

h2 { 
	color:#899b2c;
	text-align: left;
	font-size: .95em; 
	font-weight: bold;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: .5em;

}

h3 { 
	background-color: #fff;
	color:#000;
	text-align: left;
	font-size: .75em; 
	font-weight: bold;
	line-height: .9em;
	margin-top: 0em;
	margin-bottom: 1em;

}

p {
	text-align: left;
	font-size:.8em;
  	line-height:1.4em;
  	color:#2e1f00;
	margin-top: 0em;
	margin-bottom:1em; 
}

/* =-=-=-=-=-=-=-[Lists]-=-=-=-=-=-=-=- */

ul {
	list-style-type: none;
	padding-left: 15px;
	text-align: left;
	margin: 0;
	font-weight: 500;
	line-height: 1.25em;
}

li { 
	background: url('../images/bullet-heart.gif') left top no-repeat;
	font-size:.8em;
	padding-left: 22px;
	margin-bottom: 4px;
}

.generalli li{
	font-style: normal;
	font-weight: normal;
	line-height: 1.5em;
	text-align: left;
	list-style-type:square;
	margin: 0 1.5em .9em 0;
	padding: 0;
}

.linumbered ul {
	list-style-type: decimal;
	padding: 0;
	margin: 0;
}

.linumbered li {
	text-align: left;
	font-size: .7em;
	line-height: 1.4em;
	font-style: normal;
	font-weight: normal;
	margin: 1em 0;
}
/* =-=-=-=-=-=-=-[End of lists]-=-=-=-=-=-=-=- */

/* all links */
a:link, a:visited, a:active { color: #336600; text-decoration: underline; }
a:hover { color: #2e1f00; text-decoration: underline; }

#footer {
	background: #302000 url("../images/bg-footer.jpg");
  	margin: 0;
  	padding: 0;
	width: 840px;
	height: 64px;
 	border:0;
}

#footer a,
visited {
	color: #fff;
	text-decoration: none;
}	

#footer a:hover {text-decoration: underline;}
