﻿body {
    background-color: #163C7A;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url("../images/backblue.png");
	background-repeat: repeat-x;
	background-position:top;
	/*background-attachment: scroll;*/
}
#container {
	width: 800px;
	height: 825px;
	margin: 10px auto 0px auto;
	padding: 0px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	border-left: 2px solid #ffffff;
	background-color: #fff;
	background-repeat:no-repeat; /*repeat-x;*/


}
#masthead {
	text-align: center;
	width: 600px;
	padding: 0px;
	margin: 0 auto;
	/*background-image: url("../images/bluebackground1.png");*/

	/*border: 0px dotted #725972;
	background-image: url("../images/masthead.gif");*/
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #FFFFFF;
	height: 100px;
}
#navigation {
	/*position: relative;*/
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	/*border-right: 1px dotted #725972;*/
}
#content {
	float: left;
	width: 470px;
	margin-top: 200px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	text-align: center;
	clear: both;
	width: 800px;
	/*border: 1px dotted #d8bfd8;*/
	/*background-color: #006600;*/

}
/* Masthead Styles */
#masthead h1 {
	color: #000099;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #FFFFFF;
}
#navigation a {
	color: #0000CC;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #fff;
	background-color: #fff;
	font-family: "Brush Script MT";
	font-size: x-large;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
h6 {
	color: #503750;
}
h5 {
	color: #503750;
}
h4 {
	color: #503750;
}
h3 {
	color: #503750;
}
h2 {

	color: #0000CC;

	/*font-family: "Brush Script MT";*/
	font-family:"Brush Script MT", Arial;
	font-size: xx-large;
}

#content h1 {

	color: #503750;

}

#content img {

	padding: 5px;

	border: 0px solid #402640;

}

/* Footer Styles */

#footer p {

	color: #808080;

}

#footer a {

	color: #503750;

	text-decoration: none;

}

#footer a:hover {

	color: #402640;

	text-decoration: none;

}

a {

	color: #402640;

	text-decoration: underline;

}

a:hover {

	color: #dfb8df;

	text-decoration: underline;

}

.style_bold {

	font-weight: bold;

}

.style_italic {

	font-style: italic;

}

.style1 {

	text-align: center;

}

.style2 {

	text-align: left;

}

.style3 {
	text-align:justify;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/

position: absolute;

left: 0;

top: 0;

width: auto;

padding: 10px;

padding-bottom: 0;

background: #313131;

visibility: hidden;

z-index: 10;

cursor: hand;

cursor: pointer;

}



#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */

font: 'Brush Script MT';

letter-spacing: 5px;

line-height: 1.1em;

color: white;

padding: 5px 0;

text-align: right;

}





#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */

background-color: white;

}



#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/

position: absolute;

visibility: hidden;

border: 1px solid black;

background-color: #EFEFEF;

padding: 5px;

z-index: 5;

}

















