body {
	background-image: url(images/top_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	background-color: #003466;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
h1 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	font-weight: normal;
	letter-spacing: -0.02em;
}

a:link{
color:#66CCCC;
}


.content {
	
}
.content a:link{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BEEDF1;
	text-decoration: none;
}
.content a:active{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BEEDF1;
	text-decoration: none;
}
.content a:hover{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EBEEF1;
}
.content a:visited{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BEEDF1;
	text-decoration: none;
}

.right_image {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.left_image {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.left_image_border {
	float: left;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

h2 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #BEEDFF;
}


h3 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: white;
}

#navcontainer {
	width: 236px;
	background-image: url(images/nav_bottom_border.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
}

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0em;
}

#navcontainer a
{
	display: block;
	width: 216px;
	background-color: #036;
	border-bottom: 0;
	height: 38px;
	padding-right: 0px;
	padding-left: 20px;
	vertical-align: middle;
	padding-bottom: 0px;
	padding-top: 18px;
}

#navcontainer_tall a
{
	display: block;
	width: 216px;
	background-color: #036;
	border-bottom: 0;
	height: 48px;
	padding-right: 0px;
	padding-left: 20px;
	vertical-align: middle;
	padding-bottom: 0px;
	padding-top: 18px;
}

#navcontainer a:link, #navlist a:visited
{
	color: #003466;
	text-decoration: none;
	background-image: url(images/nav_up.jpg);
	background-position: left top;
}

#navcontainer a:hover
{
	background-color: #FFFFFF;
	color: #003466;
	background-image: url(images/nav_down.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


.image_outline {
	border: 5px solid #FFFFFF;
}
.details_box {
	float: right;
	border: 1px solid #BEEDFF;
	background-color: #004689;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}

.details_box_left {
	float: left;
	border: 1px solid #BEEDFF;
	background-color: #004689;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.details_box a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9BC2D1;
	text-decoration: none;	
}
.thumbs {
	background-image: url(images/thumb_bottom_border.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 25px;
}

