/* CSS Document */

* {
margin: 0;
padding: 0;
}

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333333;
background-color: #E5E5E5;
}

h1{
font-size: 16px;
padding: 5px 0 0 0;
color: #333333;
}

h2 {
font-size: 12px;
padding: 5px 0 0 0;
color: #333333;
}

p {
	padding: 5px 0;
	margin: 0 3px 0 0;
	font-size: 12px;
	text-align: justify;
}

li {
font-size: 12px;
font-weight: bold;
list-style-type: none;
padding: 10px 0;
color: 0000FF;
}

#container {
width: 920px;
height: auto;
margin: 0 auto;
}

#title {
width: 920px;
height: 130px;
background-image: url(images/titleArea.jpg);
background-repeat: no-repeat;
}

#hNavBar {
width: 898px;
height: 20px;
padding: 0 10px 0 12px;
background-image: url(images/hNavBar.jpg);
background-repeat: no-repeat;
}

#mainArea {
width: 920px;
height: auto;
background-image: url(images/mainBgr.jpg);
background-repeat: repeat-y;
}

#footer {
width: 920px;
height: 65px;
background-image: url(images/footer.jpg);
background-repeat: no-repeat;
}

#leftPane {
width: 210px;
height: auto;
padding: 0 0 0 10px;
float: left;
}

#mainContent {
width: 675px;
height: auto;
padding: 10px 15px 0 0;
float: right;
}

.floatRight {
	float: right;
	margin: 0 0 0 10px;
}

.clear {
clear: both;
font-size: 4px;
}

#topNavArea li {
	list-style: none;
	display: inline;
}

.topNavBtn {
	width: 140px;
	height: 20px;
	position: relative;
	float: left;
	white-space: nowrap;
	display: block;
	margin: 0px 4px 0px 4px; 
	padding: 0;
	background-image: url(images/topNavBtnDown.jpg);
	background-repeat: no-repeat;
}

.topNavBtn a {
	display: block;
	width: 140px;
	height: 20px;
	float: left;
	text-decoration: none;
}

.topNavBtn span {
	width: 140px;
	height: 14px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 3px;
	cursor: pointer;
	color: #000066;
	font-weight: bold;
	text-align: center;
}

.topNavBtn img {width: 140px; height: 20px; border: 0px; }
.topNavBtn a:hover {visibility:visible}
.topNavBtn a:hover img{visibility:hidden}
.topNavBtn a:hover span {color: #0000CC;}


.leftMenuBtn {
	width: 210px;
	height: 41px;
	position: relative;
	display: block;
	margin: 0; 
	padding: 0;
	background-image: url(images/sideMenuBtnDown.jpg);
	background-repeat: no-repeat;
}

.leftMenuBtn a {
	display: block;
	width: 210px;
	height: 41px;
	float: left;
	text-decoration: none;
}

.leftMenuBtn span {
	width: 165px;
	height: auto;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 35px;
	top: 6px;
	cursor: pointer;
	color: #000033;
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
	text-align: left;
}

.alt1 .leftMenuTopTagB {
	background-image: url(images/alt1SideMenuTop.jpg);
}

.alt1 .leftMenuBtn {
	background-image: url(images/alt1SideMenuBtnDown.jpg);
}

.alt1 .leftMenuBtn a:hover span {color: #660099;}

.alt2 .leftMenuTopTagB {
	background-image: url(images/alt2SideMenuTop.jpg);
}

.alt2 .leftMenuBtn {
	background-image: url(images/alt2SideMenuBtnDown.jpg);
}

.alt2 .leftMenuBtn a:hover span {color: #af005a;}

.leftMenuBtn img {width: 210px; height: 41px; border: 0px; }
.leftMenuBtn a:hover {visibility:visible}
.leftMenuBtn a:hover img{visibility:hidden}
.leftMenuBtn a:hover span {color: #0000CC;}

.copy :link, .copy :visited {
	color: #CCCCCC;
	text-decoration: none;
}
.copy :link:hover, .copy :visited:hover {
	color: #333333;
	list-style-image: url(images/bullet2.jpg);
}
.copy :link:active, .copy :visited:active {
	color: #CCCCCC;
}

.homePageAdBlock {
	width: 225px;
	height: 180px;
	float: right;
}

.notes {
	margin: 5px 0 5px 5px;
	padding: 5px;
	width: 280px;
	height: auto;
	float: right;
	border: #66CCFF 1px solid;
}

.blue {
	color: #0000FF;
	font-weight: bold;
}

.bigRedText {
	color:#FF0000;
	font-size: 12px;
	font-weight: bold;
}

.italic{
font-style:italic;
}