/* CSS Document */

/* CSS ZEROING DEFINITIONS */

body, div, dl, dt, dd, li, pre,
form, fieldset, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; }
 
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }
 
address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }
 
ol, ul { list-style: none; margin: 0; padding: 0; }
 
table { border-collapse: collapse; border-spacing: 0; } 
caption, th { text-align: left; font-weight: normal; font-style: normal; }
 
acronym, abbr, fieldset, img { border: 0;}
 
:focus { outline: 0; }

/* CSS ZEROING DEFINITIONS */body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #2d2d2d;
	text-align: center;
}
#header {
	background-image: url(../../gfx/header.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 194px;
	text-align: center;
}
#header #logoStrip {
	width: 781px;
	margin-right: auto;
	margin-left: auto;
	height: 194px;
	background-image: url(../../gfx/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
}
#contentWrapper #content {
	padding-left: 40px;
	text-align: left;
	width: 480px;
}
#contentWrapper #navigation {
	float: right;
	width: 200px;
	padding-top: 2px;
	padding-right: 40px;
}

#contentWrapper #content p {
	color: #333333;
	font-size: 90%;
	line-height: 1.6em;
	padding-bottom: 1.5em;
}
#contentWrapper #content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #2770aa;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D5D5;
	padding-bottom: 7px;
	margin-bottom: 7px;
}
#contentWrapper #content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #2770aa;
	padding-bottom: 7px;
}

#contentWrapper #navigation ul {
	text-decoration: none;
	margin: 0px;
}
#contentWrapper #navigation li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#contentWrapper #navigation a {
	font-size: 100%;
	color: #2770aa;
	text-decoration: none;
	display: block;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
}
#contentWrapper #navigation a:hover {
	font-size: 100%;
	color: #2770aa;
	text-decoration: none;
	display: block;
	background-color: #E3DFDF;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
}
#headerStrip {
	width: 781px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 35px;
	padding-left: 0px;
	margin: 0px;
	background-color: #01538F;
}
#footer #pageBottom {
	width: 804px;
	margin-right: auto;
	margin-left: auto;
}
#footer #footerContent {
	font-size: 80%;
	line-height: 1.6em;
	color: #FFFFFF;
}
#footer #footerContent a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer #footerContent a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#contentWrapper {
	width: 781px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../../gfx/wrapperBackground.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: left;
}
fieldset {
	border: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
legend {
	font-size: 120%;
	background-color: #edebeb;
	padding-right: 10px;
	padding-left: 10px;
	color: #2770aa;
	margin-bottom: 20px;
}
.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #F7F7F7;
	padding: 5px;
	border: 2px solid #C7DBEB;
}
.captcha {
	background-color: #E6E6E6;
	padding: 15px;
	border: 1px solid #999999;
}
#contentWrapper #content ul {
	list-style-type: circle;
	color: #333333;
	list-style-position: inside;
	font-size: 90%;
	line-height: 1.6em;
	margin-bottom: 1.6em;
}
#contentWrapper #content li {
	padding-left: 15px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.imageRight {
	float: right;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
}
.imageOutlinedRight {
	float: right;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
	border: 6px solid #FFFFFF;
}
#gallery ul {
	list-style-type: none;
}
#gallery li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
	background-position: center top;
}
#gallery img {
	margin: 5px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
#gallery {
	text-align: center;
	vertical-align: top;
}.clearMe {
	clear: both;
}

