body { 
 background-color: #eeeeee;
 color: #222222; 
 font-size: 12px; 
 font-family: verdana,trebuchet, arial, sans-serif; 
}

a:link, a:visited, a:active, a:hover { 
 color: #882222; 
 font-weight: bold; 
 text-decoration: none; 
}

a:hover {
 color: #cc0000;
 text-decoration: underline; 
}

#splash {
 text-align: center;
 margin-top: 150px;
}

#banner {
 text-align: center;
}

#menu {
 width: 175px;
 float: right;
 clear: none;
 padding: 20px;
 padding-right: 0px;
 border-left: 2px solid #666666;
}

#menu ul
{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

#menu ul ul
{
	margin-bottom: 12px;
}

#content {
 padding: 20px;
 padding-top: 0;
 margin-right: 195px
}

h1 {
 font-family: sylfaen, times, serif;
 font-size: 72px;
 color: #666;
 padding: 0;
 margin: auto;
 margin-top: 0;
 margin-bottom: 0;
 text-indent: -5000px;
 height: 150px;
 width: 480px;
 background: url(images/banner.gif) top right no-repeat;
}

h2 {
 font-family: sylfaen, times, serif;
 font-size:   32px;
 color:       #cc2222;
 font-weight: bold;
 margin-bottom: 5px;
}

h3 {
 font-family: sylfaen, times, serif;
 font-size:   22px;
 color:       #cc2222;
 font-weight: normal;
 margin-bottom: 0px;
}

h4 {
 font-family: sylfaen, times, serif;
 font-size:   14px;
 color:       #cc2222;
 margin-top: 2px;
 margin-bottom: 0px;
 font-weight: bold;
 text-transform: uppercase;
}

h5 {
 font-family: sylfaen, times, serif;
 font-size:   14px;
 color:       #ffffff;
 margin-top: 2px;
 margin-bottom: 2px;
 font-weight: normal;
}

p, dd {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   12px;
 color:       #222222;
 margin-top: 2px;
 font-weight: normal;
 text-align:  left;
}

dt {
 font-family: sylfaen, times, serif;
 font-size:   20px;
 color:       #aa2222;
 margin-top: 0;
 margin-bottom: 8px;
}

dd {
 margin-left: 0;
 padding-left: 15px;
}

.note {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   10px;
 color: #222222;
 font-weight: normal;
}

img {
 border: 0px;
}