/**************** global styles ****************/

body{
	font-family: Arial, sans-serif;
	color: #333333;
	margin: 20px 0px 0px;
	padding: 0px;
	font-size: .8em;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#content{
	float: left;
	top: 0px;
}

#navmenu {
	padding: 2px;
}

#headlines{
	float:none;
	background-image: url(images/bg_headlines.png);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #333366;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#siteinfo {
	text-align: right;
}

#feature {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333366;
	margin-bottom: 0px;
	padding-bottom: 10px;
	clear: both;
}

#story {
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #333366;
	height: 250px;
	clear: both;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#altstory {
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #333366;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 250px;
	margin-bottom: 15px;
}

/*********************  Navbar  ***********************/

#navmenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#navmenu li {
	width: 140px;
} 


#navmenu a
{
	display: block;
	color: #333366;
	background-color: #FFFFFF;
	padding: 0.2em 0.8em;
	border: 1px solid #333366;
	background-image: url(images/bg_nav2.gif);
	background-repeat: repeat;
	background-position: top;
	text-decoration: none;
}

#picLink{
	width: 140px;
	margin-left: 4px;
}

.picLink_text {
	font-size: 0.9em;
	color: #333333;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}


#navmenu a:hover
{
	color: #333366;
	background-image: url(images/bg_nav3.gif);
	background-repeat: repeat;
	background-position: bottom;
	text-decoration: none;
}

/************** picture links *****************/

a img {
   border: 0;
}

#picLink a
{
	display: block;
	position: relative;
	width: 140px;
	text-decoration: none;
	color: #0C2C82;
	padding: 2px;
}


/************** .feature styles ***************/

.feature{
	line-height: 1.5em;
	padding-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.feature h3{
	padding: 5px 0px;
	text-align: center;
	color: #003366;
}

.feature img{
	border: 1px solid #333366;
	float: left;
}
 .altfeature img {
	margin-bottom: 10px;
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 10px;
	margin-right: 10px;
	padding-left: 10%;
 }

/************** .story styles *****************/

.story{
	line-height: 1.5em;
}

.story p{
	padding: 0px 0px 5px;
}

.story img{
	height: 250px;
	width: 250px;
	border: 1px solid #333366;
}

.altstory img{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	clear: both;
	}
	
.story h4{
	padding: 5px;
	text-align: center;
	color: #333366;
}


/************** #headlines styles **************/

/***#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
}***/

#headlines p{
	padding: 5px 0px 5px 0px;
	font-size: x-small;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	color: #666666;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}
.header_img {
	padding-bottom: 20px;
}
ul {
	padding-left: 3px;
	list-style-image: url(images/li_bullet.gif);
	list-style-position: outside;
	text-indent: 2px;
}
li {
	padding-left: 4px;
	list-style-position: inside;
}
.column_ul {
	float: left;
	margin: 15px 2px;
	width: 32%;
}
.emphasis {
	font-style: italic;
	font-weight: bold;
	color: #003366;
}

.shadow {
	float: left;
	background-image: url(images/shadow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 10px 0px 0px;
	padding: 0px 5px 5px 0px;
	height: 258px;
	width: 258px;
}

.altshadow {
	float: left;
	background-image: url(images/altshadow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 10px 0px 0px;
	height: 260px;
	width: 343px;
	padding-left: 0px;
	padding-bottom: 0px;
}
.feature2 {
	font-size: 1.5em;
	line-height: 1.5em;
	font-style: italic;
}
h4 {
	color: #0C2C82;
}
.events {
	padding-right: 20px;
	padding-left: 10px;
}
.update {
	font-size: 75%;
	font-style: italic;
	font-variant: small-caps;
	color: #999999;
	text-align: right;
}
.class1 a {
	text-decoration:none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
