
body {
	min-width: 850px;
	margin: 0px;
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Tahoma,"Trebuchet MS", Helvetica, sans-serif;

}

A:link { font-size: 12pt; color:#002389; }
A:visited { font-size: 12pt; color:#002389; }
A:active { font-size: 12pt; color:#002389; }
A:hover { font-size: 12pt; color:#000000; }

td { font-size: 12pt; }

#header {
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}

#header h1 {
	margin: 0px;
	padding: 10px 0px 2px 0px;
	font-size: 36pt;
	font-weight: normal;
	background-image: url("images/top_right.jpg");
	background-position: center right;
	background-repeat: no-repeat;
}

#header h2 {
	margin: 0px auto;
	padding: 5px 35px 0px 0px;
	height: 23px;
	background-color: #011992;
	background-image: url("images/upper_left_blue.gif");
	background-position: center left;
	background-repeat: no-repeat;
	text-align: right;
	color: white;
	font-style: italic;
	font-size: medium;
	font-weight: bold;
}

#header h3 {
	margin: 0px auto;
	padding: 2px 0px 0px 350px;
	height: 46px;
	background-image: url("images/above_nav.gif");
	background-position: center left;
	background-repeat: no-repeat;
	font-weight: bold;
}

.pageSubject {
	font-size: 20pt;
}

.doubleLine {
	font-size: small;
}

#navBar {
    /*
    	z-index: 4;
	overflow: auto;
    	display: inline;*/
	/*position: absolute;*/
	float: left;
	margin: 0px auto;
	padding: 15px 0px 0px 0px;
	width: 159px;
	background-color: black;
}

.navButton {
	margin: 10px auto;
	padding: 5px 0px 5px 0px;
	width: 100px;
	height: 20px;
	background-color: white;
	text-align: center;
}

.navButton a:link, .navButton a:visited, .navButton a:active, .navButton a:hover {
        text-decoration: none;
}

.navImage {
	float: left;
	padding: 10px 0px 15px 0px;
}

.container {
	width: 100%;
}

.info {
	min-height: 427px;
	margin: 0px 30px 0px 180px;
	padding: 15px 20px 20px 20px;
	font-style: normal;
	line-height: normal;
}

.bubble {
	margin: 0px 20px 0px 310px;
	padding: 15px 20px 20px 20px;
	color: #002389;
	border-style: solid;
	min-height: 400px;
	border-width: thick;
	border-color: #002389;
	background-color: #B5BCDF;
	border-top-width: 20px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;

}

.splitImgs {
	min-width: 404px;
	min-height: 155px;
	padding: 10px 10px 10px 10px;
}

.split {
	float: left;
	margin: 0px auto;
	width: 50%;
}

.question {
	margin: 0px 10px 0px 10px;
	padding: 10px;
}

.answer {
	margin: 0px 10px 0px 50px;
	padding: 10px;
	font-style: italic;
}

.aside {
	position: absolute;
	z-index: -1;

	width: 360px;

	margin: 0px auto;
	padding: 0px 0px 0px 190px;
	float: left;
}


#footer {
	clear: both;
	margin: 0px auto;
	padding: 5px 35px 0px 0px;
	height: 23px;
	background-color: #011992;
	text-align: right;
	color: white;
	font-style: italic;
}

.tubs {
	width: 80%;
	float:left;
}

.tub {
	border-top: 3px solid black;
	padding: 0px 0px 30px 5px;
	margin: 0px auto;
	width: 32%;
	float: left;
}

.tubRow {
	width: 100%;
	float:left;
}

/*
.tubImage {
	height: 110px;
	min-width: 115px;
}
*/

.tubImage {
	float: left;
    	width: 110px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.tubTitle {
    	text-align: center;
    	width: 100%;
	margin: 15px 0px 15px 0px;
	font-weight: bold;
}

* html .info {
	height: 427px;
}

* html .body {
	height: 1000px;
}

* html .splitImgs {
	height: 155px;
	width: 404px;
}



