/* CSS Document */
html body {
	background-color:#FFFFFF;
	font-family: "Century Gothic", Tahoma, Geneva, sans-serif;
	}

#wrapper {
	margin: 5px 0px 0px 5px;
	width: 1024px;
	}	

#signOut {
	margin: 28px 0px 0px 150px;
	float: left;
	}
	
#logo {
	height:176;
	width:333;
	float: left;
	margin: 0 0 0 0px;
	}
	
hr {
	margin: 0px 0px 0px -175px;
	width: 819px;
	float: left;
	}
	
#naviBar {
	float: left;
	height:42px;
	width:822px;
	/* margin:top px right px bottom px left px; */
	margin: -75px 0px 0px 155px;
	}
	
#naviLinks {
	margin: -52px 0 0 25px;
	font-family: "Century Gothic";
	font-size:18px;
	color:#FFFFFF;
	}

#naviLinks a {
	font-family: "Century Gothic";
	font-size:16px;
	text-decoration: none;
	color:#FFFFFF;
	}

#contentBox {
	background-image: url(images/contentBox.jpg);
	background-repeat: no-repeat;
	float: left;
	margin: -25px 0px 0px 155px;
	width: 822px;
	height: 419px;
	}
	
#contentBigBox {
	/* background-image: url(images/contentBoxLRG.jpg); */
	background-repeat: no-repeat;
	float: left;
	/* margin:top px right px bottom px left px; */
	margin: -25px 0px 0px 155px;
	width: 822px;
	height: 917px;
	}
	
#content {
	margin: 10px 65px 0px 10px;
	float: left;
	}
	
#contentBoxNoNav {
	background-image: url(images/contentBox.jpg);
	background-repeat: no-repeat;
	float: left;
	/*
	margin: -75px 50px 50px 155px;
	width: 822px;
	height: 419px;
	*/
	margin: -75px 0px 0px 155px;
	width: 822px;
	height: 419px;
	
	}


.page_design {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.top_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	text-align: center;
}
.table_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0366FF;
	text-align: center;
}
.table_subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0366FF;
	text-align: center;
}  
.table_subtitle a {
	font-family: "Century Gothic";
	font-size:16px;
	text-decoration: none;
	color:#FFFFFF;
}


.table_heading {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}
.table_body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
}
.bullets {
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: url(../pics/light_bulb_s.gif);
}
.small_text {
	font-size: small
}
a {
	text-decoration: none;
	border-style: none;
}

a:hover {
	position: relative;
}

a span {
	display: none;
}

a:hover span {
	display: block;
   	position: absolute; top: 10px; left: 40px;
	/* formatting only styles */
   	padding: 5px; margin: 10px; z-index: 100;
   	background: #f0f0f0; border: 1px dotted #c0c0c0;
	width: 300;
	opacity: 0.9;
	/* end formatting */
}

