/* CSS Document */

* { font-family: "Trebuchet MS", verdana, arial, sans-serif; }
body {
	font-size: 11px;
	color: #666;
}

body, p, div, table, td, ul, ol, li {

}

#wrapper {
	width: 750px;
	border-bottom: #1d154f 10px solid;
	background: #FFF;
	margin-right:auto;
	margin-left:auto;
	text-align: left;
}

.header {
	background: #1d154f;
	border-bottom: #FFF 1px solid;
}

.nav {
	margin-top: 23px;
	text-transform: uppercase;
	font-size: 1.05em;
	font-weight: bold;
}

.mygalen { font-size: 16px; margin-bottom: 7px; }

.homepagemodules {
	width: 750px;
	min-height: 125px;
	background: #F1F1F1;
	border-bottom: #E3E3E3 1px solid;
	color: #1D154F;
}

ul.homepage, ul.hompage li {
	padding-left: 0px;
	list-style: none;
	text-decoration: none;
}

li.homelinks {
	list-style: none outside;
	cursor: pointer;
}


.homelists {
	width: 18%;
	padding: 12px 0 15px 15px; 

}

.homelistsmid {
	width: 21%;
	padding: 12px 0 15px 15px; 

}

.homelistsrt {
	width: 15%;
	padding: 12px 0 15px 15px; 

}

.homeannouncemnets {
	width: 37%;
	margin-top: 5px;
}

.contents {
	padding: 30px 40px 30px 50px;
}

.modules { 
	width: 190px;
	padding: 40px 0 30px 0;
}

fieldset {
	border: 1px #1d154f solid;
	margin-bottom: 30px;
	_padding: 10px;
}


.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
.noborder { border: 0; }
#document-display td { padding: 0; }

.show { display: inline; }
.noshow { display: none; }

/* text formatting */
.homepagemodules h3 {
	font-size: 11px;
	color: #1d154f;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 0;
}

.docheader, .section {
	font-size: 1.3em;
	color: #1d154f;
	font-weight: bold;
	text-transform: uppercase;
}

legend {
	color: #a95020;
	font-size: 1.2em;
}

/* links */

a.intsec, 
a.intsec:hover, 
a.intsec:visited {
	line-height: 22px;
	color: #a95020;
	font-weight: bold;
	text-decoration: none;
}

a, 
a:hover, 
a:visited {
	color: #a95020;
	text-decoration: none;
}

a:hover { 
	text-decoration: underline; 
}

.homeannouncemnets a,
.homeannouncemnets a:hover,
.homeannouncemnets a:visited,
fieldset a, 
fieldset a:hover, 
fieldset a:visited {
	color: #1d154f;
}

.nav a,
.nav a:hover,
.nav a:visited { 
	background: none;
	margin-right: 15px;
	color: #FFF;
	text-decoration: none;	
}

li.nav-expanded { list-style: none; margin-left: 10px; }
li.nav-expanded a { font-size: 11px; color: #669; }

