
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	background-image:
    url('fullmoon.jpg');
}

p 
{
    font-family: "Berlin Sans", Arial, "Times New Roman", sans-serif;
    color: #FFFFFF;
	font-size: 90%;
}
p.right {text-align: right}

p.left {text-align: left}

.nav {text-align:right}

a:link, a:visited, a:hover
{
	color: #ffffff;
	font-family: "Berlin Sans", Arial, "Times New Roman", sans-serif;
	text-decoration: none;
	font-size: 90%
	
}

a:hover {
	text-decoration: underline;
}

.text {
	font-family: "Berlin Sans", Arial, "Times New Roman", sans-serif;
	font-size: x-large;
	font-style: normal;
	color: #FFFFFF;
}

ul{
    list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

h1{
 font-family: "Bradley Hand ITC","Berlin Sans", Arial, "Times New Roman", sans-serif;
 font-size: 200%;
 color: #FFFFFF;
}

h2{
 font-size: 110%;
 color: #FFFFFF;
}

h3{
 font-size: 110%;
 color: #FFFFFF;
}

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

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#nav{
	float:right
	padding: 0px;
	border-left: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
}

#content{
  float:right;
	width: 46%;
	margin: 0;
	padding: 0 3% 0 0;
}


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


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

#globalNav{
color: #cccccc;
padding: 0px 0px 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; 
}
/************** .content styles ***************/

.content{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

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

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

.content2 img{
	float: right;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */

/************* #footer styles ***************/

#footer{
	clear: both;
	border-top: 0px solid #cccccc;
	font-size: x-small;
	color: #cccccc;
	padding: 4px 4px 4px 4px;
	margin-top: 0px;
}
/* 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" */

#footer img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
