.contact_info {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
}
a.contact_info {
	font-size: 12px;
	color: #DBCADC;
	text-decoration:none;
	font-weight: bold;
}
a.contact_info:hover {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
}
a.contact_info:visited {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
}

body {
	background-color: #CCCEBC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.clear{
	clear:both;
	}

/************* #globalNav styles **************/

#mainNav {
	float:right;
	width:565px;
	position: relative;
	padding: 0px;
	margin-top: 85px;
	margin-right: 10px;
	}
#mainNav ul {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	display: inline;
	font-size: 18px;
	color: #C1C09F;
	}
#mainNav ul li {
	display: inline;
	padding-bottom: 5px;
	}
#mainNav ul a {
	line-height: 24px;
	text-decoration:none;
	color:#FFFFFF;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-top: 0;
	padding-right: 3px;
	padding-left: 3px;
	}
#mainNav a:hover {
	text-decoration: underline;
	}
#globalNav{
	color: #cccccc;
	padding: 0px 10px;
	white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px;
	border: solid #cccccc 2px;	
	
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

div#container{
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	text-align: left;
	margin-top: 5px;
	background-image: url(images/container-bground-column_03.gif);
	padding: 0px;
	background-repeat: repeat-y;
	background-position: left;
}

#images{
	clear: none;
	width: 166px;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px 0px 0px 8px;
	float: left;
	font-size: 11px;
	}
	
#masthead{
	margin: 0;
	padding: 0px;
	background-image: url(images/layout_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 124px;
	clear: both;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#quote{
	margin: 0 79% 0 0;
	font-size: 80%;
	font-style:italic;
	text-align:justify;
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
#textcontent{
	width: 552px;
	padding: 0px;
	float: right;
	margin: 0px 8px 0px 0px;
	}
#content{
	float:right;
	width: 70%;
	margin: 0;
	height: auto;
	top: auto;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#bottomEdge {
	background-image: url(images/layout_05.gif);
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 760px;
	}
/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	color: #333333;
	padding: 10px;
	margin-top: 0px;
	border-top: 1px solid #cccccc;
	border-right: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	text-align: center;
}

/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	height:auto;
	vertical-align: middle;
}

.Scott-credit a:link, .Scott-credit a:visited{
	color: #cccccc;
	}
.Scott-credit a:hover {
	color:#333399;
	}


/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana, Arial, sans-serif;
	font-size: 2em;
	color:#CCCC99;
	line-height: 1.5em;
}

h2{
	font-size: 1.2em;
	color:#27421C;
	margin-top: 8px;
	margin-bottom: 8px;
}

h3{
	font-size: 100%;
	font-style: italic;
 	font-weight: normal;
}

h4{
	font-size: 100%;
	font-weight: normal;
	font-style: oblique; 
}

h5{
 font-size: 100%;
 color:#334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				
#p-minLineHeight p{
	margin-top:0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 7px;
}
#archiveList  h1 {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#archiveList div p {
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.explorerSubject {
	width: 550px;
	height: 165px;
	padding-left: 15px;
	/* [disabled]padding-top: 5px; */
	/* [disabled]padding-bottom: 5px; */
}
.explorerSubject img {
	float: left;
	margin-right: 10px;
	border: 1px solid #27421C;
}

.h2-style{
	font-size: 1.2em;
	color:#27421C;
	margin-top: 8px;
	margin-bottom: 8px;
	font-weight: bold;
}

