/* CSS Document */

/** Layout **/
	
#footer{
	position: relative;
	width: 250px;
	margin-right: 25px;
	margin-top: 25px;
	margin-left: 625px;
	}

#homeheader{
	width:240px;
	margin-bottom:2px;
	position:absolute;
	left: 487px;
	top: 165px;
	text-align: center;
	background-position: top;
	}

#topRight{
	text-align: center;
	margin-left: 625px;
	width: 250px;
	margin-top: 25px;
	margin-right: 25px;
	}
	
#top {
	float:right;
	text-align: center;
	margin-left: 450px;
	width: 450px;
	margin-top: 25px;
	margin-right: 25px;
	}
	
#pagetitle {
	margin-left: 440px;
	margin-top: 10px;
	text-align: left;
	vertical-align: top;
	width: 350px;
	font-family: Georgia, Times, serif;
	font-size: 14px;
	color: #39a2b8;
	letter-spacing: 0.15em;
	font-weight: bold;
	}
	
#body {
	margin-left: 440px;
	border: 6px solid #e7daac;
	background-color: #FFFFFF;
	margin-right: 35px;
	top: 150px;
	padding: 10px;
	margin-top: 15px;
	text-align: left;
	vertical-align: top;
	width: 400px;
	}
	
#gallery {
	margin-left: 300px;
	border: 6px solid #e7daac;
	background-color: #FFFFFF;
	margin-right: 35px;
	top: 150px;
	padding: 10px;
	margin-top: 15px;
	text-align: left;
	vertical-align: top;
	width: 540px;
	height: 425px;
}
	
/** Text **/

.tagline {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #39a2b8;
	font-style: italic;
	font-weight: bold;
}

.washington {
	color: #39a2b8;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	letter-spacing: 2px;
	line-height: 25px;
	font-weight: bolder;
}

.question {
	font-size: 12px;
	color: #8E0F1C;
	font-family: Georgia, Times, serif;
	letter-spacing: 1px;
	font-weight: bold;
}

.smalltext{
	color:#39a2b8;
	font-size:9px;
	font-family: Helvetica, Arial;
	
}

.smalltext a:link{
	color:#8e0f1c;
	font-size:9px;
	font-family: Helvetica, Arial;
	text-decoration:underline;
	
}

.smalltext a:visited{
	color:#8e0f1c;
	font-size:9px;
	font-family: Helvetica, Arial;
	text-decoration:underline;
	
}

.smalltext a:hover{
	color:#8e0f1c;
	font-size:9px;
	font-family: Helvetica, Arial;
	background-color: #FFFFFF;
	text-decoration: none;
	
}
	
/** Table **/	
		
.contentTable{
	border:1px dotted #375972;
	background:#fff;
	}

.contentTable a{
	color:#8f2414;
	text-decoration:underline;
	}
	
.contentTable a:Hover{
	color:#8f2414;
	text-decoration:none;
	}

.odd{
	background:#ebe9d6;
	}

/** Images **/
	
.imgleft{
	padding-right:10px;
	float:left;
	}
	
.imgright{
	float:right;
	padding-left:10px;
	}
	
/** Form Elements **/

.jumpmenu {
	background:#F7E8C5;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#8E0F1C;
	text-decoration: none;
	width: 230px;
	height: 27px;
	padding: 5px;
	margin-top: 7px;
	margin-bottom: 7px;
}
.body {
	color:#444444;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

.body a:link {
	color:#8e0f1c;
	text-decoration:underline;
}

.body a:visited {
	color:#8e0f1c;
	text-decoration:underline;
}

.body a:hover {
	color:#444444;
	background-color: #F8F4E6;
	text-decoration: none;
}
.bodyheading {
	font-family: Georgia, Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #9A0B1D;
	background-color: #F8EEC8;
	padding: 5px 5px 3px;
	line-height: 2em;
	text-decoration: none;
}
.bodyred {
	color:#9A0B1D;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	font-weight: bold;
}
.bodyblue {
	color:#39A2B8;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	font-weight: bold;
}
