/*       This is the global content, html styles        */
html, body {    
   height: 100%; 
}

body {
	background-repeat: repeat-x;
	background-color: #f2f9fa;
	font-family: verdana, arial, sans-serif;
	text-align: left;
	padding: 30px 0px 0px 0px;
}

a {
	text-decoration: none;
	color: #254867;
}

a:hover {
	text-decoration: underline;
	color: #2a2a2a;
}

.clearfooter {
   height: 40px;
   clear: both;
}

/*           This is the navigation style stuff       */

#navigation {
	background-image: url('../images/nav_bar.png');
	background-repeat: repeat-x;
	height: 25px;
	padding: 0px 0px 20px 0px;
	text-align: right;
	border: 0em dotted red;
	width: 100%;
}

#navigation a {
	color: #3e5165;
	text-decoration: none;
	padding: .1em .2em 0em .2em;
	margin: 0em 0em 0em .2em;
	font-family: sans-serif;
	font-size: 95%;
	letter-spacing: .1em;
	font-weight: bold;
	font-variant: small-caps;
}

#navigation a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #3e5165;
}

/*      This is the page content and layout stuff      */

#container {
	width: 580px;
	margin: 0px auto;
	/*  margin-left: -290px;
	margin-bottom: 0px;   
	position: relative;
	left: 50%; */
	padding-top: 20px;
	min-height: 100%;
	border: 0em solid #c2c9ce;
	border-top: 0px
}

#header {
	width: 580px;
	margin: 0px auto;
	/*  position: relative;
	left: 50%;
	margin-left: -290px;   */
	padding: 0px 0px 0px 0px;
	text-align: center;
	border: 0em dotted black;
}

#footer {
	padding: 10px 5px 0px 5px;
	width: 580px;
	margin: 0px auto;
	text-align: center;
	border-top: .1em solid #c2c9ce;
	color: #999;
}

.content {
	width: 100%
	padding: 1em 0em 2em 0em;
	border: 0em dotted blue;
}

/*                Misc page elements                     */

.caption {
	width: 100%;
	height: 110px;
	float: right;
	padding: 4px 0px 4px 0px;
	font-style: italic;
	border: 0em dotted black;
	margin: 0px 0px 25px 0px;
}

#caption1 { color: #5c0910; }
#caption1 a { color: #5c0910; }
#caption1 a:hover { color: white; }

#caption2 { color: #39457e; }
#caption2 a { color: #39457e; }
#caption2 a:hover { color: white; }

#caption3 { color: #5e451c; }
#caption3 a { color: #5e451c; }
#caption3 a:hover { color: white; }

#caption4 { color: #000000; }
#caption4 a { color: #000000; }
#caption4 a:hover { color: white; }

#caption5 {	color: #476076; }
#caption5 a { color: #476076; }
#caption5 a:hover { color: white; }

#caption6 { color: #1a1a1a; }
#caption6 a { color: #1a1a1a; }
#caption6 a:hover { color: white; }

.text_box {
	padding-top: 3px;
	float: left;
	text-align: justify;
	width: 450px;
	height: 100px;
	border: 0px solid blue;
	line-height: 150%;
	font-size: 95%;
	border: 0em dotted red;
}

.textbox_b {
	line-height: 150%;
	font-size: 95%;
	text-decoration: underline;
	padding: 0px 3px 0px 3px;
}

.textbox_b:hover {
	line-height: 150%;
	font-size: 95%;
	background-color: #3e5165;
	color: white;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
}

.textbox_a {
	text-decoration: underline;
	padding: .1em .2em 0em .2em;
	margin: 0em 0em 0em .2em;
	font-family: sans-serif;
	font-size: 90%;
	font-weight: bold;
	letter-spacing: .1em;
}

.textbox_a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #3e5165;
	font-family: sans-serif;
	font-size: 90%;
	font-weight: bold;
	letter-spacing: .1em;
}


.pic {
	float: right;
	text-align left:
	width: 120px
	height: 120px;
	border: 0em dotted green;
}

.pic img {
	border: 1px solid #8da3ab;
	background-color: white;
	padding: 2px;
}

.pic img:hover {
	border: 1px solid white;
	background-color: #b5c5d3;
	padding: 2px;
}

#more {
	height: 400px;
}
/*          Additional page and element styles           */

.black_nav {
	color: black;
	text-decoration: none;
}

.black_nav:hover {
	color: black;
	text-decoration: underline;
}

.nav {
	text-decoration: underline;
	color: #254867;
}

.nav:hover {
	text-decoration: none;
	color: #2a2a2a;
}

.hidden {
	visibility: hidden;
}

