/* 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: #B26B0F;
}

a:link,
a:visited {
	text-decoration: none;
}
	
a:hover,
a:active {
	text-decoration: underline;
}

ul {
        line-height: 1.5em; 
}

/* head styles ============================================================ */

#head {
	color: #333;
}

#head a {
	color: #FFF;
}

#head-2 a {
	font-weight: normal;
	color: #900;
	text-decoration: none;
}

#head-2 a:link,
#head-2 a:visited {
	color: #900;
}

#head-2 a:hover,
#head-2 a:active {
	color: #600;
}

#head-2 a.current {
	color: #000;
}

#head-3 a {
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

#head-3 a:link,
#head-3 a:visited {
	color: #fff;
}

#head-3 a:hover,
#head-3 a:active {
	color: #666;
	text-decoration: none;
}

#head-3 a.current {
	color: #000;
}

/* main styles ============================================================ */

#main a:link,
#main a:visited {
	color: #B26B0F;
	text-decoration: none;
}
	
#main a:hover,
#main a:active {
	text-decoration: underline;
}

#main h1 {
	margin: 0px 0px .1em 0px;
	font-size: 160%;
	font-weight: bold;
	color: #444;
	padding: 0;
}

#main h2 {
	margin: .5em 0px 0px 0px;
	padding: 0;
	font-size: 95%;
	font-weight: bold;
	text-transform: uppercase;
	color: #f60;
}

#main h3 {
	margin: .5em 0px 0px 0px;
	padding: 0;
	font-size: 95%;
	font-weight: bold;
	color: #900;
	text-transform: uppercase;
}

#main h4 {
	margin: .5em 0px -10px 0;
	padding: 0;
	font-size: 95%;
	font-weight: bold;
	color: #960;
}

#main h5 {
	margin: .5em 0px 0px 0;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	color: #630;
}

#nav-1 a,
#nav-2 a {
	font-weight: normal;
	text-decoration: none;
	line-height: 1.6em;
}

#nav-1 a:link,
#nav-1 a:visited,
#nav-2 a:link,
#nav-2 a:visited {
	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: #666;
}

#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, .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;
}

.projects {
	margin: 8px 0 10px 10px;
}

div.projects p {
	padding: 7px 0 0 0;
}

div.projects ul {
	line-height: 1.3em;
	margin: 10px 0 10px 0;
	padding: 0 0 5px 0;
	list-style-type: none;
	color: #630;
}

div.projects li {
	list-style-type: none;
	margin: 0;
	padding: 7px 0 0 0;
}

#colone ul {
	margin: 0 0 0px 0;
	padding: 0 0 10px 15px;
}

#colone li {
	margin: 0;
	padding: 0 0 0px 0;
	list-style: circle outside;
}

.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;
}

.sponsor {
	color: #666;
	font-size: 95%;
	line-height: 1.4em;
	margin: -2px 0px -6px 0px;
}

.footnote {
	color: #666;
	font-style: italic;
	font-size: 90%;
	line-height: 1.4em;
	margin-top: -6px;
}

