
/* basic elements */
html {
	height: 100%;
}
body {
	margin:0;
	padding:0;
	background:#24466B url(./images/bgGradient.gif) repeat-x top left fixed;
	text-align:center;
	width:100%;
	height:100%;
	font:14px verdana, arial, sans-serif;
}
h1, h2, h3, h4, h5 {
	padding:0;
	margin:0;
}
ul {
	margin:0;
	padding:0;
}
acronym {
	cursor:help;
}
acronym:hover {
	border-bottom:2px solid #919AA4;
}
/* structural elements */
.container {
	background: #293544;
	position:relative;
	margin:0 auto;
	width:800px;
	height:100%;
	text-align:left;
}
.pageHeader {
	background:url(./images/header.gif) no-repeat top left;
	height:168px;
}
.mainText {
	background: #132539;
	margin: 5px 5px 5px 5px;
	padding: 5px 8px 0 8px;
	text-align: left;
	color: #FFFFFF;
	height:100%;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}
.pageTop {
	height:30px;
	text-align:center;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #68717A;
	padding:5px;
	background:#101C28;
	color: #FFFFFF;
	font-size:10px;
	font-weight:normal;
}
.pageFooter {
	height:30px;
	text-align:center;
	border-top:1px solid #68717A;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	padding:5px;
	background:#101C28;
	color: #FFFFFF;
	font-size:10px;
	font-weight:normal;
}
.pageFooter a:link, .pageFooter a:active, .pageFooter a:visited {
	color:#5D6772;
}
.pageFooter a:hover {
	color:#919AA4;
}

/* linkList */
.nav {
	border: 0;
	height:48px;
}
.navLink {
	border-left:1px solid #000000;
	border-right:1px inset #101C28;
}
.navLink a{
	text-decoration:none;
	color:#000000;
}
.navLink a:hover{
	text-decoration:underline;
	color:#FF5302;
}
.navLinkl {
	border-left:1px solid #000000;
	border-right:1px inset #101C28;
}
.navLinkl a{
	text-decoration:none;
	color:#000000;
}
.navLinkl a:hover{
	text-decoration:underline;
	color:#FF5302;
}
.navLinkr {
	border-left:1px inset #101C28;
	border-right:1px solid #000000;
}
.navLinkr a{
	text-decoration:none;
	color:#000000;
}
.navLinkr a:hover{
	text-decoration:underline;
	color:#FF5302;
}
.navSub1 {
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom: none;
	border-top: none;
	font-size:5px;
}
.navSub2 {
	border-top: none;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	background-color:#101C28;
	font-size:5px;
}
.navSub3 {
	border-bottom: none;
	border-top: none;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	font-size:5px;
}
a{
	text-decoration:none;
	color:#FF5302;
}
a:hover{
	text-decoration:underline;
}
h1 {
	font:20px Arial,Helvetica,sans-serif;
	font-weight:bold;
}

h2 {
	font:18px verdana, arial, sans-serif;
	font-weight:bold;

}

h3 {
	font:16px verdana, arial, sans-serif;
	font-weight:bold;
	padding-top:5px;
}

p {
	font:14px verdana, arial, sans-serif;
}