/* ********** Body style ********** */ 
body {
	min-width: 822px;
	font-family: helvetica, arial, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background: #B1D1E9 url(../images/backgroundGradient.jpg) repeat-x;
	text-align: center;
}
/* ********** Container div ********** */ 
#outer {
	width: 822px;
	margin: 0px auto;
	text-align: left;
}

/* ********** Navigational styles ********** */ 
#navigation {
	width: 172px;
	min-height: 420px;
	margin-top: 45px;
	position: absolute;
	background: #EAD1AA url(../images/navigationGradient.jpg) repeat-x;
	border: #FFFFFF 1px solid;
}
/* For Internet Explorer */
/*\*/
* html #navigation {
	margin-left: -120px;
	height: 420px;
}

.logo {
	margin-top: 18px;
	text-align: center;
}
.links {
	margin-left: 8px; margin-right: 8px; margin-top: 24px; margin-bottom: 24px;
	position: relative;
}

/* ********** Photo styles ********** */ 
#photo {
	width: 700px;
	height: 400px;
	margin-left: 120px;
	border: #FFFFFF 1px solid;
}

/* ********** Main content styles ********** */
#main {
	width: 702px;
	height: 300px;
	margin-left: 120px;
	background: #FFFFFF url(../images/contentGradient.jpg) repeat-x;
	display: table;
	font-size: 12px;
}
/* For Internet Explorer */
/*\*/
* html #main  {
	/*width: 702px;*/
}

#main h1, h2, h3 {
	font-family: goudy, georgia, times, serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	margin-top: 30px; margin-bottom: 20px;
	margin-left: 90px; margin-right: 30px;
	padding-left: 8px;
	border-left: 6px solid #BA1E1E;
}

#main h2 {
	font-size: 17px;
	padding-left: 0px;
	margin-top: 10px; margin-bottom: 10px;
	border-left: 0px;
}

#main h3 {
	font-size: 14px;
	padding-left: 0px;
	margin-top: 10px; margin-bottom: 10px;
	border-left: 0px;
}

#main .content {
	margin-bottom: 20px;
	margin-left: 90px; margin-right: 30px;
}

#main A:link {color: #BA1E1E;}
#main A:visited {color: #BA1E1E;}
#main A:active {color: #BA1E1E;}
#main A:hover {color: #862412;}

#main .content .float {
	margin-top: 5px; margin-bottom: 5px;
	margin-right: 5px;
	float: left;
}
#main .content .anchor {
	margin-top: 5px; margin-bottom: 5px;
}

/* ********** Footer styles ********** */
#footer {
	width: 702px;
	height: 38px;
	margin-left: 120px;
	background-color: #7D8121;
	text-align: center;
	vertical-align: middle; 
}
#footer .content {
	font-size: 11px;
	color: #DFDFDF;
	position: relative;
	top: 30%;
}
#footer .content A:link {color: #FFFFFF; text-decoration:none;}
#footer .content A:visited {color: #FFFFFF; text-decoration:none;}
#footer .content A:active {color: #FFFFFF; text-decoration:none;}
#footer .content A:hover {color: #DFDFDF; text-decoration:none;}
#footer .content .on {color: #DFDFDF; text-decoration:none;}

/* ********** Form styles ********** */

form {
	margin: 0px;
	padding: 0px;
}

input {
	font-family: helvetica, arial, sans-serif; 
	font-size: 11px;
	height: 19px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #666666; 
}
textarea {
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	border: 1px solid #666666;
}
select {
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	border: 1px solid #666666;
}
.required {
	color: #862412;
}
.confirm {
	color: #00505A;
}

/* ********** Div for spacing above photo and below footer ********** */
.clear {
	height: 25px;
	clear: both;
}

/* ********** List item display ********** */
ul {
	margin-left: 1.25em; margin-right: 0px;
	padding-left: 0; padding-right: 0px;
	list-style-position: outside;
	list-style-type: disc;
}