/* CSS Document */

body {
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 140%;
	font-style: normal;
	background-color: #CCCCFF;
}
#container {
	width: 100%;
	max-width: 1260px;
	margin: auto;
	border: solid #666699 thin;
	background-color: #CCCCFF;
}
#top {
	background-color: #666699;
	font-family: "Times New Roman", Times, serif;
	padding-top: 28px;
	padding-bottom: 10px;
	padding-left: 25px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #FFCC33;
}
#footer {
	background-color: #666699;
	clear: both;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	font-size: small;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: "Times New Roman", Times, serif;
	color: #FFCC33;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0.2em;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #666699;
}
h1 {
	font-size: 16px;
	letter-spacing: 0.05em;
	margin-top: 1em;
	margin-bottom: 0px;
	line-height: 110%;
}
h2 {
	font-size: 14px;
	letter-spacing: 0.05em;
	margin-bottom: 0px;
	line-height: 110%;
}
.logo {
	font:18px times new roman;
	color: #333300;
	letter-spacing:0.3em;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
.quote {
	font:12px times new roman;
	color: #9999CC;
	line-height: 160%;
	letter-spacing:0.3em;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.caption {
	font-size: x-small;
	color: #666666;
}
a:link {
	color: #3366CC;
}
a:visited {
	color: #663333;
}
a:hover {
	color: #993333;
}
a:active {
	color: #993333;
}
#navcontainer {
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
 #navlist ul
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}
#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 5px 10px; }

#navlist a:link, #navlist a:visited
{
color: #666699;
background-color: #CCCCFF;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #666699;
text-decoration: none;
}
