body {
	background-color: #2E849C;
	margin: 10px 0px 0px 0px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p,ol,ul {
	font-size: 12px;
	line-height: 130%;
	margin-top:10px;
}

a:visited {
	color: #050651;
	font-weight: normal;
	text-decoration: underline;
}

a:link {
	color: #0A12A4;
	font-weight: normal;
	text-decoration: underline;
}

.breadcrumb{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:.75em
}

.breadcrumb a{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:1em
	text-decoration:underline;
	font-weight:normal;
}
	
h1 {
	font-family: Times, Geneva, serif;
	color: #050651;
	font-size: 1.5em;	
	font-weight: bold;
}

.subhead {
	font-family: Times, Geneva, serif;
	color: #050651;
	font-size: 1.4em;
	font-weight: bold;
}

	
/** ELEMENTS **/	


#container{
	margin: 0 auto;
	width:1024px;
	background-color:#FFFFFF;
	background-image:url(../images/homepageBg.gif);
	background-repeat:no-repeat;
}

#header{
	text-align:left;
	margin:0 0 0px 0px;
	height:107px;
}

#menu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	width: 170px;
	padding: 30px 0 0 30px;
	line-height: 1em;
}

#content{
	float:left;
	margin: 20px 0px 0px 20px;
	width: 780px;
	background-color:#FFFFFF;
}

#footer{
	margin: 0 auto;
	clear: left;
	width:1024px;
	height: 50px;
	background-color:#050951;
}

/**GOOGLE **/


#search {
text-align:right;
float: right;
width:400px;
margin-top:50px;
}

#search p{
	font-size:.925em;
	font-family: Times, Georgia, serif;
	font-weight:bold;
	color:#FAF48E;
}

input.search {
	font-size:12px;
	color:#333;
	background-color:#FFFFFF;
	height:18px;
	border:#333333 solid 1px;
}


/** MENU **/

#menu p{
	line-height:10px;
	font-size:.75em;
	text-align:left;
	padding:10px 0 0 0;
	margin-top:-8px;
}

.menutextSelected {
	color:#0A12A4;
	font-weight:bold;
}

.menutext {
	color:#333333;
	font-weight:bold;
}

.menutext a:link {
	color: #333333;
	text-decoration: none;
	font-weight:bold;
}

.menutext a:hover {
	color: #0A12A4;
	text-decoration: none;
	font-weight:bold;
}

.menutext a:visited {
	color: #333333;
	text-decoration: none;
	font-weight:bold;
}

.submenu a:link {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}

.submenu a:hover {
	color: #0A12A4;
	text-decoration: none;
}

.submenu a:visited {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}

.submenuSelected {
	color:#0A12A4;
	font-weight:normal;
}

.text{
	color:#333333;
	font-weight:normal;
	text-size: .845em;
	line-height:1.3em;

}

/** FOOTER **/

#address{
	float: left;
	width: 500px;
	margin-left:20px;
	margin-top:0px;
}

#address p{
	font-size:.7em;
	font-family: Times, Georgia, serif;
	color:#FAF48E;
}

#address p a:link {
	color: #FAF48E;
	text-decoration: none;
	font-weight:bold;
}

#address p a:visited {
	color: #FAF48E;
	text-decoration: none;
	font-weight:bold;
}

#links{
	float: left;
	width: 200px;
	margin-left: 280px;
	margin-top:0px;
	text-align:right;
}

#links p{
	font-size:.845em;
	font-family: Times, Georgia, serif;
	color:#FAF48E;
}

#links p a:link {
	color: #FAF48E;
	text-decoration: none;
	font-weight:bold;
}

#links p a:visited {
	color: #FAF48E;
	text-decoration: none;
	font-weight:bold;
}

/** IMAGE GALLERY **/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 1px 1px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid #f3f3f3;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #f3f3f3;
padding: 2px;
left: -1000px;
border: 1px solid #f3f3f3;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 325px; /*position where enlarged image should offset horizontally */
z-index: 50;
}