@charset "UTF-8";

html {
	font-size: 100.1%;
}

body {
	margin:0;
	background:#002494 url(/images/footer.jpg) repeat-y 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	line-height: 100%;
	color: #cccccc;
	padding: 0px;
}
h1 {
	font-size: 250%;
	line-height: 100%;
}
h2 {
	font-size: 200%;
	line-height: 100%;
}
h3 {
	font-size: 175%;
}
h4 {
	font-size: 150%;
	color: #002494;
}
h5 {
	font-size: 120%;
	text-transform: uppercase;
	color: #002494;
}
h6 {
	color: #002494;
	font-size: 125%;
	font-style: normal;
	line-height: 50%;
	font-weight: bold;
	white-space: normal;
}

p {
	white-space: normal;
	padding-bottom: 1em;
	font-size: 109%;
	line-height: 1.5em;
	color: #636161;
}

a {
	text-decoration: none;
	color: #002494;
}
a:hover {
	text-decoration: underline;
	color: #0033CF;
}

img {
	border:none;
}

/* lists */

ul.ul_dkgrey, ul.ul_green {
	font-size: 109%;
	line-height: 1.5em;
	color: #636161;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.ul_dkgrey li, ul.ul_green li {
	background-repeat: no-repeat;
	background-position: 0 .4em;
	margin-left: 1.6em;
	padding-left: 1.6em;
	padding-bottom: .75em;
}

ul.ul_dkgrey li {
	background-image: url(/images/bullet_dkgrey.png);
}

ul.ul_green li {
	background-image: url(/images/bullet_green.gif);
}

/* page */

#page {
	width:683px;
}

/* header */

#header {
	width:100%;
	background:#002494;
	height:95px;
	overflow:hidden;
}

#header .page {
	width:683px;
	overflow:hidden;
	height:95px;
}

#header h1 {
	width:299px;
	height:60px;
	float:left;
	margin:27px 0 0 9px;
	display:inline;
	background-image: url(/images/logo.gif);
}

#header h1 a {
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width:299px;
	height:60px;
	background:url(/images/logo.gif);
}

#header h2 {
	text-indent:-9999px;
	overflow:hidden;
	width:219px;
	height:44px;
	float:right;
	margin:46px 0 0;
	background-image: url(/images/granada.gif);
}

/* content */

#content {
	width:100%;
	overflow:hidden;
	background:#fff;
	padding:0px 0px 5px 0px;
}

#content .page {
	width:683px;
	overflow:hidden;
}

/* sidebar, navigation */

.sidebar {
	width:172px;
	float:left;
	overflow:hidden;
	padding:7px 15px 0 16px;
}

.sidebar li a {
	color:#7e7e7e;
	font-size:109%;
	text-decoration:none;
	line-height:29px;
}

.sidebar li a:hover {
	color:#01228c;
}

/* main box */

.main {
	float:left;
	width:480px;
	font-weight: normal;
}

.main a.send {
	background:url(/images/send.gif) no-repeat 100% 50%;
	float:right;
	margin:0 16px 0 0;
	display:inline;
	padding:0 18px 0 0;
	color:#a5a2a5;
	font-size:55%;
	text-decoration:none;
}

.main .box {
	width:327px;
	margin:32px 9px 0 144px;
}

.main .box img {
	float:right;
	margin:0 0 0 27px;
}

.main .box .left {
	float:left;
	width:200px;
}

.main .box h3 {
	color:#01228c;
	font-size:100%;
	font-weight:bold;
	width:200px;
	border-bottom:1px solid #c2c2c2;
	padding:0 0 5px;
}

.main .box h4 {
	color:#01228c;
	font-weight:bold;
	font-size:100%;
	margin:5px 0 0;
}

.main .box p {
	color:#999;
	background-color:yellow;
	margin:0 0 10px;
}

.main .box a {
	color:#999;
	text-decoration:none;
	font-style:italic;
}

.main .box a:hover {
	color:#006;
}

.main .box a.more {
	float:right;
	font-size:91%;
	background:url(/images/bullet.gif) no-repeat 100% 50%;
	padding:0 13px 0 0;
	margin:0 7px 0 0;
	display:inline;
}

/* footer */

#footer {
	width:100%;
	height:110px;
}

#footer .page {
	width:487px;
	color:#fff;
	overflow:hidden;
	padding:10px 0 0 206px;
}

#footer p, #footer span, #footer a {
	color:#fff;
	font-size:91%;
}

#footer .nonprofit {
	width:160px;
	margin-right:95px;
	float:left;
	display:inline;
}

#footer .copyright {
	width:120px;
	margin-right:35px;
	float:left; 
	display:inline;
}

#footer p {
}

#footer a {
	text-decoration:none;
}

#footer p.copy {
	float:right;
}

.calfees {
	border-collapse: collapse;
}

.calfees td, th {
	border: 1px solid #000;
	text-align: center;
	padding: 10px;
}

.calfees thead {
	background-color: #CCCCCC;
	color: #FFFFFF;
}

.calfees tbody {
	background-color: #FFFFFF;
}

.calfees th {
	font-weight: bold;
}

.calfees #blue_dark {
	color: #FFFFFF;
	background-color: #003399;
}

.calfees #grey {
	background-color: #999999;
}

.calfees #lt_grey {
	color: #333333;
	background-color: #CCCCCC;
}


.gallery { background-color:#DEDBDB; border-bottom:1px solid #D3D0D0; border-top:1px solid #D3D0D0; text-align:center; padding:10px}
