* {
margin:0; padding:0;
}

/* Standard Stuff */

body {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat-x;
}

p {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: normal;
	text-align: left;
	margin-top: 2px;
}
ul {
	text-align: left;
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 15px;
	line-height: 16px;
}
li {
	font-size: 14px;
	text-align: left;
}
li.last {
	margin-bottom: 15px;
}

h1 {
	font-size: 0px;
	font-weight: bold;
	text-align: center;
	visibility: hidden;
}

h2 {
	font-size: 0px;
	font-weight: bold;
	text-align: center;
	visibility: hidden;
}
h3 {
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	color: #001A65;
	white-space: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	color: #001B6B;
	white-space: normal;
}
a:link {
	color: #001A65;
	text-decoration: underline;
}

a:visited {
	color: #00196C;
	text-decoration: underline;
}

a:hover {
	color: #001D70;
	text-decoration: underline;
}

a:active {
	color: #041D6B;
	text-decoration: underline;
}

/* layout DIV's */

#wrapper {
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navigation {
	width: 900px;
	background-color: #a1dcea;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	height: 23px;
	margin-right: 1px;
	margin-left: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
}
#breadcrumb {
	width: 800px;
	height: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-indent: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C8C8C8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #ececec;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer {
	width: 90%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: left;
}
#footer p {
	font-size: 10px;
	line-height: 12px;
}
#header {
	height: 155px;
	width: 900px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
}
#content {
	padding: 20px;
	min-height:330px;
	width: 860px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#right {
	padding-left: 30px;
	float: right;
	height: 300px;
	width: 350px;
	background-color: #CCCCCC;
}
#navlist {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
	margin-bottom: 5px;
}
#navlist li {
	display:inline;
	padding:0 .9em;
	border-right:1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#navlist li.last {
	border:none;
}
#navlist a {
	color:#001C67;
	text-decoration:underline;
}
#navlist a:hover {
	color:#0f2f83;
	text-decoration:underline;
}
#styleSwitcher {
	width: 150px;
	text-align: center;
	margin: 0px;
	float: right;
	position: relative;
	display: inline;
	clear: both;
	top: -22px;
}
#styleSwitcher a {
	color: #ECECEC;
}
#validator {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-size: 10px;
	text-align: center;
}
#gallery {
	float: right;
	margin-left: 50px;
	text-align: center;
	margin-bottom: 50px;
}
#gallery a{
	color: #FFF;
}

/* Random Styles */

.slideshowText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #001E6F;
	text-align: center;
}
.align-right { float:right; margin: 0 0 15px 15px; }.align-left {
	float:left;
	margin-top: 0;
	margin-right: 15;
	margin-bottom: 15px;
	margin-left: 0px;
}
