@charset "UTF-8";


body {
	font: 100% "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #0a4a56;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
}

/* global link styles */
a {
	color: #003b68;
	text-decoration: underline;
}
a:visited {
	color: #bb2323;
	text-decoration: underline;
}
a:hover {
	color: #ff5d5e;
	text-decoration: underline;
}

/* global text styles */

.orangetext {
	color: #ff5d5e;
}


.superscript {
	font-size: x-small;
	vertical-align: super; 
	}
	
.smalltext {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}

h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 28px;
	text-align: left;

}

h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #00685d;
	text-align: left;
}


h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #330099;
	text-align: left;
}

.purpletext {
	color: #330099;

}

/* global float styles */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
/* other global styles */

.indent {
	padding-left: 35px;
}

/* section styles */

#container {
	width: 695px;  /* matches width of header graphic */
	background: #ffffff;
	color: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	border: 3px solid;
	border-color: #f6dc4a;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	background: transparent url(../images/header3.jpg) right top no-repeat;
	margin: 0;
	padding: 0;  
 	height: 116px;
    width: 695px;
	border-bottom: 2px solid;
	border-color: #f6dc4a;
	
}

#homepageheader {
	background: transparent url(../images/header3.jpg) right top no-repeat;
	margin: 0;
	padding: 0;  
 	height: 116px;
    width: 695px;
	border-bottom: 2px solid;
	border-color: #f6dc4a; /* same as header */
	
}


#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 40px 190px 0 140px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	
}

#homepageheader h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 25px 190px 0 140px; /* 2-line header on homepage needs less padding on top */
	
}

#menubar { 
	margin: 0;
	padding: 5px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #003b68;
	color: #FFFFFF;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px; 
	text-align: center;
	border-bottom: 2px solid;
	border-color: #f6dc4a;
} 

#menubar a {
	color: #ffffff;
	text-decoration: underline;
}

#menubar a:visited {
	color: #f6dc4a;
	text-decoration: underline;
}

#menubar a:hover {
	color: #ff5d5e;
	text-decoration: underline;
}

	
#mainContent {

	margin: 0;
	padding: 5px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
	color: #000000;
	text-align: justify;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	border: 2px solid;
	border-color: #f6dc4a;
}

#footer {
	padding: 10px 10px 0 20px; /* placeholder for footer that could be added later */
	background: #003b68;
	color: #FFFFFF;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-align: left;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs*/

	
}

.photo_table {
	margin: 0 0 0 20px;
	text-align: left;
}

.photo_table table th {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold; 
	color: #0a4a56;
}

.lotr_table {
	margin: 0 0 0 20px;
	text-align: left;
}


.lotr_table table th {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold; 
	color: #0a4a56;
}