/* CSS Document */
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/headerBG.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	border: 2px solid #304095;
}/

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 36px;
	font-weight: bold;
	color: #ECB730;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-style: italic;
}
#blueBox {
	background-color: #829C9E;
	padding: 10px;
	width: 170px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	-moz-border-radius:2ex;
	-webkit-border-radius:2ex;
	color: #FFF;
	line-height: 1.3em;
}

h2 {
	font-size: 18px;
	color: #2F4095;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	color: #9C1734;
}

#leftBar {
	float: left;
	width: 230px;
	text-align: center;
}
#divContent {
	width: 680px;
	float: left;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#footer {
	clear: both;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
	background-image: url(images/bottomBar.jpg);
	background-repeat: no-repeat;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #6B859B;
	background-position: 0px 10px;
}
#header {
	height: 140px;
}


#footer #caption {
	font-size: 9px;
}
#footer #caption a {
	font-size: 9px;
	margin: 0px;
	padding: 0px;
}
#caption {
	margin-top: 10px;
}
#leftNav {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer a {
	font-size: 10px;
	color: #304095;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
#leftNav a {
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#leftNav a {
	font-size: 14px;
	font-weight: bold;
	color: #304095;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}
a:link, a:active, a:visited {
	font-weight: bold;
	color: #5F777E;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #9C1734;
}

.imageLeft {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.imageRight {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.imageLeftBordered {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 3px double #000;
}

.imageRightBordered{
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	border: 3px double #000;
}
.bordered{
	border: 3px double #000;
}

.imageCenter {
	display: block;
	border: 3px double #000;
	margin-right: auto;
	margin-left: auto;
}
img.imageCenter {
	display: block;
	border: 3px double #000;
	margin-right: auto;
	margin-left: auto;
}
.submit {
	font-size: 13px;
	color: #393D57;
	background-color: #E2DED9;
	border: 2px solid #ECB730;
	font-weight: bold;
}

