body {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background: #ffffff;
}

a {
        color: #990033;
	text-decoration: none;
}

a:hover {
        color: #336699;
}

h1 {
	color: #666666;
	font-size: 24px;
	text-align: center;
}

h2 {
	color: #999999;
	font-size: 22px;
	text-align: center;
}

h3 {
	color: #000000;
	font-size: 16px;
	text-align: left;
	margin: 20px;
}

img {
	border: none;
}

p {
	font-size: 11px;
	text-align: justify;
	margin: 20px;
}

ul {
	text-align: left;
}

#container {
	width: 800px;
	border-top: 2px solid #333333;
	border-left: 2px solid #333333;
	border-right: 2px solid #333333;
	border-bottom: 1px solid #333333;
	background: #ffffff;
}


#nav, #nav ul { /* all lists */
	float: left;
	text-align: left;
	width: 800px;
	list-style: none;
	line-height: 12px;
	font-weight: bold;
	padding: 0;
	border: solid #999999;
	border-width: 1px 0;
	margin: 0;
}

#nav a {
	display: block;
	width: 100px;
	color: #000000;
	text-decoration: none;
	padding: 2px 10px;
}

#nav a:hover {
	color: #000000;
	background: #cccccc;
}

#nav li { /* all list items */
	float: left;
	padding: 0;
	width: 115px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	height: auto;
	width: 164px;
	font-weight: bold;
	border-width: 2px;
	margin: 0; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul a {
	width: 144px;
}

#nav li ul li {
	background: #ffffff;
	width: 164px;
}


#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #cccccc;
}

#contentmain {
	width: 800px;
	background: url("images/bottom.jpg") no-repeat bottom;
	border-left: 2px solid #333333;
	border-right: 2px solid #333333;
	margin: 0;
	padding-bottom: 120px;
}

#content {
	width: 800px;
	background: #ffffff;
	border-left: 2px solid #333333;
	border-right: 2px solid #333333;
	margin: 0;
	padding: 0;
}

#footer {
	margin: 0;
	padding: 0;
	width: 800px;
	background: #333366;
	color: #ffffff;
	border-left: 2px solid #333333;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	border-top: 1px solid #333333;
}

.box {
	border: 1px solid #000000;
	margin: 10px;
}

.caption {
	color: #666666;
	font-size: 10px;
}

.contact {
	font-size: 10px;
	color: #999999;
}

.contact a {
	color: #ffffff;
	text-decoration: none;
}

.contact a:hover {
	color: #000000;
}

.decor {
	list-style-type: none;
}

.faq {
	color: #000000;
	text-align: left;
}

.faq a {
	color: #660000;
	text-decoration: none;
	font-weight: bold;
}

.faq a:hover {
	color: #999999;
	text-decoration: underline;
}

.header3 {
	color: #000000;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	margin: 20px;
	padding-top: 5px;
	border-top: 1px solid #000000;
}

.header4 {
	color: #666666;
	font-size: 10px;
	text-align: left;
	margin: 20px;
}

.letter {
	font-size: 22px;
	color: #990033;
}

.life {
	width: 450px;
	padding: 20px;
	border: 1px solid #666666;
	background-color: #cccccc;
        color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}


.links {
	color: #333333;
	text-align: center;
	font-size: 12px;
}

.links a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	border-top: 3px solid #666666;
	line-height: 24px;
	padding: 2px;

}

.links a:hover {
	color: #333333;
	border-top: 3px solid #cccccc;
	text-decoration: underline;
}

.active {
	font-weight: bold;
	border-top: 3px solid #990033;
	line-height: 24px;
	padding: 2px;
}

.altnav a {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background: #cccccc;
	border: 1px solid #999999;
	padding: 10px;
}

.altnav a:hover {
	color: #333333;
	background: #ffffff;
}
	