/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #696969;
	font-size: 76%;
	margin: 0;
	padding: 0;
	background-color: white;
}

p {
	text-align: justify;
	font-size: 1em;
	line-height: 1.3em;
	margin: 1.0em 0em 1em;
}

a:link, a:visited, a:hover {
	color: #0099CC;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.0em;
	line-height: 1.3em;
}

a:hover {
	color: #3366CC;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #696969;
	margin: 1.0 em 0em 0.5em 0em;
}

h1{
	font-size: 1.7em;
	font-weight: normal;
}

h2{
 font-size: 1.6em;
}

h3{
 font-size: 1.4em;
}

h4{
 font-size: 1.2em;
}

h5{
 font-size: 1.0em;
}

h6{
 font-size: 0.8em;
}
ul{
	list-style-type: disc;
	list-style-position: outside;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
				
#header {
	background: #fff;
	border-bottom: 2px solid #99CCFF;
	margin: 0px 20px 5px;
}
#header_image {
	margin-bottom: 5px;
}

#header_byline {
	float: right;
	position: absolute;
	height: 131px;
	width: 336px;
	top: 0px;
	right: 20px;
	display: inline;
}

#outer_wrapper {
	
}
#wrapper {

}

#container {
	width: 100%;
	float: left;
	margin-right: -220px;
}
#content {
	margin-right: 220px;
	
}
#main {
	margin-left: 220px;
	margin-right: 20px;	
}


/** Only used by forms that don't have a sidebar**/
#popup{
	margin-top: 20px;
	margin-right: 50px;
	margin-left: 210px;
}
#navbar {
	width: 210px;
	float: left;
	padding-top: 2em;
}
#sidebar {
	width: 190px;
	float: right;
	margin-right: 20px;
}
#footer {
	background: #fff;
    border-top: 2px solid #99CCFF;
	margin: 10px 20px 0;
}

#lists {
}
#lists h4 {
	margin: 0.5em 0em 0.5em 0em;

}

#lists ul {
	list-style: none;
}

#lists ul li {
	font-weight: bold;
}
#lists ul li ul{
	list-style-type: disc;
	list-style-position: inside;
	font-weight: normal;
}	
#lists ul li ul li {
font-weight: normal;
}


/******  Form input layout *****************/

div.row {
  clear: both;
  padding-top: 5px;
  }

div.row span.label {
  float: left;
  width: 76px;
  text-align: right;
  }

div.row span.formw {
  float: right;
  width: 150px;
  text-align: left;

  }
div.row span.button {
  float: left;
  width: 76px;
  }  
  div.spacer {
  clear: both;
  }
/************ Styles  **********************/

.imagefloatright {
float: right;
}


.clearing {
	height: 0;
	clear: both;
}

.table {
	background-color: inherit;
	margin-bottom: 30;
	margin-top: 30;
	font-size: 1em;
}

.navbar {
	color: #33CCFF;
}
.navbar ul {
	list-style-type: none;
}
.navbar li {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.0em;
	line-height: 1.3em;
	color: #3366CC;
	margin-bottom: 0.75em;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	color: #696969;
	text-align: center;
}
.sidebar blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: #696969;
	padding-top: 4em;
}
.sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.sidebar p {
	text-align: justify;
	font-size: 0.8em;
	color:#696969;
	line-height: 1.0em;
	margin: 1.0em 0em 1em;
}
.title {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0.5em 0em 0em 0em;
}
.indent {
	font-style: normal;
	padding-left: 1em;
}

.photoname {
	font-size: 1.0em;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	margin: 0em;
}
.phototitle {
	font-size: 0.8em;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
	font-weight: normal;
	margin: 0em 0em 1.2em;
}
.horizlist {
	margin-top: -0.5em;
	padding-left: 2em;
	padding-right: 2em;
	
}
fieldset { background-color: #F0F8FF; border: 1px solid black; 
font: 1em arial, verdana, sans-serif; width: 400px; }
	legend {
		color: Black;
		font: 1.0em Verdana, Geneva, Arial, Helvetica, sans-serif;
		
	}
	.labelContainer { width: 100px; float: left; text-align: right; padding: 3px; }
	.fieldContainer { margin-left: 110px; text-align: left; padding: 3px; }
	input {
		background-color: white;
		border: 1px solid #333;
		padding: 3px;
		margin: 0;
	}
	input.submit {
		background-color: white;
		border: 1px solid #666;
		padding: 0;
	}
