body{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	min-width: 740px;
}

#wrapper { 
	margin: 0;
	width: 100%;
} 

a:link, a:visited, a:hover {
	color: #3333FF;
	text-decoration: underline;
}

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

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 150%;
 color: #000000;
 clear: both;
}

h2{
 font-size: 125%;
 color: #000391;
}

h3{
 font-size: 112%;
 color: #000391;
}

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

h5{
 font-size: 100%;
 color: #0033FF;
}

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

#masthead{
	width: 100%;
	background-color: #CECFFF;
	padding-top: 8px;
	margin: 0;
	padding-bottom: 40px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: medium;
}

#content{
	font-size: 12pt;
	padding: 10px;
	float: right;
	margin: 0;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 79%;
}

#slideshow{
	float:right;
	width: 282px;
	text-align: center;
	margin: 10px;
	}

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


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


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

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #333333;
	background-color: #CECFFF;
	padding: 20px;
	margin-top: -10px;
}
/* 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;
	vertical-align: middle;
	margin: 10 px;
}

/*********** #navBar link styles ***********/

#sidebar {
	font-size: 0.75em;
	padding: 10px;
	float: left;
	background-color: #FFFFFF;
	margin: 0;
	width: 15%;
	font-family: Georgia, "Times New Roman", Times, serif;
} 

#rightsidebar {
	font-size: 0.75em;
	padding: 10px;
	float: right;
	background-color: #FFFFFF;
	margin: 0;
	width: 15%;
	font-family: Georgia, "Times New Roman", Times, serif;
} 

#navbar {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#navbar li {
	list-style-type: none;
	margin: 0 0 6px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#navbar a {
	display: block;
	padding: 3px 6px;
	color: #000000;
	text-decoration: none;
	background-color: #CECFFF;
	border: 1px solid #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#navbar a:hover, #navbar a:active, #navbar a:focus {
	color: #FFFFFF;
	background-color: #63009C;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 1px solid #333333;
	padding: 3px 6px;
}


/************** #headlines styles **************/

#headlines{
	padding: 10px 0px 20px 10px;
	font-size: 80%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

#wiki {
	float: right;
	margin: 0;

}

iframe {
	margin: 5px;
	padding: 5px;
	clear: left;
	float: right;
}

#masthead #tab4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	background-color: #FFFFFF;
	border-color: #B395EA;
	border-style: outset;
	margin: 0;
	float: right;
	width: 22%;
	margin-right: 6px;
	font-weight: bold;
	padding: 2px;
}

#masthead #tab4 a:hover, #masthead #tab4 a:active, #masthead #tab4 a:focus {
	color: #FFFFFF;
	background-color:#6B009C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#masthead #tab4 a {
	display: block;
	color: #000000;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	}

#masthead #tab {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	background-color: #FFFFFF;
	float: right;
	width: 22%;
	margin-right: 25px;
	font-weight: bold;
	padding: 2px;
	border-color: #B395EA;
	border-style: outset;
}

#masthead #tab a:hover, #masthead #tab a:active, #masthead #tab a:focus {
	background-color:#63009C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
}

#masthead #tab a {
	display: block;
	color: #000000;
	background-color: 9770E0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	}
	
#siteInfo #map {
	float: right;
	width: 15%;
	padding: 10px;
}
