/* general tags ============================================================ */
body,
table,
td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

body {
	background-color: #FFF;
	color: #333;
}

p {
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	padding-bottom: 6px;
}

a {
	color: #0062BF;
}

a:link,
a:visited {
	text-decoration: none;
	}
	
a:hover,
a:active {
	text-decoration: underline;
}

ul {
        margin: 0px; 
        line-height: 1.5em; 
        padding: 0px 0px 5px 20px;
}

/* head styles ============================================================ */

#head {
	color: #FFF;
}

#head a {
	color: #FFF;
}

#head-1 a {
	padding: 6px 20px;
	border-right: 2px solid #666;
	font-weight: normal;
	font-size: 110%;
	color: #FFF;
	text-decoration: none;
}

#head-1 a:link,
#head-1 a:visited {
	color: #FFF;
}

#head-1 a:hover,
#head-1 a:active {
	background-color: #0062BF
}

#head-1 a.current {
	background-color: #0062BF;
}

/* main styles ============================================================ */

#main a:link,
#main a:visited {
	color: #0062BF;
	text-decoration: underline;
	}
	
#main a:hover,
#main a:active {
	text-decoration: underline;
}

#main h1 {
	margin: 0px 0px .1em 0px;
	font-size: 180%;
	font-weight: normal;
	color: #0062BF;
	padding: 0;
}

#main h2 {
	margin: .5em 0px 0px 0px;
	padding: 0;
	font-size: 120%;
	font-weight: normal;
	color: #0062BF;
}

#main h3 {
	margin: .5em 0px 0px 0px;
	padding: 0;
	font-size: 120%;
	font-weight: normal;
	color: #000;
}

#main h4 {
	margin: .5em 0px 0px 5px;
	padding: 0;
	font-size: 110%;
	font-weight: normal;
	color: #000;
}

#nav-1 a,
#nav-2 a {
	font-weight: normal;
	font-size: 120%;
	color: #333;
	text-decoration: none;
	line-height: 1.6em;
}

#nav-1 a:link,
#nav-1 a:visited,
#nav-2 a:link,
#nav-2 a:visited {
	color: #444;
	text-decoration: none;
}

#nav-1 a:hover,
#nav-1 a:active,
#nav-2 a:hover,
#nav-2 a:active {
	color: #000;
	text-decoration: none;
}

#nav-1 a.current,
#nav-2 a.current {
	color: #777;
}

#calendar {
	margin-top: 6px;
	padding-top: 6px;
	border-top: 1px dotted #DDD;
}

/* foot styles ============================================================ */

#foot a,
#foot a:link,
#foot a:visited {
	font-weight: normal;
	font-size: 100%;
	text-decoration: none;
}

#foot a:hover,
#foot a:active {
	text-decoration: underline;
}

/* utility classes ============================================================ */

div.clearFloats {
	clear: both;
	line-height: 0px; 
	height: 0px;
	visibility: hidden;
}
div.noCollapse { /* keep divs from collapsing into contained elements */
	padding: 1px 0px;
} 
.right {
	float: right;
}
.space_right {
	margin-right: 10px;
	margin-bottom: 10px;
}
.space_left {
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.footer {
	font-weight: normal;
	font-size: 90%;
	color: #666;
	text-decoration: none;
}

.partnersnav {
	font-weight: normal;
	font-size: 120%;
	color: #FFF;
	text-decoration: none;
}
#head-banner a.partnersnav:hover, 
#head-banner a.partnersnav:active {
	color: #CCC;
	text-decoration: none;
}

.subhead {
	font-size: 120%;
	font-weight: normal;
	color: #0062BF;
}
.caption {
	font-weight: normal;
	font-size: 100%;
	color: #666;
	text-decoration: none;
}
.phototitle {
	font-size: 100%;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}
.allcaps {
	font-size: 85%;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}
.formfield  {
	background-color: #CCCCFF; 
	border: 0px; 
	width: 90px; 
	color: #000; 
	height: 13px; 
	font-size: 100%; 
	padding-left: 2px; 
	padding-top: 4px;
	margin-right: 4px;
	margin-top: 3px;
	margin-bottom: 2px;
}