/* HTML Tag Styles */
body
{
	background-color: #000;
	background-image: url(../images/global/body-bg.gif);
	background-repeat: repeat-x;
	color: #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}
a
{
	color: #9999ff;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
h1
{
	font-size: 18px;
	font-weight: normal;
}
h2
{
	font-size: 12px;
	padding:0;
	margin:0;
}
p {
	text-align:justify;
}
/* Header and Body Styles */
#body-container
{
	min-width: 810px;
}
#header
{
	background-image: url(../images/global/header-bg.jpg);
	background-repeat: no-repeat;
	height: 137px;
	position: relative;
}
/* Navigation Styles */
#navigation
{
	_bottom: 1px;
	background-color: #003366;
	bottom: 2px;
	height: 29px;
	left: 0;
	position: absolute;
	text-align:center;
	width:800px;
	padding-left:5px;
}
#navigation a
{
	border-left: 1px solid #6b6b6b;
	border-right: 1px solid #6b6b6b;
	color: #fff;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: bold;
	height: 29px;
	line-height: 29px;
	padding: 0 15px;
	text-align: center;
	text-decoration: none;
}

#navigation a.first {
	border-left: 2px solid #6b6b6b;
}

#navigation a.last {
	border-right: 2px solid #6b6b6b;
}
#navigation a:hover
{
	background-color: #fdb267;
	color: #006699;
}
#flash-movie
{
	background-color: #fdb267;
	border-bottom: 2px solid #6d6c6b;
}
/* Content Styles */
#content .inner .textwrap
{
	padding: 15px 30px;
}

#content .inner .textwrap p {
	margin:0;
	padding:0 0 8px 10px;
}



/* Footer Styles */
#footer
{
	border-top: 1px solid #fe9833;
	color: #555;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
#footer-nav
{
	color: #fff;
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer-nav li
{
	display: inline;
	padding: 3px;
}
#footer-nav a
{
	color: #fff;
}

/* CSS Class Styles */
.inner
{
	margin: 0 auto;
	width: 800px;
}
.left
{
	float: left;
	font-size: 11px;
	width: 350px;
}
.right
{
	float: right;
	font-size: 11px;
	width: 350px;
}
.clear
{
	clear: both;
}

.pdfList li{padding-bottom: 10px;}
.pdfList a{padding: 5px 20px 5px 0;background: transparent url(../images/global/icon_pdf.gif) no-repeat center right;}
