html {
}
body {
	min-width: 800px;
	margin: 50px;
	background-color: #174A6E;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-family: "Lucida Sans Unicode", Arial;
	font-size: 24px;
	margin: 5px 0px;
	padding: 0px;
	color: #00711A;
	line-height: 1.6;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.6;
	margin: 0px 5px;
	padding: 0px;
}

p {
	margin: 10px 5px;
	padding: 0px;
	line-height: 1.6;
}
ul, ol {
	line-height: 1.6;
}
li {
	margin: 8px 0px;
}
a {
	color: #009900;
	text-decoration: none;
}
a:visited {
	color: #009900;
}
a:hover {
	color: #000066;
	text-decoration: underline;
}

blockquote {
	margin-left: 15px;
	margin-right: 10px;
}
div.PhotoPopup {
	position: absolute;
	visibility: hidden;
	background-color: #BBBBBB;
	z-index: 5;
	border: 3px solid #CCCCCC;
}
div.PhotoPopup img {
	margin: 25px 25px 5px 25px;
	border: 3px solid #CCCCCC;
}
div.PhotoPopup p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000099;
	margin: 0px 25px 15px 25px;
	padding: 0px;
}


div.LeftEdge {
	background-color: #FFFFFF;
	width: auto;
	background-image: url(../layout/left-edge.gif);
	background-repeat: repeat-y;
	z-index: 1;
}
div.RightEdge {
	background-image: url(../layout/right-edge.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: auto;
}

div.wrapper {
	margin: 0px 7px;
}

div.header {
	z-index: 10;
	display: block;
	position: relative;
	background-color: #CCCC99;
	background-image: url(../layout/header-bg.jpg);
	background-repeat: no-repeat;
}
div.logo {
	height: 100px;
	background-image: url(../layout/top-edge.gif);
	background-repeat: repeat-x;
	background-position: top;
	position: relative;
}
div.HeaderCorners {
	position: relative;
	height: 20px;
}

div.menu {
	z-index: 10;
	height: 35px;
	background-color: #0037CA;
	border-top: 1px solid #FFFFFF;
	position: relative;
}
div.contentwrapper {
	position: relative;
	margin: 15px;
	z-index: 5;
}
div.content {
	width: 66%;
	margin-bottom: 15px;
	float: left;
	clear: left;
	position: relative;
}
div.fullcolumn {
	margin-bottom: 15px;
	/*float: left;
	clear: left;*/
	position: relative;
}

div.content table.table {
	width: 100%;
}
div.content table.table td {
	padding: 5px;
}

div.column {
	width: 33%;
	float: right;
	margin-bottom: 15px;
}
div.images {
	text-align: center;
}

img.thumbnail {
	margin: 5px;
	padding: 2px;
	border: 3px solid #C2FF9D;
}
a:hover img.thumbnail {
	border-color: #0037CA;
}




div.footer {
	clear: both;
	position: relative;
	border-top: 2px solid #0037CA;
	background-color: #DDE0FF;
}
div.FooterContent {
	position: relative;
}
div.FooterContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 4px;
	padding: 0px;
	color: #4D6388;
	line-height: normal;
}

table.FooterData {
	margin: 0px;
	padding: 0px;
	width: 375px;
}
table.FooterData td {
	padding: 5px;
}
div.FooterBottom {
	height: 19px;
	position: relative;
	background-image: url(../layout/bottom-edge.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

div.column h1 {

	font-family: "Lucida Sans Unicode", Arial;
	font-size: 16px;
	margin: 5px 0px;
	padding: 0px;
	color: #000066;
}
div.column p {
	line-height: 13pt;
}
