/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
	color: #1F4369;
}


/* Start top level declarations */

#banner {
	top: 0px;
	left: 0px;
	background-image: url('../images/bg_banner.gif');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	width: 100%;
	margin: 0px;
}

#banner2 {
	background-image: url('../images/btm_banner.gif');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	width: 100%;
	margin: 0px;
}

/* End Top Banner Declarations */
/* Start mid section declarations */

#nav {
	position: relative;
	top: 0px;
	left: 0px;
	width: 153px;
	height: auto;
	background-image:url('../images/bg_nav.gif');
	background-repeat:repeat-y;

}

#whatsNew {
	width: 160px;
	background-color: #30577F;
	border-width: 3px 0px 3px 3px;
	border-style: solid;
	border-color: #FCDC08;
	color: #ffffff;
	padding: 5px;
	font-size: 9pt;
	vertical-align: top;
}

#whatsNew h1 {
	font-size: 12pt;
	display: block;
	border-width: 0px 0px 3px 0px;
	border-style: solid;
	border-color: #ffffff;
	text-align:center;
	margin-top: 0px;
	color: #ffffff;

}

#whatsNew a {
	color: #FFFFFF;
	text-decoration: none;
}

#whatsNew a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


h1 {
	font-size: 12pt;
	font-weight:bold;
	color: #456E9B;
	}
	
h4 {
	color: #456E9B;
	font-weight: bold;
	font-size: 10pt;
}


a:link {
	color: #000066;
}

a:visited {
	color: #636363;
}

a:hover {
	color: #636363;
	text-decoration: none;
}



/* End mid section declarations */

/*  Start BTM Declarations */

#btmBanner {
background-image: url('/images/bg_btm_banner.gif');
background-repeat: repeat-x;
}

#btmCurve {
background-image: url('/images/btm_curve.gif');
background-repeat: repeat-none;
}

.copyright {
	font-size: 8pt;
	color: #ffffff;
	text-align:right;
	padding-right: 10px;

}

.design a {
	font-size: 8pt;
	color: #ffffff;
	text-align:left;
	text-decoration: none;
}

.siteBy a {
	display: block;
	font-size: 8pt;
	color: #ffffff;
	margin-left: 5px;
	text-decoration: none;
}

.siteBy a:visited {
	color: #ffffff;
	}

sup {
	font-size: 6pt;
}

