H1 {color: green; font-family: Arial Bold, Arial; text-align: center; font-weight: bold; font-size: large}
H2 {color: green; font-family: Arial; text-align: center; font-weight: bold; font-size: large}
H3 {color: green; font-family: Arial; text-align: left; font-weight: bold; font-size: large}
H4 {color: brown; font-family: Arial Bold, Arial; text-align: center; font-weight: bold; font-size: large}
H5 {color: brown; font-family: Arial; text-align: center; font-weight: bold; font-size: large}
H6 {color: brown; font-family: Arial; text-align: left; font-weight: bold; font-size: large}
CAPTION {font-family: Arial; text-align: center; font-weight: bold; font-size: medium}
TH {color: green; text-align: left; font-size: medium}
TR {vertical-align:top; text-align: left; font-size: medium}
HR {width:50%; height:4; color:green}
TITLE {color: green}
BODY {background: #faedcd; color: #004040; LINK-color: #0000ff; VLINK-color: #800080 font-weight: bold; font-size: medium;}
}


#header { 
	position: relative; 
	width: 100%; 
	height: 260px; 
	top: 0; 
	bottom: auto; 
	left: 0;
	right: 0; 
	padding: 5px;
	border-bottom-style: solid;
	border-bottom-color: #001B35;


} 


#main { 
	position: absolute; 
	width: 600px; 
	height: auto; 
	top: 270px; 
	left: 0;
	right: 180px; 
	margin-top: 5px;
	padding-left: 5px;
      padding-right: 5px;

} 


#sidebar { 
	position: absolute;
	width: 160px; 
	height: auto; 
	top: 270px;
	left: auto;
	right: 0;
	margin-top: 5px;
	margin-left: 10px;
	padding-left: 5px;
        padding-right: 5px;

} 
