@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
	background-image: url(../images/bkgnd.gif);
	background-repeat: repeat-x;
}
.oneColElsCtr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	vertical-align: middle;
}
.oneColElsCtr #mainContent {
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* NAVIGATION ******************************************************** */

.nav {
	color: #FFFFFF;
	width: 800px;
	height: 60px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	/* background-color: #2a2a2a; */
	margin-top: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#nav a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

/* HEADER ******************************************************** */

#header {
	width: 750px;
	height: 75px;
	background-image: url(../images/divider.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
}

/* BODY CONTENT ******************************************************** */

#mainBody {
	width: 750px;
	height: 400px;
	background-image: url(../images/bkgnd-photo-01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#mainLeft {
	width: 500px;
	height: 400px;
}

/* FOOTER ******************************************************** */

#footer {
	width: 750px;
	height: 50px;
	background-image: url(../images/divider.jpg);
	background-repeat: no-repeat;
	background-position: top;
}


/* TEXT ******************************************************** */

.titleText {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
.bodyText {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
.introText {
	color: #FFFFFF;
	font-size: 14px;
	font-style: italic;
	font-weight: regular;
	font-family: "Times New Roman", Times, serif;
	line-height: 24px;
}
.footerText {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.emailText {
	color: #FFFFFF;
	font-size: 14px;
	font-style: italic;
	font-weight: regular;
	font-family: "Times New Roman", Times, serif;
	line-height: 24px;
	text-decoration:underline;
}
.emailText:hover {
	color:#0033CC;
}
.thumbnail {
	width:75px;
	height:75spx;
	float: left;
}
