@charset "UTF-8";

BODY {
margin-left: 0;
margin-right: 0;
margin-top: 0;
margin-bottom: 0;
}


/*------------------------------------- bg images --*/
/*---------- This line is attributed to dinosaurs --*/

.top_blue {
	background-color:#003745;
	background-image:url(../images/graphics/blue_px.jpg);
	background-repeat:repeat;
}
.dark_blue {
	background-color:#003745;
	background-image:url(../images/graphics/blue_px.jpg);
	background-repeat:repeat;
}
.top_grad {
	background-image:url(../images/bg/top_grad.jpg);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
}
.left_edge {
	background-color:#FFFFFF;
	background-image:url(../images/bg/left_edge.jpg);
	background-repeat:repeat-y;
}
.right_edge {
	background-color:#FFFFFF;
	background-image:url(../images/bg/right_edge.jpg);
	background-repeat:repeat-y;
}
.top_bar {
	background-image:url(../images/bg/top_bar.jpg);
	background-repeat: repeat-x;
	background-color:#006972;
}
.r_cell {
	background-color:#FFFFFF;
	background-image:url(../images/bg/45s_hoz.jpg);
	background-repeat:repeat-y;
}
.left_45s {
	background-color:#FFFFFF;
	background-image:url(../images/bg/left_45s.jpg);
	background-repeat:repeat-y;
}
.middle_45s {
	background-color:#FFFFFF;
	background-image:url(../images/bg/middle_45s.jpg);
	background-repeat:repeat-y;
}
.right_45s {
	background-color:#FFFFFF;
	background-image:url(../images/bg/right_45s.jpg);
	background-repeat:repeat-y;
}
.grey_px {
	background-color:#DDDDDD;
	background-image:url(../images/bg/grey_px.jpg);
	background-repeat:repeat;
}
.light_blue {
	background-color: #abced1;
} /* btw, I love that this color is named abced1 */
.blue45s {
	background-image:url(../images/bg/abced1_45s.jpg);
	background-repeat:repeat-y;
	background-color: #abced1;
}




.footer_top {
	background-image:url(../images/bg/footer_line.jpg);
	background-repeat: repeat-x;
	background-color:#003745;
}

.footer_box {
	background-image:url(../images/bg/footer_box2.jpg);
	background-repeat: no-repeat;
	background-position: left top; 
}
.fb_logo {
 position: relative;
 left:210px;
 top: -27px;
}




/*------------------------------------- text --*/


.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#003745;
	line-height: 16pt;
	font-style: normal; font-weight: normal;
}
.side_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#006a72;
	line-height: 16pt;
	font-style: normal; font-weight: normal;
}

.contentheading {
	font-family: Cambria, Times, serif;
	font-size: 14pt;
	color:#6a431d;
	font-style: normal; font-weight: bold;
}

.content_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color:#47290E;
	line-height: 14pt;
	font-style: normal; font-weight: normal;
}

.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color:#FFF;
	line-height: 14pt;
	font-style: normal; font-weight: normal;
}

.crowerks {  
	font-family: Verdana, san-serif; 
	font-size: 9px; 
	line-height: 9px; 
	color: #7B9CA3;
}

/*------------------------------------- aLinks --*/

a:link {
	text-decoration: underline;
	font-weight: normal;
	color: #006a72;
}
a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #006a72;
}
a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #006a72;
}
a:active {
	text-decoration: underline;
	font-weight: normal;
	color: #006a72;
}

.side_links a:link {
	text-decoration: none;
	font-weight: normal;
	color: #006a72;
}
.side_links a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #006a72;
}
.side_links a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #006a72;
}
.side_links a:active {
	text-decoration: none;
	font-weight: normal;
	color: #006a72;
}

.footer_text a:link {
	text-decoration: underline;
	font-weight: normal;
	color: #FFFFFF;
}
.footer_text a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #FFFFFF;
}
.footer_text a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #FFFFFF;
}
.footer_text a:active {
	text-decoration: underline;
	font-weight: normal;
	color: #FFFFFF;
}

.crowerks a:link {
	text-decoration: underline;
	font-weight: normal;
	color: #006a72;
}
.crowerks a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #006a72;
}
.crowerks a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #006a72;
}
.crowerks a:active {
	text-decoration: none;
	font-weight: normal;
	color: #006a72;
}


/* CSS Document */




