body 
{
	background-color: #ffffff;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

a
{
	color: #000000;
	font-variant: normal;
	font-style: normal;
	text-decoration: none;
}

#page-layout 
{
	width: 800px;
	margin: 0 auto;
	background-color: #FFFFFF;
	text-align: left;
	position: relative;
}

#header 
{
	width: 100%;
	position: relative;
	background-color: #FFFFFF;
	font-size: 18px;
	text-align: left;
	font-style: italic;
	color: #336699;
	font-variant: normal;
	font-weight: bold;
	height: auto;
	vertical-align: middle;
	margin-bottom: 16px;
	margin-top: 24px;
	cursor: default;
}

#tagline
{
	position: absolute;
	left: 280px;
	top: 40px;
}

#menu-bar
{
	height: 24px;
	background-color: #D8E6F5;
	font-size: 12px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	font-variant: normal;
	text-align: left;
	color: #000000;
	cursor: default;
	border-top-width: 2px;
	border-right-width: 4px;
	border-bottom-width: 2px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0071BC;
	border-right-color: #0071BC;
	border-bottom-color: #0071BC;
	border-left-color: #0071BC;
}

#main-section
{
	background-color: #fafaff;
	position: relative;
	padding: 24px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0071BC;
	border-right-color: #0071BC;
	border-bottom-color: #0071BC;
	border-left-color: #0071BC;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
}

#menu-button
{
	height: 100%;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	float: left;
	width: auto;
	clear: none;
	cursor: default;
}

#menu-button-current
{
	height: 100%;
	position: relative;
	padding-right: 12px;
	padding-left: 12px;
	text-align: center;
	vertical-align: middle;
	float: left;
	width: auto;
	clear: none;
	cursor: default;
	background-color: #000099;
	color: #FFFFFF;
}

#menu-button:hover
{
	background-color: #4788CF;
	color: #FFFFFF;
}

#menu-button:active
{
	background-color: #0099FF;
	color: #FFFFFF;
}

#copyright
{
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
	color: #899AAD;
	position: relative;
	width: 100%;
	text-align: center;
	margin-top: 18px;
}

#pagetitle
{
	font-size: 32px;
	font-style: italic;
	font-weight: bold;
	color: #336699;
	text-align: center;
	padding-top: 24px;
	padding-bottom: 12px;
}

#sectiontitle
{
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #336699;
	text-align: left;
	padding-top: 12px;
	padding-bottom: 6px;
}

ul
{
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
}
   
   
#downloadlink
{
    font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #0000FF;
}  
   
#downloadlink:hover
{
    font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #0000FF;
}



