@charset "UTF-8";

/* Hides from IE-Mac */
* html .container {
height: 1%;
}
/* End hide from IE-Mac */


body {
	width: 650px;
	padding: 0;
	margin: 0 auto;
	background-image: url(images/tile.gif);
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

#content {
	width: 650px;
	background-color: #ffffff;
	height: auto;	
}

#banner {
	text-align: center;
}

#navbar {
	text-align: left;
}
p, ul, ol, table {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	font-size: 0.9em;
	line-height: 1.5em;
}
h1 {
	color: #575757;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}
h2 {
	color: #575757;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
}
a:link, a:visited {
	color: #575757;	
}
a:hover {
	color: #e68527;
	text-decoration: underline;
	
}
#flashcontainer {
	width: 650px;
}
#maincolumn {
	font-family: Verdana, Helvetica, Arial, san-serif;
	font-size: 0.9em;
	text-align: justify;
	color: #575757;
	padding-left: 10px;
	width: 630px;
	background-color: #ffffff;
}
#nav-footer {
	width: 650px;
	height: 22px;
	background-color: #ffffff;
	font-size: 0.7em;
	font-weight: bold;
	color: #575757;	
}
#nav-footer ul {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}
#nav-footer ul li {
	float: left;
	padding-left: 30px;
}
#nav-footer ul li a{
	text-transform: uppercase;
}
#nav-footer a:visited, #nav-footer a:link {
	color: #575757;	
	text-decoration: none;
}

#nav-footer ul li a:active,
#nav-footer ul li a:hover,
#nav-footer ul li a:focus,
#nav-footer ul li a.current {
color: #e68527;
text-decoration: underline;
}

#footertag {
	font-size: 0.7em;
	font-weight: bold;
	color: #575757;
	padding-top: 5px;
	padding-bottom: 5px;
	
}

.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
}
