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

* 
{
	margin:0;
	padding:0;
}


#main_wrapper 
{
	width: 100%;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}



body {
	background-color: #666633;
	margin: 10px 0px 0px 0px;
}



body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000033;
}




p	/* body text */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000033;
	line-height: 17px;
	margin: 0px 0px 10px 0px;
	text-align: left;
	text-align: top;
}




p.center	/* centered body text & images */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000033;
	line-height: 17px;
	margin: 0px 0px 10px 0px;
	text-align: center;
	text-align: top;
}





h1  /* news+events: headings, tipping */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 23px;
	font-weight: bold;
	color: #993300;
	margin: 0px 0px 5px 0px;
	text-align: top;
	text-align: left;
}

h2	/* news+events: date */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000033;
	margin: 0px 0px 14px 0px;
	text-align: top;
	text-align: left;
}


h3	/* news+events: subhead */
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000033;
	margin: 0px 0px 10px 0px;
	text-align: left;
}

h4	/* subheads (oxygen, terms, tipping, etc) */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000033;
	margin: 20px 0px 1px 0px;
	text-align: top;
	text-align: left;
}


h5	/* 1st subhead (no top margin) */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	color: #000033;
	margin: 0px 0px 1px 0px;
	text-align: top;
	text-align: left;
}






p.footer	/* footer/copyright text */
{
	font-size: 10px;
	line-height: 12px;
	margin: 0px 30px 30px 30px;
	text-align: left;
}


p.contacttop	/* contact info at the top of all pages */
{
	font-size: 11.5px;
	line-height: 12.5px;
	margin: 0px 16px 4px 0px;
	text-align: right;
}



p.partners	/* text on Partnerships page */
{
	font-size: 10px;
	line-height: 12px;
	margin: 0px 0px 10px 0px;
	text-align: center;
}


p.small	/* smaller text, like on the bottom of the home page */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;
	line-height: 12px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	text-align: top;
}


p.caption	/* smaller text, like on the bottom of the home page */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;
	line-height: 12px;
	margin: 0;
	text-align: center;
	text-align: top;
}





a:link {  /* links */
	color: #993300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #993300;
}
a:hover {
	text-decoration: underline;
	color: 2E4927;
}
a:active {
	text-decoration: none;
}



#img_right	/* images placed on right side of page (home page,crew page, medical training, etc) */
{
	margin: 5px 0px 10px 15px;
	align: right;
	float: right;
	border-width:1px;
	border-color:#000033;
	border-style: solid;
}


img.displayed 
{
    display: block;
    margin-left: auto;
    margin-right: auto 
}

#center
{
text-align: center;
}



img.header
{
text-align: right;
}





ul	/* unordered (bulleted) list */
{
	margin: 0px 0px 15px 35px;
	padding: 0;
	text-align: left;
}

ol	/* ordered (numbered) list */
{
	margin: 0px 0px 15px 35px;
	padding: 0;
	text-align: left;
}


li	/* list item */
{
	margin: 0;
	padding: 0px 0px 5px 0px;
	text-align: left;
}





#doubleborder /* text box on running page */
{
	border-style: double;
	border-width: 1px;
	color: #000033;
	padding: 10px;
}










