/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 1em;
	background-color: #003366;
}

a {
	color: #003366;
	text-decoration: none;
	background-color: transparent;
	font-weight: bold;
}

a:hover{
	color: #ffffff;
	text-decoration: underline;
	background-color: #4e425a;
	font-weight: bold; 
}

h1{
	font-family: /*Verdana,*/Arial,sans-serif;
	font-size: 1.3em;
	font-weight: bold; 
	color: #003366;
	margin: 0 0 10px 0;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #fe9d8d;
	text-align: left;
}

h2{
	font-family: Arial,Helvetica, sans-serif;
	font-size: 1.14em;
	color: #003366;
	margin: 0px;
	padding: 0px 0 0 0px;
}

h3
{
	background-color: transparent;
	text-decoration: none;
	font-size: 1.2em;
	font-style: italic;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper{
	width: 950px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#header {
	float: left;
	height: 165px;
	width: 950px;
	background-image: url(../img/logo_1_9.jpg);
	background-repeat: no-repeat; 
	border: 1px solid #4e425a;
}

#globalNav{
	padding: 10px 0px 5px 10px;
	margin-top: 130px;
	border-top: 1px solid #fe9d8d; 
	color: #fef4c1;
	font: 1em Arial, Helvetica, sans-serif;
}

#utility{
	font: 1em Arial, Helvetica, sans-serif;
	position: absolute;
	top: 143px;
	right: 20px; 
}

#leftPanel {
	width: 152px;
	float: left;
	margin-top: 10px;
	margin-left: 5px;
	border: 1px solid #4e425a;
	background-color: #ffffff;
	padding: 0px; 
	font-size: .8em;
	font-style: italic;
}

#contentArea{
	width: 500px;
	float: left;
	background-color: #ffffff;
	border: 1px solid #4e425a;
	margin: 10px 0px 0px 10px;
	padding: 10px 10px 5px 10px;
	font-size: .8em;
}

#rightPanel {
	width: 220px;
	float: left;
	margin: 10px 0 0 10px;
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #4e425a;
	font-style: italic;
	text-align: center;
	font-size: .8em;
}

#footer {
	clear: both;
	color: #ffffff;
	font-size: .7em;
	text-align: center;
	padding-top: 5px;
}

/************** header styles *****************/

#header h1
{
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
	border: 0px;
	font-size: 2.5em;
	padding: 35px 0 0 10px;
}

#header h2
{
	font-family: Arial,Helvetica, sans-serif;
	font-size: 1.14em;
	color: #fef4c1;
	margin: 0px;
	padding: 5px 0 0 10px;
}

#header h3
{
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
	border-bottom: 1px solid #fef4c1;
	font-size: 1.3em;
	font-style: italic;
	padding: 0px 0 0 10px;
	margin-top: -10px;
}

#header a
{
	color: #fef4c1;
	background-color: transparent;
}

#header a:hover
{
	color: #fef4c1;
	background-color: #4e425a;
	text-decoration: underline;
}

#header a:active
{
	color: #4e425a;
	background-color: #fef4c1;
	text-decoration: underline;
}

/************** contentArea styles *****************/

#contentArea h3 
{
	text-align: center;
}

#contentArea a 
{
	text-decoration: underline;
}


#photoNav{
	padding: 0px 0px 15px 10px;
	border-bottom: 0px;
	color: #fef4c1;
	font: 1em Arial, Helvetica, sans-serif;
	text-align: right;
}

#albumlist
{
	list-style-type: none;
	text-align: center;
}

#albumlist li
{
	float: left;
	margin-right: 6px;
	margin-bottom: 25px;
	font-weight: bold;
}

#albumlist img
{
	display: block;
	border: 1px solid #4e425a;
	margin: 15px;
}

/************** leftPanel and rightPanel styles *****************/

#leftPanel h1 
{
	text-align: center;
	padding-top: 10px;
}

#rightPanel h1 
{
	text-align: center;
	padding-top: 10px;
}

.photo 
{
	display: block;
	padding: 0px;
	border: 1px solid #fef4c1;
}

.caption
{
	color: #003366;
	font-weight: 100;
}

/************** footer styles *****************/

#footer a
{
	color: #fef4c1;
	text-decoration: underline;
	background-color: transparent;
	font-weight: bold; 
}



