* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	background-color: #000000;
	color: #000033;
}
#wrapper {
	margin: 0 auto;
	width: 839px;
	border: 8px solid #CCCCCC;
	background-color: #FFFFFF;
}
p {
	font-size: 13px;
	color: #000033;
}
#header {
	width: 839px;
	float: left;
	height: 240px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#header.green {
	background-image: url(../images/header_green.gif);
	background-repeat: no-repeat;
}
#header.red {
	background-image: url(../images/header_red.jpg);
	background-repeat: no-repeat;
}
#navigation {
 float: left;
 width: 839px;
 margin: 0px 0px 0px 0px;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/button_up.gif);
	background-repeat: repeat-x;
	list-style: none;
	float: left;
	width: 839px;
	height: 55px;
}
#navigation ul a {
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	text-align: center;
	padding-right: 1.7em;
	padding-bottom: 0;
	padding-left: 1.7em;
	height: 35px;
	padding-top: 4px;
	float: left; 
}
#navigation ul a:hover {
	background-image: url(../images/button_down.gif);
	background-repeat: repeat-x;
}
#navigation ul .first a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navigation ul li {
	float: left;
}
#leftcolumn {
	color: #333;
	margin: 0px;
	height: auto;
	width: 788px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	min-height: 600px;
    height:auto !important;
    height:600px;
}
#rightcolumn { 
 float: right;
 color: #333;
 border: 1px solid #ccc;
 background: #F2F2E6;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 550px;
 display: inline;
}
#footer {
	width: 819px;
	clear: both;
	color: #333;
	padding: 10px;
	background-color: #3399CC;
	height: 70px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
	text-align: left;
	font-size: 10px;
	line-height: 2px;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 25px;
	color: #000033;

}

.lineheight {
	line-height: 2.5em;
}
#footer.nolink {
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
}
#leftcolumnprospectus {
	color: #333;
	margin: 0px;
	height: auto;
	width: 140px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
	min-height: 600px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#rightcolumnprospectus {
	float: left;
	color: #333;
	margin: 0px;
	height: auto;
	width: 500px;
	display: inline;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 28px;
}
