@charset "utf-8";
/* CSS Document */
/*Default Page Style*/
body {
	background-image: url(../images/background.JPG);
	background-repeat: no-repeat;
	background-position:bottom right;
	background-attachment:fixed;	
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: small;

}
body {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

p { margin-top: 5px;}
h1 { margin-top: 5px; font-size:medium;}
h2 { margin-top: 5px; font-size:small;}


a:link {
	color: #002948;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #205B87;
}
a:active {
	text-decoration: underline;
	color: #000000;
}

/*Page Layout*/

#pageContent {
margin:auto;
width:950px;
}

#topBanner{
background:url(../images/table_back.jpg) repeat-x;
background-color:004370;
height:25px;
color:#FFFFFF;
font-size: large;
font-weight:bold;
padding: 5px 2px 2px 10px;
}

#topImage{
padding:5px 0px 5px 0px;
height:137px;
}

#bottomBanner{
background:url(../images/table_back.jpg) repeat-x;
background-color:004370;
height:20px;
color:#FFFFFF;
padding: 5px 2px 2px 0px;
}

#shadowBanner{
background:url(../images/table_shadow.gif) repeat-x;
height:10px;
}

#leftCol{
float:left;
width:175px;
clear:both;
}

#righCol{
float:left;
width:775px;
}

#pageBody {
}

#textSize {
color:#000000;
padding-right:7px;
padding-top:10px;
}

#textSize a {
color:#000000;
text-decoration:none;
}

#textSize a:hover {
color:#000000;
font-weight:bold;
}
#header {
float:left;
}

#date{
padding:2px;
float:right;
text-align:right;
font-size:small;
}


/*===================================================================================================================*/
/*===================================================================================================================*/
/*===== Horizontal Navigation Bar START =============================================================================*/
/*===================================================================================================================*/
/*===================================================================================================================*/

#topNavigation ul{
list-style:none;
margin:0;
padding:0;
}

#topNavigation li{
float:left;
}

#topNavigation li a {
color:#FFFFFF;
text-decoration:underline;
text-align:center;
font-weight:bold;
float: left;
display: block;
height:2em;
padding-left:7px;
padding-right:7px;
}

#topNavigation li a:hover {
text-decoration:none;
}

/*Navigation Seperator*/
.seperator{
color:#C1D6F7;
}

/*===================================================================================================================*/
/*===================================================================================================================*/
/*===== Horizontal Navigation Bar END ===============================================================================*/
/*===================================================================================================================*/
/*===================================================================================================================*/

/*===================================================================================================================*/
/*===================================================================================================================*/
/*===== Vertical Navigation Bar START ===============================================================================*/
/*===================================================================================================================*/
/*===================================================================================================================*/

#leftNavigation ul {
list-style:none;
margin:0px 0px 0px 0px;
padding:0;
}

#leftNavigation li {
padding:5px 0px 5px 0px;
}

#leftNavigation a {
background-image:url(../images/blue-arrow.gif);
background-position:0 12px;
background-repeat:no-repeat;
padding:5px 0px 5px 20px;
text-align:left;
}

/*===================================================================================================================*/
/*===================================================================================================================*/
/*===== Vertical Navigation Bar END =================================================================================*/
/*===================================================================================================================*/
/*===================================================================================================================*/

/*===================================================================================================================*/
/*===================================================================================================================*/
/*===== PDF List START ==============================================================================================*/
/*===================================================================================================================*/
/*===================================================================================================================*/

#pdfList ul {
list-style:none;
margin:0px 0px 0px 0px;
padding:0;
}

#pdfList li {
padding:10px 0px 10px 0px;
}

#pdfList ul li {
background-image: url(../images/PDFIcon.gif);
background-position:0 6px;
background-repeat:no-repeat;
padding:5px 0px 5px 25px;
text-align:left;
}

/*===================================================================================================================*/
/*===================================================================================================================*/
/*===== PDF List END ==============================================================================================*/
/*===================================================================================================================*/
/*===================================================================================================================*/

/*===================================================================================================================*/
/*===================================================================================================================*/
/*===== Last Updated Text START =====================================================================================*/
/*===================================================================================================================*/
/*===================================================================================================================*/

.LastUpdated {font-size: x-small; text-align:center; }

/*===================================================================================================================*/
/*===================================================================================================================*/
/*===== Last Updated Text END =======================================================================================*/
/*===================================================================================================================*/
/*===================================================================================================================*/

/*===================================================================================================================*/
/*===================================================================================================================*/
/*===== Designed Text START =========================================================================================*/
/*===================================================================================================================*/
/*===================================================================================================================*/

.design {
color:#666666;
font-size: x-small;
text-decoration:none;
}


.design a {
color:#666666;
font-size: x-small;
text-decoration:none;
}

.design a:hover {
color:#666666;
font-size: x-small;
font-weight:bold;
}

.design a:visited {
color:#666666;
font-size: x-small;
text-decoration:none;
}

.design a:link {
color:#666666;
font-size: x-small;
text-decoration:none;
}

/*===================================================================================================================*/
/*===================================================================================================================*/
/*===== Designed Text END ===========================================================================================*/
/*===================================================================================================================*/
/*===================================================================================================================*/

/*Class Align Right*/
.aRight {
right:auto;
}
