/***********************************************/
/* threeCol_leftNav.css                             */
/* Use with template threeCol_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	padding: 0px;
	background-color: #000000;
	text-align: center;
	min-height: 600px;
	display: block;
}
.logo {
	height: 29px;
	width: 39px;
	margin: 10px;
	display: block;
	position: relative;
	left: 30px;
	border: none #FFFFFF;
}
.logo a {
	border: none #FFFFFF;
}
.logoLeft {
	height: 29px;
	width: 39px;
	margin: 10px;
	display: block;
	position: relative;
	left: 30px;
	clear: both;
	float: left;
	color: #FFFFFF;
}
.logoRight {
	height: 29px;
	width: 39px;
	margin: 10px;
	display: block;
	position: relative;
	left: 30px;
	clear: right;
	float: right;
}
p {

	margin: 0px;
	font-size: small;
	padding: 0px;
}
a{
	color: #006699;
	text-decoration: none;
	overflow: hidden;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 120%;
	color: #006699;
	padding: 10px 0px;
	margin: 0px;
	text-align: center;
}

h2{
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	padding: 0px;
	margin: 10px 0px;
	background-color: #006699;
	text-align: center;
}

h3{
	font-family: Arial,sans-serif;
	font-size: 100%;
	color: #006699;
	padding: 0px;
	margin: 10px 0px;
	text-align: center;
}

h4{
	font-family: Arial,sans-serif;
	font-size: 100%;
	color: #006699;
	padding: 10px 0px;
	margin: 0px;
	text-align: center;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 90%;
 color: #006699;
 padding: 10px 0px;
 margin: 0px;
 text-align: center;
}

h6{
 font-family: Verdana,Arial,sans-serif;
 font-size: 90%;
 color: #006699;
 padding: 10px 0px;
 margin: 0px;
 text-align: left;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: circle;
}
li img {
	display: table-cell;	
}
label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#page{
	padding:0;
	width: 800px;
	background-color: #FFFFFF;
	margin: 0 auto;
}



.row{
	width: 800px;
	background-color: #FFFFFF;
	display: block;
	height: 100%;
}
.threeColCenter {
	position: static;
	display: inline;
	background-color: #FFFFFF;
	float: left;
	height: 100%;
	clear: none;
	width: 494px;
	margin:0px;
	padding: 0px;
}
.threeColRight {
	width: 150px;
	position: static;
	display: inline;
	float: right;
	background-color: #FFFFFF;
	text-align: left;
	height: 100%;
	clear: right;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.threeColLeft {
	width: 150px;
	position: static;
	display: inline;
	float: left;
	background-color: #FFFFFF;
	text-align: left;
	height: 100%;
	clear: both;
	margin: 0px;
	padding: 0px;
}

/***********************************************/
/* Components                                  */
/***********************************************/
#banner {
	width: 800px;
	display: block;
	height: 100px;
	padding: 0px;
	margin: 0px;
}
#banner img{
	width: 100%;
	display: block;
	height: 100%;

}

#navBar{
	padding: 0px;
	background-color: #900028;
	width: 800px;
	display: block;
	text-align: center;
}
.navBox a {
	font-size: 90%;
	display: inline;
	color: #FFFFFF;
	padding: 0px;
}
.navBox {
	position: relative;
	display: inline;
	padding: 0px;
	margin-left: 30px;
	margin-right: 30px;
}
.navForm {
	position: relative;
	display: inline;
	padding: 0px;
	margin-left: 30px;
	margin-right: 0px;
	color: #FFFFFF;
}
.content{
	padding: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
.content a {
	padding: 0px;
	margin: 0px;
}
.content p{
	margin: 0px;
	padding: 10px 0px 0px;
	text-align: justify;
}
.content li{
	font-size: small;
	list-style-type: disc;
}


#footer {
	bottom: 0px;
	position: static;
	text-align: center;
	background-color: #FFFFFF;
	height: 150px;
	width: auto;
	clear: both;
}
#footer p {
	font-size: x-small;
	margin: 10px;
	height: auto;
	width: auto;
}

