html {
	padding: 0;
	margin: 0;
}
html, body {
	background: url(../images/styles/standard/bg_blue.gif) repeat-y center;
	padding: 0;
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 74%;
	background-color: #216ea1;
	height: 100%;
	overflow: auto;
	color: #216ea1;
}

	
/* ----------------------- Basic Structure ---------------------------- */

#container {
	width: 788px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
	
#wrapper {
	text-align: center;
	width: 748px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
}

#top {
	background: url(../images/styles/standard/top_slice.gif) repeat-x;
	height: 80px;
	margin: 0;
	padding: 0;
	width: 746px;
}
#bottom {
	margin-left: auto;
	margin-right: auto;
	background: url(../images/styles/standard/btm_slice.gif) repeat-x;
	height: 80px;
	margin: 0;
	padding: 0;
	width: 746px;
}
#btm {
	background: url(../images/styles/standard/btm_a_slice.gif) repeat-x;
	height: 40px;
	margin: 0;
	padding: 0;
	width: 746px;
}

#header {
	height: 100px;
	width: 655px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -70px;
	border: 1px solid gray;
	background: transparent;
	
}
#headerInner {
	width: 653px;
	height: 98px;
	padding: 0px;
	border: 1px solid white;
	background-image: url(../images/styles/standard/head1.jpg);
}

/* ----------------------Navbar------------------------------- */	
#navbar {
	background: transparent url(../images/styles/standard/links1.gif) no-repeat bottom;
	height: 24px;
	width: 655px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 10px;
}
div#navbar ul li{
	list-style-type: none;
	margin: 3px 0 0 0;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #FFF;
	line-height: 18px;
	display: inline;
	float: left;
	white-space: nowrap;
	border-left: 1px solid #666699;
	border-color: #666699;
	border-width: 1px;
}

div#navbar ul li a{
	font-weight: bold;
 	float: left;
 	width: auto;
 	text-align: center;
 	color: #216ea1;
 	padding: 0 7px 0 7px;
}

div#navbar ul li a:hover {
 font-weight: bold;
 color: white;
 background-color: #4682B4;
 background: url(../images/styles/standard/hover.gif) repeat-x;

}
div#navbar ul li a:active, .selected{
	background-color: silver;
	font-weight: bold;
}

#navbarStyle {
	margin: 3px;
	float: right;
	width: auto; 
	height: auto;
	line-height: 14px;
	margin-top: 4px;
}
#navbarStyle a {
	margin-top: 2px;
	border: 1px solid gray;
	margin: 0 1px 0 1px;
}
#navbarStyle a.red {
	background-color: red;
}

/*------------------content------------*/
#content {
	margin-left: auto;
	margin-right: auto;
	width: 655px;
	border: 1px solid gray;
	margin-bottom: 0px;
	height: 100%;
	text-align: left;
}
	
#contentInner {
	width: auto;
	height: auto;
	padding: 5px;
	padding-top: 10px;
	border: 1px solid white;
}

/* ---------------Right Float--------------------- */

#right {
	float: right;
	width: 190px;
	margin: 5px 0 0 0;
	height: auto;
	border: 1px solid gray;
	color: white;
	background-color: #C9C9C9;

}
#right .heading{
	font-size: 150%;
	font-weight: bold;
	color: #E5F3FF;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-color: gray;
	width: auto;
	line-height: 18px;
	margin-bottom: 0;
	padding: 5px;
}
#right ul {
	margin: 5px;
	padding: 0px;
}


#right li {
	list-style-type: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFF;
	display: block;
	font-size: 11px;
	line-height: 14px;
	padding-top: 2px;
}

#right ul li a {
	font-weight: bold;
 	width: auto;
 	color: #216ea1;
	display: block;
	font-size: 110%;
	border-left: 4px solid #c9c9c9;
	padding-left: 4px;
	border-bottom: 1px solid silver;
}

#right ul li a:hover {
 font-weight: bold;
 color: white;
 border-left: 4px solid white;
}
#right ul li a.selected{
	background-color: silver;
	font-weight: bold;
}

#right.main {
	float: right;
	width: 190px;
	margin: -10px 0px 10px 0; 
	height: auto;
	border: 0px solid black;
	color: white;
}


/* ----------------Content Stuff------------------- */
.heading{
	font-size: 150%;
	font-weight: bold;
	color: #E5F3FF;
	border-bottom: dashed;
	border-bottom-width: 1px;
	border-color: #e4e4e4;
	width: auto;
	line-height: 18px;
	margin-bottom: 0;
	padding: 5px;
}

.contentSubject {
	border: 1px solid gray;
	height: auto;
	width: auto;
	color: #216ea1;
	line-height: 1.5em;
	width: 420px;
	background-color: #c9c9c9;
	margin-top: 5px;
	padding: 5px;
}
#contentSubjectMiddle {
	border: 1px solid gray;
	height: auto;
	width: auto;
	margin: 0px auto 0px auto;
	color: #216ea1;
	line-height: 1.8em;
	background-color: #C9C9C9;
	margin-top: 5px;
	padding: 5px;
}
p {
	font-size: 1.3em;
	line-height: 1.5em;
	padding: 2px 5px 2px 5px;
	margin: 5px;
}

/*----------------------------------Gallery--------------------*/
div.thumb {
	margin: 3px;
	border: 1px solid #A0ACC0;
	height: auto;
	float: left;
	text-align: center;
	}	
.thumb img{
	display: inline;
	margin: 5px;
	border: 1px solid #A0ACC0;
	}
.thumb a:hover img {border: 1px solid black;}
.photocattitle {text-align: center; font-weight: bold;} 
.phototitle {
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 0 3px 3px 3px;
  }

/* ---------------------Footer-------------------*/
	
#footer {
	height: 24px;
	width: 655px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -100px;
	color: #6699CC;
	border: 1px solid gray;
}
#innerFooter {
	width: auto;
	height: auto;
	padding: 5px;
	border:1px solid white;
}
#innerFooter a:link, a:visited.padded {
	color: #216ea1;
	padding: 0 2px 0 2px;
	text-decoration: none;
	border-width: 4px; 
	border-style: solid;
	border-color:  #6699CC;
	border-top: 0;
	border-bottom: 0;
	
}
#innerFooter a:hover.padded {
	color: #216ea1;
	border-style: solid;
	border-color: #FF9900;
	border-top: 0;
	border-bottom: 0;
}
	
.clear {
	clear: both;
}


a:link {
	color: #216ea1;
	text-decoration: none;
}

a:visited {
	color: #216ea1;
	text-decoration: none;
	}

a:hover, a:active {
	color: #FFA500;
}