/*<group=Page Layout>*/

body {
	padding: 0px 0;
	text-align: center;
	background: #000000;
}

/*<group=Navigation Bar>*/

#sitenavbar {
	width: 100%;
	background: #336699;
	margin: 0px;
	padding: 0px;
	height: 20px;
	text-align: center;
	margin-left: 0px;
}

#sitenavbar li {
	display: block;
	text-align: center;
	font-size: 12px;
	width: 200px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
}

#sitenavbar a {
	display: block;
	text-align: center;
	text-decoration: none;
	line-height: 11px;
	padding: 4px 0px 5px 0px;
	color: #CCCCCC;
	border-style: none;
}

#sitenavbar a:hover {
	color: #FFFF00;
	background: #6699CC;
}

#sitenavbar a.current {
	color: white;
	background: #5588BB;
	font-weight: bold;
}
	
/*<group=Global Tag Styles>*/

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	}

h1 {
	font-size: 36px;
	text-align:  center;
	margin-bottom:  24px;
}

h2 {
	font-size: 12px;
	text-align:  center;
}

h3 {
	margin-top: 36px;
	font-size: 10pt;
	color: #ff8000;
	letter-spacing: 4pt;
	border-bottom: 1px solid #808080;
	margin-bottom: 12pt;
	}

h4 {
	font-size: 10pt;
	color: #ff8000;
	padding-bottom: 4pt;
	}

a, a:link, a:visited	{
	color: #0066cc;
	text-decoration: none;
}
a:active, a:hover	{
	color: #0099ff;
	text-decoration: none;
	border-bottom: 1px dotted;
}

/*<group=Navigation Bar>*/

#sitenavbar2 {
	width: 688px;
	background: #336699;
	margin: 0px;
	padding: 0px;
	height: 20px;
	text-align: center;
	margin-left: 0px;
}

#sitenavbar2 li {
	display: block;
	text-align: center;
	font-size: 12px;
	width: 172px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
}

#sitenavbar2 a {
	display: block;
	text-align: center;
	text-decoration: none;
	line-height: 11px;
	padding: 4px 0px 5px 0px;
	color: #CCCCCC;
	border-style: none;
}

#sitenavbar2 a:hover {
	color: #FFFF00;
	background: #6699CC;
}

#sitenavbar2 a.current {
	color: white;
	background: #5588BB;
	font-weight: bold;
}
	
/*</group>*/