/***********************************************/
/* abode.css                                   */
/***********************************************/

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

body{
	font-family: Optima;
	/* color: #333333; */
	color: #181818;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #990000; 
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

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

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color:#333333
}

#pageName{
	white-space: pre;
	font-size: 100%;
 	color:#333333
}

#pageNameSub1{
	white-space: pre;
	font-size: 95%;
 	color:#333333
}

#pageNameSub2{
	white-space: pre;
	font-size: 70%;
 	color:#333333
}

#pageNameSub3{
	white-space: pre;
	font-size: 62%;
 	color:#333333
}

masth2{
 font-size: 114%;
 color: #990000;
 font-weight: bold;
}

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

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

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

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#navBar{
	margin: 0 0 0 0;
	padding: 0px 0px 19% 0px;
	background-color: #990000;
	/* color:#FFFFFF; */
	color: #FCFFD9;
	/* border-right: 1px solid #ccc; */
	width: 163px;
	white-space: nowrap;
}

#navBar img{
	padding: 10px 0px 0px 0px;
	/* vertical-align: middle; */ 
}

#content{
  	float: right;
	margin: 0;
	width: 78%; 
	padding: 7px 0px 0px 0px;
}

#siteInfo{
	/* float: right; */
	font-size: 80%;
	/* color: #333333; */
	color: #990000;
	margin-top: 0px;
	/* width: 97%; */
	/* border: 1px solid #ccc; */
	padding: 0px 0px 0px 0px;
	white-space: nowrap;
}
/* 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: 0px 10px 0px 30px;
	vertical-align: middle;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/************** .feature styles ***************/

.masthead{
 	font-size: 114%;
 	color: #990000;
 	font-weight: bold;
}

.feature{
	padding: 17px 0px 0px 0px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

.feature a:link{
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

.feature a:visited{
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

.feature a:hover{
	text-decoration: underline;
	font-weight: normal;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 102%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link{
	color: #FCFFD9;
	text-decoration: none;
}

.relatedLinks a:visited{
	color: #FCFFD9;
	text-decoration: none;
}

.relatedLinks a:hover{
	text-decoration: underline;
}

