/* begin global styles */
* {
	margin: 0;
	padding: 0;
	visibility:visible;
}
body {
 	text-align:center;
	background-color: #23758a;
}
#top {
	visibility: hidden;
	left: 0px;
	top: 0px;
}
/* forces the hand cursor on links in Safari */
a:link, a:hover {
	cursor: pointer;
}
a img, :link img, :visited img{
	border:none;
}
/* begin container styles */
#container {
	width: 735px;
	height: 527px;
	margin-top: 60px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 51px;
	padding-right: 61px;
	padding-bottom: 51px;
	padding-left: 61px;
	overflow:hidden;
	text-align:left;
	background-image: url(images_main/border_blue_3colors.gif);
	background-repeat: no-repeat;
	}
/* begin header styles */
#logo {
	height: 63px;
	width: 735px;
	margin-bottom:9px;
	clear:both;
}
#header {
	height: 18px;
	width: 735px;
	position:relative;
	clear:both;
}
#header a:link{
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color:#9ad8e3;
}
#header a:visited {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color:#9ad8e3;
}
#header a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color:#9ad8e3;
}
#header a:active {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color:#9ad8e3;
}
/* begin body_area styles for container div for gallery pages */
#body_area {
	height: 440px;
	width: 735px;
	margin-top:9px;
	position: relative;
	overflow:auto;
	float:left;
}
#body_area h1{
	font-family: Helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: #999999;
	line-height: 1.3em;
}
/* begin gallery_subnav styles */
#gallery_subnav{
	width: 270px;
	height: 380px;
	float: left;
	position:relative;
}
#gallery_subnav img{
	margin: 9px;
}
/* begin gallery_subnav_pagelinks styles */
#gallery_subnav_pagelinks{
	float:left;
	margin-top:75px;
}
#gallery_subnav_pagelinks img{
	margin: 2px;
}
#gallery_subnav_pagelinks a:link{
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color:#9ad8e3;
}
#gallery_subnav_pagelinks  a:visited {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color:#9ad8e3;
}
#gallery_subnav_pagelinks  a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color:#9ad8e3;
}
#gallery_subnav_pagelinks  a:active {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color:#9ad8e3;
}
/* begin body_gallery styles for large featured images and description text */
#gallery_main{
	width: 420px;
	height:380px;
	margin: 9px 0px 0px 36px;
	float:left;
}
#gallery_main p{
	font-family: Helvetica;
	font-size: 10pt;
	font-weight: normal;
	color: #999999;
	line-height: 1.3em;
}
#gallery_main img{
	margin-bottom: 6px;
}
/* begin body_text styles for text pages only */
#body_text{
	height: 430px;
	width: 700px;
	margin-top:9px;
	padding-right: 35px;
	overflow:auto;
}
#body_text_col1{
	width: 320px;
	margin-top:0px;
	float:left;
}
#body_text_col2{
	width: 320px;
	margin:0px 0px 0px 20px;
	float:left;
}
#body_text h1{
	font-family: Helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: #999999;
	line-height: 1.5em;
	margin-bottom:12px;
}
#body_text h2{
	font-family: Helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: #003366;
	line-height: 1.5em;
}
#body_text p{
	font-family: helvetica;
	font-size: 10pt;
	font-weight: normal;
	color: #003366;
	text-align: left;
	line-height: 1.5em;
}
#body_text a:link{
	font-family: helvetica;
	font-size: 10pt;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color:#9ad8e3;
}
#body_text a:visited {
	font-family: helvetica;
	font-size: 10pt;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color:#9ad8e3;
}
#body_text a:hover {
	font-family: helvetica;
	font-size: 10pt;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
	background-color: #d8f0f4;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #9ad8e3;
}
#body_text a:active {
	font-family: helvetica;
	font-size: 10pt;
	font-weight: normal;
	color: #d8f0f4;
	text-decoration: none;
	background-color: #23758a;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #9ad8e3;
}
#body_text_pagelinks{
	margin-top: 4px;
}
#body_text_pagelinks img{
	margin: 2px;
}
#body_text_pagelinks a:link {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color:#9ad8e3;
	background-color: #FFFFFF;
}
#body_text_pagelinks a:visited{
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color:#9ad8e3;
	background-color: #FFFFFF;
}
#body_text_pagelinks a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color:#9ad8e3;
	background-color: #FFFFFF;
}
#body_text_pagelinks a:active {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color:#9ad8e3;
	background-color: #FFFFFF;
}


