.container {
	width:950px;
	border: 1px solid #CC6633;
	background-color: #98AF93;
}

.titlebar {
	width:950px;
	height:90px;
	background-color:#003300;
	}

#titlebar h1 {
	text-align:left;
	color:#cccccc;
	font-family:"Times New Roman", Times, serif;
	font-size:36px;
	}
	
#titlebar h2 {
	text-align: right;
	color:#cccccc;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	text-decoration:none;
	}


body {
	font-family: "Times New Roman", Times, serif;
	color: #663333;
	font-size: 16px;
	text-align: left;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
}
	
a {
  	font-family:"Times New Roman", Times, serif;
	color:#996600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
	
a:visited {
  	font-family:"Times New Roman", Times, serif;
	color:#996600;
}
	

.ellipse h2 {
     font-size: 24px;
     color: #336633;
     font-family: "Times New Roman", Times, serif;
     text-transform: none;
     text-align: center;
	 font-style: italic;
}

h1 {
	 font-size: 24px;
	 color:#003300;
	 font-family: "Times New Roman", Times, serif;
	 text-transform: uppercase;
	 text-align: center;
	 margin: 15px 0px;
}
	 
h2 {
	 font-size: 16px;
	 color: #663333;
	 font-family: "Times New Roman", Times, serif;	   
	 text-transform: uppercase;
	 font-style:italic;
	 text-align: center;
	 margin: 15px 0px;
}

	 
h3 {
	 font-size: 16px;
	 color: #996600;
	 font-family: "Times New Roman", Times, serif;
	 text-align: left;
	 margin: 15px 0px;
}
	 
h4 {
	font-size: 16px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	margin: 0px;
}

h5 {
	font-size: 16px;
	font-style:normal;
	text-align: center; 
	font-weight: lighter;
	margin: 15px 0px;
}
	
#footer {
	clear:both;
	font-size: 12px;
	color: #cccccc;
	background-color:#003300;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color:#cc6633;
	padding:15px 0px;
	text-align: center;
}