@charset "utf-8";
/* CSS Document */

html, body, div, span, object, iframe, ul, li, h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
}body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #010c88;
}
h1 {
	font-size: 16px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 10px;
}
h2 {
	font-size: 14px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 5px;
}
h3 {
	font-size: 14px;
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 5px;
}

.clrlft {
	font-size: 1px;
	clear: both;
}



#container {
	text-align: center;
	height: auto;
	width: 971px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#names {
	height: auto;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
#profiles {
	height: 200px;
	width: 845px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
.leftfloat {
	margin: 5px;
	float: left;
}
#profileTitles {
	height: 30px;
	width: 100%;
	clear: both;
}
#profileTitles ul {
	list-style-type: none;
}
#profileTitles li {
	color: #000;
	float: left;
	margin-left: 10px;
	margin-right: 20px;
}
#profileTitles a {
	text-decoration: none;
	color: #333;
}
#profileTitles a:hover {
	color: #010C88;
}
.clrfloat {
	clear: both;
}


#staffjob {
	float: left;
	width: 150px;
}
#staffname {
	float: left;
	width: 150px;
}




#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 137px;
	width: 971px;
}
#menu {
	height: 31px;
	width: 971px;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
}
#menul {
	background-image: url(../images/navl_bg.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 31px;
	width: 6px;
}
#menur {
	background-image: url(../images/navr_bg.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 31px;
	width: 7px;
}
#menu ul {
	list-style-type: none;
}
#menu li {
	float: left;
	padding-left: 45px;
	line-height: 2em;
	text-decoration: none;
}
#menu a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #010c88;
	font-weight: bold;
}
#menu a:hover {
	color: #000;
}

#content {
	height: auto;
	width: 971px;
	background-color: #FFF;
	padding: 5px;
}

#content h2 a {
	color: #333;
	text-decoration: none;
}
#content h2 a:hover {
	color: #999;
}

#col1 {
	float: left;
	height: auto;
	width: 32%;
	padding-right: 5px;
	padding-left: 5px;
	text-align: justify;
}
#col2 {
	float: left;
	height: auto;
	width: 32%;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000;
	padding-right: 5px;
	padding-left: 5px;
	text-align: justify;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000;
}
#col3 {
	float: left;
	height: auto;
	width: 32%;
	padding-right: 5px;
	padding-left: 5px;
	text-align: justify;
}
#fbook {
	height: 60px;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
}

#footer {
	text-align: center;
	clear: left;
	height: 35px;
	width: 971px;
	line-height: 3em;
	color: #FFF;
	background-color: #010C88;
	margin-bottom: 20px;
}
#Calign {
	text-align: center;
	height: auto;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}
.cssform p{
	width: 70%;
	clear: left;
	margin: auto;
	padding: 5px 0 8px 0;
	/* [disabled]padding-left: 40px; */
	height: 1%;
}

.cssform label{
	font-weight: normal;
	float: left; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	margin: auto;
	text-align: left;
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 220px;
	margin: auto;
}

.cssform textarea{
	width: 220px;
	height: 100px;
	margin: auto;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#profilePage {
	padding: 5px;
	height: auto;
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#backbtn {
	float: right;
	height: 20px;
	width: 50px;
	clear: right;
}
#backbtn a {
	color: #F00;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}#kate {
	text-align: justify;
	height: auto;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
#kate img {
	padding: 5px;
}
#container {
	background-color: #FFFFFF;
}
