

/* Three columns */
#left, #middle, #right {
	background-color: transparent;
	float: left;
}

#left {
	width: 99px;
	height: 1300px;
	min-width: 5em;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #ffffff; 
	border-right:1px solid #006633; 
	border-bottom:1px solid #ffffff;
	background: #ffffff;
}


#right {
	width: 99px;
	height: 1300px;
	padding-left: 0px;
	padding-right: 0px;
	border-left: 0px solid #006633; 
	border-right:0px dotted #006633; 
	border-bottom:2px solid #ff0000;
	background-image: url(images/spacer_r.gif)
}

#middle {
	width:450px;
	height:1300px;
	padding-left: 10px;
	padding-right: 5px;
	border-top:1px solid #ff0000;
	border-bottom:1px solid #ffffff;
	background:#ffffff;
}

#header, #footer {
	width: 675px;
height: 57px;
	background: #ffffff;
}


#footer {
	clear: both;
}

h2 {
font-size: 12pt;
}


html, body, div, h1,h3 {
	margin: 0;
	padding: 0;
	border-width: 0;
}



/* Define the main style characteristics to apply to content 
   in the columns */
   
html, body {
	background-color: #006633;
	color: #000000;
	font-family: verdana, arial, sans-serif;
	font-size: 8pt
}


#header, #footer {
	color:#FFFFFF;
	text-align: center;
	font-size: small;
	
}


#header {
	margin-bottom: ;
	margin-top: ;
	letter-spacing: ;
	border-bottom:2px #ff0000;
	border-top:2px dotted #ffffff;
}

#header.h1 {
	font-size: medium;
	font-weight: normal;
	text-transform: uppercase;
}


#footer {
	border-top:2px dotted #006633;
	border-bottom:2px dotted #ffffff;
	margin-bottom: 0em;
	margin-top: 0.5em; 
	font-size: 7.5pt;
	font color:#ff0000

}















