/******************************************************************************
 * Reset page elements to start from base for all browsers
 ******************************************************************************/
BODY, DIV, DL, DT, DD, UL, OL, LI, H1, H2, H3, H4, H5, H6, PRE, FORM, FIELDSET, INPUT, TEXTAREA, P, BLOCKQUOTE, TH, TD { 
	margin: 0px;
	padding: 0px;
}

TABLE {
	border-collapse: collapse;
	border-spacing: 0px;
}

FIELDSET, IMG { 
	border: 0px;
}

ADDRESS, CAPTION, CITE, CODE, DFN, EM, STRONG, TH, VAR {
	font-style: normal;
	font-weight: normal;
}

OL, UL {
	list-style: none;
}

CAPTION, TH {
	text-align: left;
}

H1, H2, H3, H4, H5, H6 {
	font-size: 100%;
	font-weight: normal;
}

Q:before, Q:after {
	content: '';
}

ABBR, ACRONYM { 
	border: 0px;
}

/******************************************************************************
 * Page elements
 ******************************************************************************/
BODY {
	padding: 0px;
	margin: 0px 0px 30px 0px;
	padding: 0px 15px;
	background-color: #EFF0EA;
	border-top: 4px solid #4E2683;
}

BODY, TD, P, INPUT, SELECT, TEXTAREA {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	line-height: 16px;
    text-align: justify
}

STRONG {
	font-weight: bold;
}

EM {
	font-style: italic;
}

A, A:link, A:visited {
	color: #AC1230;
	text-decoration: none;
	font-weight: bold;
}

A:hover, A:active {
	color: #000;
	text-decoration: none;
}

H1 {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #76787B;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

H2 {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	line-height: 18px;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

H2 SPAN {
	font-weight: normal;
}

H3 {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	padding: 0px;
	margin: 0px;
}

H4 {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	line-height: 19px;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

H5 {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 20px;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

LI {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	list-style-type: square;
	margin: 0px 0px 15px 15px;
}

LI.large {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	list-style-type: square;
	margin: 0px 0px 15px 15px;
}

UL.tight {
	margin-top: 0px;
	margin-bottom: 20px;
}

UL.tight LI {
	margin-bottom: 0px;
}

P {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
}

.clear {
	clear: both;
}

.location {
	white-space: nowrap;
}

.inlinePhoto {
	margin: 0px 15px 10px 0px;
	border: 1px solid #CFD1C8;
}

#header {
	width: 800px;
	margin: 0px auto;
	padding: 27px 0px;
}

#content {
	width: 800px;
	margin: 0px auto;
	min-height: 400px;
	background: #FFF url(../../images/content_background.gif) repeat-y;
	border-top: 24px solid #4E2683;
}

#contentFooter {
	width: 800px;
	margin: 0px auto;
	background: #FFF url(../../images/content_background.gif) repeat-y;
	border-bottom:  4px solid #4E2683;
	clear: both;
}



#feature {
	width: 800px;
	margin: 0px auto;
	padding-bottom: 5px;
}

.column {
}

#left {
	width: 159px;
	float: left;
}

#center {
	width: 372px;
	padding: 17px 22px 5px 22px;
	float: left;
}

#right {
	width: 225px;
	float: right;
	padding-top: 10px;
	text-align: center;
	font-size: 10px;
	line-height: 1.3em;
}

#right .caption {
	width: 156px;
	margin: 0px auto;
	padding: 10px 7px;
	text-align: justify;
}



#footer {
	width: 800px;
	margin: 0px auto;
}

#footer {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000;
	line-height: 13px;
	padding-top: 15px;
}

#footer #tagLink SPAN {
	font-weight: normal;
	color: #000;
}

#footer #tagLink:hover, #footer #tagLink:active {
	text-decoration: none;
}

#footer #tagLink:hover .tagLinkCopy, #footer #tagLink:active .tagLinkCopy {
	text-decoration: none;
}

UL#navigation {
	width: 159px;
	margin: 17px 0px 0px 0px;
	padding: 0px 0px 17px 0px;
	border-top: 1px solid #5F3892;
	border-bottom: 1px solid #5F3892;
}
	
UL#navigation LI {
	height: 18px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navigation A {
	display: block;
	width: 159px;
	height: 18px;
}

#navigation A SPAN {
	position: absolute;
	left: -9000px;
	line-height: 18px;
}

#navigation A#navHome {
	background: #FFF url(../../images/subnav/home.gif) top left no-repeat;
}

#navigation A#navHome:hover, #navigation A#navHome:hover .current, #navigation A#navHome .current {
	background-position: 0px -18px;
}

#navigation A#navAbout {
	background: #FFF url(../../images/subnav/aboutus.gif) top left no-repeat;
}

#navigation A#navAbout:hover, #navigation A#navAbout:hover .current, #navigation A#navAbout .current {
	background-position: 0px -18px;
}

#navigation A#navServices {
	background: #FFF url(../../images/subnav/services.gif) top left no-repeat;
}

#navigation A#navServices:hover, #navigation A#navServices:hover .current, #navigation A#navServices .current {
	background-position: 0px -18px;
}

#navigation A#navBoard {
	background: #FFF url(../../images/subnav/board.gif) top left no-repeat;
}

#navigation A#navBoard:hover, #navigation A#navBoard:hover .current, #navigation A#navBoard .current {
	background-position: 0px -18px;
}

#navigation A#navProjects {
	background: #FFF url(../../images/subnav/projects.gif) top left no-repeat;
}

#navigation A#navProjects:hover, #navigation A#navProjects:hover .current, #navigation A#navProjects .current {
	background-position: 0px -18px;
}

#navigation A#navStaff {
	background: #FFF url(../../images/subnav/staff.gif) top left no-repeat;
}

#navigation A#navStaff:hover, #navigation A#navStaff:hover .current, #navigation A#navStaff .current {
	background-position: 0px -18px;
}

#navigation A#navSponsors {
	background: #FFF url(../../images/subnav/sponsors.gif) top left no-repeat;
}

#navigation A#navSponsors:hover, #navigation A#navSponsors:hover .current, #navigation A#navSponsors .current {
	background-position: 0px -18px;
}

#navigation A#navAnnouncements {
	background: #FFF url(../../images/subnav/announcements.gif) top left no-repeat;
}    

#navigation A#navAnnouncements:hover, #navigation A#navAnnouncements:hover .current, #navigation A#navAnnouncements .current {
	background-position: 0px -18px;
}
    
#navigation A#navContact {
	background: #FFF url(../../images/subnav/contactus.gif) top left no-repeat;
}

#navigation A#navContact:hover, #navigation A#navContact:hover .current, #navigation A#navContact .current {
	background-position: 0px -18px;
}


#bio {
	width: 510px;
	margin: 10px auto;
}

#bio H1 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding: 0px;
	margin: 0px;
}

#bio H2 {
	font-size: 10px;
	font-weight: bold;
	color: #000;
	line-height: 1em;
	padding: 0px;
	margin: 0px 0px 2px 0px;
}

#bio P {
	margin-bottom: 12px;
}

#bio #logo {
	padding-bottom: 5px;
}
