/* --------------------------
Global Styles
----------------------------- */
  
body {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  margin:0 auto;
  background-color:#000000;
  text-align: center;
  
}
html, body {
	min-height: 100%;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	
}
html>body, html>body #container {
	height: auto;
	}
* {
  margin:0;
  padding:0;
}

#container {
  	width:853px;
	height:700px;
	margin:0 auto;
	top:0;
    left:0;
	text-align: left;
	

}
#content {
	background-color:#000000;
	padding: 10px;
	text-align: left;
}

	#flashcontent {
		height: 100%;
	}

/* --------------------------
Other Styles
----------------------------- */

#nav{
	background-position: center;
	padding-top: 3px;
	padding-bottom: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFFFF;
	letter-spacing: 1px;
	font-weight: normal;
}
#nav a:link{
	text-decoration: none;
	color: #FFFFFF;
}
#nav a:hover{
	text-decoration: none;
	color: #FFFFFF;
}
#nav a:active{
	text-decoration: none;
	color: #FFFFFF;
}
#nav a:visited{
	text-decoration: none;
	color: #FFFFFF;
}

#nav2{
	background-position: center;
	padding-top: 3px;
	padding-bottom: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0px;
	font-weight: normal;
}
#nav2 a:link{
	text-decoration: none;
	color: #FFFFFF;
}
#nav2 a:hover{
	text-decoration: none;
	color: #FFFFFF;
}
#nav2 a:active{
	text-decoration: none;
	color: #FFFFFF;
}
#nav2 a:visited{
	text-decoration: none;
	color: #FFFFFF;
}

p{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 1.3em;
}
p a:link{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
p a:active{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
p a:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
p a:visited{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #000000;
	border-bottom-width: 1px;
}
h2{
	padding-top: 3px;
	padding-bottom: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 1px;
	font-weight: normal;
	line-height:35px;
}

#side{
	padding-top: 3px;
	padding-bottom: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 1px;
	font-weight: normal;
	line-height:35px;
}

#side a{
	color: #FFFFFF;
	text-decoration: none;
	
}
#side a:hover{
	text-decoration: none;
	font-style: italic;
	color: #fde5e2;
}
#side a:active{
	text-decoration: none;
}
#side a:visited{
	text-decoration: none;
}
