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

body{
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1;	
	margin: 0px;
	padding: 0px;
}

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

a:hover {
	background-color: #333333;
}
/* overrides decoration from previous rule for hovered links */

h1{
 font-family: "Monotype Corsiva";
 font-size: 40px;
 color: #660000;
}

h2{
 font-family: "Monotype Corsiva";
 font-size: 32px;
 color: #FFFFCC;
}

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

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.view {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style:italic;
}				

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

#masthead{
	margin: 0;
	padding: 10px 0px;
	width: 100%;
}

#content{
	float:left;
	width: 90%;
	margin: 0;
	padding: 10px 10px 10px 10px;
}


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

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-style: italic;
	color: #333333;	
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 0px 10px;
}


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

#globalNav{
color: #FFFFCC;
padding: 5px 5px 5px 10px;
white-space: nowrap;
background-color:#660000;
}
/* '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 a {
	font-size: 90%;
	color:#FFFFCC;
	padding: 0px 4px 0px 0px;
	font-weight: bold;
	text-decoration: underline;
}

.joinlist {
	font-weight:bold;
	padding-left: 50px;
	padding-right: 50px;
	background-color: #660000;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #ffffff;
	padding: 5px 5px 5px 5px;
	margin-top: 0px;
	background-color:#000000
}
/* 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 a:link, a:visited, a:active, a:hover {
	color: #FFFFCC;
	text-decoration: none;
}

#siteInfo a:hover {
	text-decoration: underline;
}

