@charset "utf-8";

/*	----------------------------- */

/*	GENERAL ELEMENTS and DEFAULTS */

/*	----------------------------- */

* {
	margin: 0px;
	padding: 0px;

}
body {
	background-image: url(/index_new/background.jpg);
	font-family: verdana;
	font-size: 13px;
	line-height: 18px;
}
a {
	text-decoration: none;
	color: #7BC402;
}
a:hover, a:visited:hover {
	color: #023A75;
}
a:visited {
	color: #004E99;
}

li {
	margin-left: 10px;
}

ul {
	margin-left: 10px;
}
ol {
	list-style-type: lower-roman;
}

h1, h2 {
	margin-bottom: 8px;
	margin-top: 4px;
}

h1 {
	
	font-size: 14px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 12px;
	color: #00CC00;
	font-weight: bold;
	margin-left: 15px;
	margin-bottom: 5px;
}

p {
	font-size: 13px;
	margin-bottom: 9px;
	margin-left: 15px;
	margin-right: 15px;
	color: #380609;
}

/*	------------------------------------ */

/*	LAYOUT SECTION and SPECIFIC ELEMENTS */

/*	------------------------------------ */

#container {
	 
	width: 748px;										 
	margin-right: auto;									 
	margin-left: auto;	
	background-color: #FFFFFF;
}

#masthead {
	height: auto;
	width: 748px;											
}


#navigation {
	height: 26px;
	width: 748px;
}

#left, #content {
	 min-height:1100px;
	height:auto !important;
	height:600px;
	background:#FFFFFF;
}

#left {
	float: left;
	width: 180px;
	background:#FFFFFF;
	height: auto;
}

#left p {
	font-size: 10px;
	color: #FC0D4C;
}

#left a {
	color: #33CC00;
	font-size: 11px;
}

#left a:hover {
	color: #FF0099;
	text-decoration: underline;
}

#content {
	float: left;
	width: 568px;
	background-color: #FFFFFF;
}

#content p {
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-align: left;
	padding-left: 10px;
}

#bottom {
	float: left;
	width: 748px;
	height: 10px;
	background-color: #FFFFFF;
	
}

#footer {
	float: bottom;
	clear: both;
	color: #FFFFFF;
}
#footer a {
	color: #90C833;
	font-size: 11px;
	margin-left: 0px;
}

#footer p {
	color: #90C833;
	font-size: 11px;
	margin-left: 0px;
}
#footer a:hover {
	text-decoration: underline;
}
