/*------------------------------------------------------------*/
/*----------HTML Tags----------*/

body {
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	font-family: Arial;
	line-height: 1.5;
	background: #FFFFCC url('images/background.jpg') repeat;
	color: #000000;
}

td {
	font-family: Arial;
	vertical-align: top;
}

th {
	font-family: Arial;
}

/*------------------------------------------------------------*/
/*----------Default Links----------*/

a:link {
	color: #9966CC;
	text-decoration: underline;
}

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

a:active {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #9966CC;
	text-decoration: underline;
}

/*------------------------------------------------------------*/
/*----------Text Headings----------*/

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}

/*------------------------------------------------------------*/
/*----------Container----------*/

.container {
	margin: 20px auto;
}

/*------------------------------------------------------------*/
/*----------Header----------*/

.header {
	background: url('images/headerBackground.jpg') no-repeat;
	height: 213px;
}

.headerPhoto {
	float: left;
	margin: 8px 0 0 10px;
	height: 192px;
	width: 290px;
}

.headerText {
	float: right;
	margin: 40px 40px 0 0;
	width: 400px;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #FFFFFF;
}

.headerTextSmall {
	font-size: 18px;
	color: #ADA8D3;
}

/*------------------------------------------------------------*/
/*----------Navigation----------*/

.navigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin: 0;
	padding: 0;
}

.navigation ul {
	margin: 0 0 0 -21px;
	_margin: 0 0 0 8px; /* for IE6 */
	*margin: 0 0 0 8px; /* for IE7 */
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
}

.navigation ul li {
	display: inline;
	list-style: none;
	margin: 0 0 0 30px;
	_margin: 0 30px 0 0; /* for IE6 */
	*margin: 0 30px 0 0; /* for IE7 */
}

.navigation a:link,
.navigation a:visited {
	color: #000000;
	text-decoration: none;
}

.navigation a:hover,
.navigation a:active {
	color: #ADA8D3;
	text-decoration: none;
}

/*------------------------------------------------------------*/
/*----------Body----------*/

.bodyBackground {
	background: url('images/bodyMiddle.jpg') repeat-y;
	padding: 20px 40px 20px 40px;
}

.h1Background {
	background: url('images/bodyBar.jpg') no-repeat;
	padding: 0 0 0 40px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
}

.photosRight {
	float: right;
	width: 250px;
	margin: 55px 0 20px 20px;
	border: 1px solid #000000;
}

/*------------------------------------------------------------*/
/*----------Home Page Table----------*/

.tableHeader {
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 15px 0;
}

/*------------------------------------------------------------*/
/*----------Footer----------*/

.footerLeft {
	float: left;
	width: 400px;
	margin: 10px 0 10px 10px;
	font-size: 9px;
	color: #333333;
}

.footerRight {
	float: right;
	width: 300px;
	margin: 10px 10px 10px 0;
	text-align: right;
	font-size: 9px;
	color: #333333;
}

.footerRight a:link,
.footerRight a:hover,
.footerRight a:active,
.footerRight a:visited {
	color: #333333;
	text-decoration: underline;
}