.linksRelated{
	padding: 0px 0px 10px 10px;
	margin: 0px;
	display: block;
	color: #006699;
}
.linksRelated h3{
	padding: 0px;
	margin: 0px;
}
.linksRelated p{
	color: #006699;
}
.linksRelated a:link,
.linksRelated a:visited {
}
.mission {
	text-align: justify;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	width: auto;
	display: block;
	margin-top: 10px;
}
.mission p{
	margin: 10px;
}
.figure {
	border: thin solid #006699;
	background-color: #006699;
	display: block;
	margin-right: 10px;
	margin-left: 10px;
	left: 90px;
	width: 300px;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
}
.figurehead {
	background-color: #006699;
	display: block;
	color: #FFFFFF;
	padding: 10px;
	font-weight: bold;
	margin: 0px;
}
.figurerow {
	color: #006699;
	background-color: #FFFFFF;
	padding: 10px;
	display: block;
}
.image {
	display: block;
	width: 50%;
	text-align: center;
}
.formBox{
	position: static;
	font-size: small;
	margin: 0px;
	padding: 0px;
	display: table-cell;
	clear: none;
	float: none;
	width: 100%;
	height: auto;
}
.formBoxLeft{
	float: none;
	position: static;
	font-size: small;
	clear: none;
	margin: 0px;
	padding: 0px;
	display: table-cell;
	height: auto;
	width: auto;
}
.formBoxLeft p{
	margin: 0px;
	padding: 0px;
}
.formBoxRight{
	float: right;
	position: relative;
	font-size: small;
	clear: both;
	margin: 0px;
	padding: 0px;
	display: table-cell;
	height: auto;
	width: auto;
}
.formBoxRight p{
	margin: 0px;
	padding: 0px;
}

.formRow {
	margin: 0px;
	padding: 0px;
	display: table-row;
	clear: both;
	float: none;
	height: auto;
	width: 490px;
	position: static;
}
div {
	margin: 0px;
	padding: 0px;
}
input {
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
	display: inline;
	height: auto;
}

.errMsg {
	color: #FF0000;
	font-size: small;
	font-style: normal;
}
th {
	text-align: center;
}
table {
	text-align: left;
	width: 100%;
	border: 0 none;
}

.meeting td, th{
}
.contentLeft {
	clear: none;
	float: left;
	position: relative;
	width: 48%;
	text-align: left;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
.contentRight {
	clear: none;
	float: right;
	position: relative;
	width: 48%;
	text-align: left;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
#contentRow {
	width: 800px;
	background-color: #FFFFFF;
	display: block;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

#navBar a {
	color: #FFFFFF;
}
.menublurb {
	display: block;
	padding:10px;
	bottom: 0px;
}
.menublurb img{
	width: 95%;
	display: block;
	text-align: center;
}
.menublurb p{
	font-size: x-small;
	color: #000000;
	bottom: 10px;
}
.getacro {
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
}
textarea {
	display: table-cell;
	width: 100%;
}
li a{
	/*display: table-row;*/
}
.maprow {
	display: block;
}
.searchcontent {
	padding: 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	overflow: hidden;
	width: 96%;
}
.searchcontent p {
	margin: 0px;
	padding: 10px;
}
.searchcontent h2 {
	padding: 0px 0px 5px;
	text-align: center;
}
.searchcontent img {
}
.contentCenter {
	position: relative;
	width: 96%;
	text-align: justify;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
td {
	text-align: left;
}
.bluebox{
	background-color: #006699;
	color: #FFFFFF;
	margin: 0px;
	padding: 10px;
	border: 0px none;
}
.bluetext {
	text-align:left;
	color: #006699;
}
.blacktext {
	text-align:left;
	color: #000000;
}
.newsitem {
	text-align: justify;
	width: 94%;
}
.palebluebox {

	background-color: #0099CC;
	color: #FFFFFF;
	margin: 0px;
	padding: 10px;
	border: 0px none;
}
.quote {
	font-style: italic;
	font-weight: bold;
	width: auto;
}
.quoteSig {
	font-weight: bolder;
	text-align: right;
}
.quoteText {
	font-weight: bold;
	text-align: right;
}
.galleryRow {
	width: auto;
}
.galleryPicRight {
	width: 235px;
	float: right;
	position: relative;
}
.galleryPicLeft {
	width: 235px;
	float: left;
	position: relative;
}
.studentInfo {
	width: auto;
	display: inline;
}
.studentInfo a{
	width: auto;
	display: list-item;
}
.studentInfo img{
	width: 100px;
	display: block;
}
.studentRow {
	width: auto;
	display: block;
}
.studentContentRight {
	float: right;
	position: relative;
}
.studentPicLeft {
	width: 100px;
	float: none;
	position: relative;
	display: table-cell;
}

.logoTable {
	background-color: #FFFFFF;
	border: 1;
}
.logoTable img {
	width: auto;
	border: 0px none;
	margin: 0px;
	padding: 0px;
}
.galleryPicCenter {
	background-color: #FFFFFF;
	border: 1;
}
.galleryPicCenter img {
	width: auto;
	/*border: 0px 1;*/
	/*margin: 10px;*/
	padding: 10px;
}
