body {
	margin: 0;
	padding: 0;
	color: #6c9;
	font: 55% "times", serif;
	line-height: 2em;
	background-image: url(/images/logo.repeat.gif);
	background-repeat: repeat-y; 
	background-color:#000;
}

p {
	font-size: 1.9em;
	padding-top: 0;
	margin-top: 0;
	line-height: 1.5em;
}

a:link, a:visited {
	text-decoration: none;
	color: #6f9;
	font-weight: 450;
	background: transparent;
}
a:hover, a:active {
	text-decoration: none;
	color: #ffffff;
	background-color: #339;
	padding: 2px;
}


#content {
	margin: 66px 260px 0px 240px;
	padding: 10px; 
	background: transparent;
	background-position: center bottom;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

#content h1 {
	text-align: right;
	padding: 0px;
	font: 2.5em "Clarendon Condensed", serif;
	color: #66f;
	letter-spacing: .2em;
	background: transparent;
}

#content h2 {
	text-align: right;
	padding: .3em;
	padding-right: 1.5em;
	background-color: #66f;
	letter-spacing: 1px;
	margin-top: 2em;
	font-size: 2em;
	color: #000;	
}

#content h3 {
	text-align: left;
	letter-spacing: 2px;
	padding-right: 20px;
	padding-bottom: 0;
	font-size: 2em;
	color: #999999;	
}


#navigation {
	font-family: verdana, sans-serif;
	font-size: 1.5em;
	position: absolute;
	right: 10px;
	top: 0;
	background-color: #000;
	list-style: none;	
}

#navigation ul {
	margin: 0;
	padding: 0;
	padding-top: 4px;
}

#navigation li {
	display: inline;
}
#navigation a:link, #navigation a:visited { 
	padding: 3px 10px 2px 10px; 
	color: #000;
	background-color: #366;
	text-decoration: none;
	border: 1px solid #66f;
	
}
#navigation a:hover {
	color: #6c9;
	background-color: #360;
}


#secnav {
	position: absolute;
	width: 200px;
	top: 100px;
	left: 20px;
	padding: 10px 10px 10px 10px;
}

#secnav img {
	float: left;
	margin: 10px 0px 5px 0px;
	border: 2px solid #6c9;
	padding: 0px;
	}
	

#secnav h3 {
	font: 2.3em "clarendon condensed", serif;
	letter-spacing: 2px;
	color: #66f;
	margin: 0;
	padding-bottom: 4px;
}

#secnav h4 {
	font: .9em "clarendon condensed bold", serif;
	color: #09f;
	background-color: transparent;
	margin: 0;
	padding-bottom: 4px;
}


#secnav ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	width: 184px;
}

/*secnav li adds the lines underneath the links*/

#secnav li {
	font: 1.6em "clarendon condensed", serif;
	letter-spacing: .2em;
	margin-bottom: 0.3em;	
	border-bottom: 1px solid #6c9;
	
/*below takes out the underlines of links*/
	
}
#secnav a:link, #secnav a:visited {
	text-decoration: none;
	color: #60f;
	background-color: transparent;
}

#secnav a:hover {
	color: #6c9;
}



#quotebox {
	position: absolute;
	width: 220px;
	top: 30px;
	right: 10px;
	bottom: 50px;
	padding: 70px 10px 10px 10px;
	border-left: 2px dotted #60f;
	background-position: top right;
	background-repeat: no-repeat;
		
}

#quotebox em {
	margin-top: 1em;
	display: block;	
	}
	

#quotebox h2 {
	font: 2.3em "Clarendon Condensed", "Times New Roman", serif;
	color: #66f;
	letter-spacing: 6px;
	margin: 0;
	padding-bottom: 5px;
}	
	
#quotebox h5 {
	font-size:  1.7em;
	font-style: inherit;
	color: #ff9;
	text-align: center;

}	

#quotebox h5 em {
	display: inline;
	font-size: inherit;
	}


.quote {
	padding: 2px 4px 6px 6px;
	margin: 0 0 10px 0;
	border: 1px dotted #b1b1b1;
	background-color: #339;
}


#quotebox ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	display: block;
}


#quotebox li {
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;	
}


.callout {
	text-align: left;
	font: inherit;
	font-size: 1.8em;
	line-height: 1em;
	color: #ff9;
	}
	
morelink li {
	color: #999900;
	}	

.secondary {
	font-size: 90%;
	margin-top: 3em;
	}
	
.imageright {
	float: right;
	}

.caption {
	font-size: 1.5em;
	padding-top: 0;
	}
	
	
.ital {
	font-style: italic;
	}