body {
	background: #FFFFFF;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	color: #333333;
	margin: 0;
	font-size: 12px;
	line-height: 16px;
	
}

h1 {
	margin: 0;
	padding: 0 0 10px 0;
	color: #232e7e;
	font-size: 18px;
}

h2 {
	margin: 0;
	padding: 0;
	color: #232e7e;
	font-size: 16px;
}

h3 {
	margin: 0;
	padding: 0;
	color: #232e7e;
	font-size: 14px;
}


a {
	color: #232e7e;	
}

a:hover {
	text-decoration: none;
}

#firstline {
	color: #232e7e;
	font-size: 14px;
	font-weight: bold;
}

#woman {
	display: none;
}

#cow {
	display: none;
}

#sign {
	display: none;	
}

#wrapper {
	width: 7in;		
}

#wrapper1 {
	background: none ! important;
}


#title {
	display: none;
}

#titleprint {
	width: 720px;
	height: 144px;
	padding-bottom: 10px;
}

#home {
	display: none;
}

#main {
	position: relative;
	margin: 0;
	padding: 0;
}

#left { 
	display: none;
}

#right {
	display: none;
}


#sidenews {
	display: none;
}


#fact {
	display: none;
}


.didyouknow {
	font-weight: bold;
	font-size: 14px;
	
}

.event {
	border-bottom: 1px solid silver;
	padding-bottom: 5px;
}

.evtitle {
	color: #232e7e;
	font-weight: bold;	
}

.evdull {
	color: #999999;
}


#center {
	position:relative;
	margin: 10px;
}

.floater {
	display:none; 
}

#footer {
	display: none;
}


.clear {
	clear: both;
}


/***** Vertical Navigation *****/

#nav_vert {
	color: #fff;
}

#nav_vert ul {
	padding: 0;
	margin: 0;
}


#nav_vert li {
	list-style: url(../../gfx/bullet.png) outside circle;
	white-space: nowrap;
	width: 100%;
}

#nav_vert li a {
	background: inherit;
	color: #006fbf;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 0 3px;
	line-height: 18px;

}

* html #nav_vert a {width:100%;}

#nav_vert .selected, #nav_vert a:hover
{
	color: #232e7e;
	text-decoration: none;
}

/***** Subsection Navigation *****/

#subnav {
	color: #fff;
}

#subnav ul {
	padding: 0;
	margin: 0;
}


#subnav li {
	list-style-image: none;	
	white-space: nowrap;
}

#subnav li a {
	color: #006fbf;
	font-weight: normal;
	display: block;
	text-decoration: none;
	padding: 0 10px 0 15px;
	line-height: 18px;

}


* html #subnav a {width:100%;}

#subnav .selected, #subnav a:hover
{
	color: #232e7e;
	text-decoration: none;
	background-image: url(../../gfx/sub.bullet.png);		
}



/***** Quick Links *****/


.preload {
	display: none;
}

#quicklinks {
	display: none;
}


* html #quicklinks a {width:1%;}


/***** Footer Navigation *****/

#footer ul {
	padding: 0;
	margin: 0;
}


#footer li {
	float: right;
	list-style: none;
	white-space: nowrap;

}

#footer li a {
	background: inherit;
	color: #ffffff;
	display: block;
	text-decoration: none;
	padding: 0 10px;

}

* html #footer a {width:1%;}

#footer .selected, #footer a:hover
{
	color: #fff;
	text-decoration: underline;
}


