/* CSS Document */


body {
	margin: 0; /* 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 */
	color: #000000;
	background-color: #869bba;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../Images/BodyBackground.gif);
	background-repeat: repeat;
	
}
.H1Center {
	text-align: center;
}

.oneColFixCtrHdr #container {
	width: 780px;
	background: #FFFFFF;
	border: 1px solid #000000;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}
.oneColFixCtrHdr #header {
	background-color: #EAEAEA;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
}
#header p {
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; 
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin: 0px;
}
.oneColFixCtrHdr #footer {
	background-color: #EAEAEA;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	clear: both;
	font-size: .9em;
}
#footer p {
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	clear: both;
}
#footer ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#footer li {
	display: inline;
	font-weight: bold;
}
#footer li a {
	background-color: #EAEAEA;
	text-decoration: none;
	float: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	display: block;
	margin-left: 15px;
	text-align: center;
	font-size: 10px;
}
#footer li a:link, #footer li a:visited {
	color: #000000;
}
#footer li a:hover {
	background-color: #EAEAEA;
	color: #1C49FF;
	text-decoration: underline;
}
#Navigation {
	background-color: #EAEAEA;
	height: 50px;
	clear: both;
	font-size: 13px;
}
#Navigation ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#Navigation ul li {
	display: inline;
	font-weight: bold;
	color: #0200FE;
}
#Navigation a.current {
	background-color: #FFFFFF;
}
#Navigation a {
	border: 1px solid #000000;
	border-bottom: none;
	background-color: #CBD3DC;
	text-decoration: none;
	float: left;
	height: 33px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	display: block;
	margin-left: 10px;
	text-align: center;
	color: #0200FE;
}
#header p {
	font-size: 0.9em;
	padding-left: 10px;
	font-weight: bold;
}

#Navigation a:link, #Navigation a:visited {
	color: #000000;
}
#Navigation a:hover {
	background-color: #ECEFF2;
}
.fltLeft {
	float: left;
	clear: both;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.fltRight {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.padImg {
	padding: 0px;
	margin-right: 40px;
}
h1 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: cursive, Georgia, Arial, serif;
	color: #425675;
	font-size: 1.3em;
}

h2 {
	font-family: cursive, Georgia, Arial, serif;
	font-size: 1em;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	margin-top: 30px;
	color: #425675;
}
h3 {
	font-family: cursive, Georgia, Arial, serif;
	font-size: 0.9em;
	padding-bottom: 0px;
	margin-bottom: 10px;
	margin-top: 20px;
	padding-top: 0px;
	color: #425675;
}
h4 {
	font-size: 0.9em;
	color: #425675;
}

p {
	/*font-family: Geneva, Arial, Helvetica, sans-serif;*/
	font-size: .7em;
	line-height: 1.4em;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
ul {
	/*font-family: Geneva, Arial, Helvetica, sans-serif;*/
	font-size: .8em;
	line-height: 1.4em;
	list-style-type: disc;
	margin-top: 0px;
	margin-bottom: 0px;
}
.PictureTable {
	width: 700px;
	text-align: left;
	font-size: .7em;
	vertical-align: middle;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 1px solid #EAEAEA;
}
.PictureTable p {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}
caption {
	font-weight: bold;
	color: #425675;
	font-variant: small-caps;
	background-color: #EAEAEA;
	font-size: 1.4em;
}
.PictureTableSmaller {
	width: 85%;
	text-align: left;
	font-size: 0.8em;
	vertical-align: middle;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #EAEAEA;
}
.PictureTableSmaller td {
	padding-left: 20px;
}
.PictureTableSmaller th {
	padding-top: 15px;
	padding-left: 20px;
}


.PictureTableSmaller p {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}
.pickLink {
	text-decoration: none;
	border: none;
	border-width: 0px;
}
