@charset "UTF-8";
/* CSS Document */

/* STYLE RESET (Globals) ________________________________________________________________________________________________________*/
* {
	margin:0;
	padding: 0;
}
img {
	display:block;
	line-height:1px;
}
a img {
	border:0;
}
a {
	text-decoration:none;
	outline: none;
}
p {
	margin:15px 0 15px 0;
	line-height:1.4em;
}
ul, ol {
	margin-left:15px;
}
body {
	font-family:Helvetica, Arial, Verdana;
	background:url(../img/body-bg.gif) no-repeat 741px bottom #eaeaea;
}

/* H1, H2, H3... ______________________________________________________________________________________________________*/
.left-column h2, 
.left-column h2 a {
	font-size:11px;
	margin-top:22px;
}
.right-column h2 {
	font-size:13px;
	text-transform: uppercase;
	
	color:#454545;
}
.right-column h3 {
	color:#999;
	font-size:13px;
	padding-bottom:2px;
	border-bottom:solid 1px #999;
	margin-bottom:10px;
}
/* GENERAL LINKS ______________________________________________________________________________________________________*/
.left-column a {color:#465560;}
.left-column a:hover{color:#1f252a;}
.right-column a {color:#009DBE;}
.right-column a:hover {text-decoration: underline;}
/* GENERAL FONT _______________________________________________________________________________________________________*/
.left-column {
	color:#465560;
	font-family:Verdana;
	font-size:11px;
}
.wide-column p,
.mini-column p,
table.grants,
.right-column ul li,
.footer p {
	font-family:Verdana;
	font-size:11px;
	color:#666;
	margin:0 0 40px 0;
}
.footer p {
	margin-bottom:0;
}
.footer p.image { 
	margin-bottom:5px;
}
.footer p.address { 
	margin-bottom:60px;
}
table.grants {
	width:460px;
}
table.grants td {
	padding:5px;
	border-bottom:solid 1px #d9d9d9;
}
table.grants td.amt {
	text-align:right;
	padding-right:40px;
}
.wide-column p {
	margin-bottom:20px;
}
td.title {
	font-style: italic;
}
/* LISTS ______________________________________________________________________________________________________________*/
.right-column ul li {
	margin-bottom:5px;
}
/* MODULES ____________________________________________________________________________________________________________*/
.page-number {
	font-size:10px;
	font-family:Verdana;
	color:#757575;
	float:left;
	width:100px;
}
.right-column .top {
	margin-bottom:8px;
}
.controls {
	padding:5px 0 5px 0;
}
/* NAV ________________________________________________________________________________________________________________*/
.np-btns a {
	display:block;
	height:10px;
	width:52px;
	background:url('../img/prev-next.gif') no-repeat;
	float:right;
}
.np-btns a.prev {background-position:0 -14px;}
.np-btns a.next {background-position:-60px -14px;}
.np-btns a.prev:hover {background-position:0 0;}
.np-btns a.next:hover {background-position:-60px 0;}


/* FORMS ______________________________________________________________________________________________________________*/

/* IMAGES _____________________________________________________________________________________________________________*/
img.main {
	padding:6px 0 0 0;
	border-top:solid 7px #8f99a0;
}
img.next,
img.prev {
	height:10px;
	width:52px;
	float:right;
}
img.page {float:left;margin-right:2px;}
img.sep {float:right;}
table.staff img {
	padding:1px;
	border:solid 1px #999;
}
/* MISC. CLASSES ______________________________________________________________________________________________________*/
br.clear {
	clear:both;
	line-height:1px;
}
table.staff {
	width:460px;
	margin-bottom:25px;
}
/* LAYOUT ELEMENTS (IDs) ______________________________________________________________________________________________*/
.wrapper {
	background:url(../img/wrapper-bg.gif) repeat-y;
	width:741px;
	float:left;
}
.header {
	margin-top:9px;
}
.left-column {
	float:left;
	width:214px;
	margin-left:5px;
}
.right-column {
	float:left;
	width:462px;
	padding-left:5px;
}
.mini-column {
	float:left;
	width:225px;
}
.mini-column.two {
	margin-left:5px;
	padding-left:5px;
	border-left:solid 1px #d9d9d9;
}
.footer {
	border-top:solid 7px #8f99a0;
	background-color:#ebedee;
	padding:5px;
}
