@charset "utf-8";
html {
     overflow: -moz-scrollbars-vertical;
}
body {
	background-attachment: fixed;
	height: 100%;
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/bg_bar.gif);
	background-repeat: repeat-y;
	background-position: center;
}
p           {
	color: #000000;
	padding: 15px;
	margin: 0px;
	font-size: 11px;
}
strong {
	color: #EAA700;
	font-size: 12px;
}


.Site   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	width: 720px;
	position: absolute;
	margin-left: -360px;
	left: 50%;
	background-color: #F5F5F5;
}
.Site  .ContentFloat {
	position: relative;
	top: 0px;
	left: 0px;
}


.Site .Nav {
	width: 720px;
	position: relative;
	height: 230px;
	top: 0;
	margin-top: 0px;
	margin-bottom: 20px;
	border-top-width: 10px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-width: 0px;
	border-left-width: 0px;
	left: 0;
}


.Site .Nav .Logo {
	width: 720px;
	height: 50px;
	position: absolute;
	top: 10px;
	z-index: 5;
	left: 0px;
}
.Site .Nav .Menu a{
	color: #000000;
	text-decoration: none;
	text-transform: none;
}
.Site .Nav .Menu {
	width: 715px;
	height: 20px;
	position: absolute;
	top: 105px;
	left: 0px;
	z-index: 5;
	font-size: 14px;
	padding-top: 0px;
	font-weight: normal;
	color: #000000;
	padding-bottom: 3px;
	margin: 0px;
	padding-right: 5px;
	text-align: right;
	vertical-align: bottom;
	border: 0px none 0;
}
.Site .Nav .Menu a:hover{
	color: #EAA700;
	text-decoration: none;
}


.Site .Footer {
	color: #000000;
	position: relative;
	width: 720px;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 10px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 5px 0px;
	margin: 0px;
	font-size: 10px;
}

a {
	color: #EAA700;
}
a:hover {
	color: #990000;
}

.Site   .image {
	position:absolute;
	left:0;
	top:0px;
	width:720px;
	height:84px;
	z-index:1;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#pagetitle {
	position:absolute;
	left:0;
	top:95px;
	height:20px;
	z-index:1;
	background-color: #000000;
	padding-right: 10px;
	padding-left: 10px;
}

#pagenav {
	position:absolute;
	left:360px;
	top:95px;
	width:340px;
	height:20px;
	z-index:1;
	color: #000000;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
}
.footer {color: #000000}

/* ANNOUNCEMENT */
.announcement  {color: #000000; font: Verdana, Geneva, sans-serif; font-size:12px}
.announcement2 {color: #5b5b5b; font: Verdana, Geneva, sans-serif; font-size:12px}

/* HIDDEN INTERNAL LINKS for ANNOUNCEMENT */
A.nolink			{text-decoration: none; color: #5b5b5b;}
