body {
	margin: 0px;
	padding: 0px;
	background-color: #ecedf4;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	position: relative;
	background-image: url(images/backgroundDrop.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#topMargin {
	background-color: #ECEDF4;
	clear: both;
	height: 24px;
	width: 100%;
	position: fixed;
	top: -10px;
	background-image: url(images/topMargin.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#container {
	background-color: #163C6B;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: static;
	overflow:auto;
	border: 1px solid #7C7B80;
	padding: 0px;
}
#navigation {
	background-color: #163C6B;
	float: left;
	height: 400px;
	position: fixed;
	color: #FFFFFF;
	padding-top: 0px;
	background-image: url(images/navigation.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #163C6B;
	width: 149px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#container #navigation ul {
	position: relative;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 149px;
}
#container #navigation li {
	color: #FFFFFF;
	list-style-type: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #163C6B;
	background-color: #b71322;
	background-image: url(images/button2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}


#container #navigation a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
	display: block;
}
#container #navigation a:hover {
	text-decoration: underline;
	font-weight: bold;
	font-size: 100%;
}
#container #navigation #buttons p {
	padding-right: 6px;
	padding-left: 6px;
}



#header {
	background-color: #163C6B;
	float: right;
	width: 526px;
	color: #FFFFFF;
	font-size: 30px;
	font-weight: bold;
	padding-right: 12px;
	padding-left: 12px;
	background-image: url(images/titleBg3.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 42px;
	padding-top: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
}
#content {
	background-color: #ffffff;
	float: right;
	width: 526px;
	padding: 12px;
	line-height: 1.3em;
}
#footer {
	background-color: #b71322;
	float: right;
	width: 526px;
	clear: both;
	padding: 12px;
	text-align: center;
	background-image: url(images/footerBg2.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	color: #FFFFFF;
	font-size: 80%;
	line-height: 1.4em;
}
#footer a {
	color: #FFFFFF;
}
#footer a:visited {
	color: #CCCCCC;
}
#footer a:hover {
	color: #0000FF;
}



.centeredImg {
	border: 4px solid #660317;
	text-align: center;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.rightImg {
	text-align: center;
	clear: none;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	float: right;
	font-size: 80%;
	color: #FFFFFF;
	background-color: #660317;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #660317;
	border-right-color: #660317;
	border-bottom-color: #660317;
	border-left-color: #660317;
	margin-top: 20px;
}
.rightImg a {
	color: #FFFFFF;
	text-decoration: underline;
}
.rightImg a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.rightImg a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}

.staffImg {
	text-align: center;
	clear: none;
	float:left;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 80%;
	color: #FFFFFF;
	background-color: #660317;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 2px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #660317;
	border-right-color: #660317;
	border-bottom-color: #660317;
	border-left-color: #660317;
}
.staffImg a {
	color: #FFFFFF;
	text-decoration: underline;
}
.staffImg a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.staffImg a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}




h1 {
	font-size: 140%;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#container #content .rightImg img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

