/* Styles used for all blue hyperlinks on each page */

a:visited {color: #00ADEF; text-decoration: none}
a:link {color: #00ADEF; text-decoration: none}
a:active {color: #00ADEF; text-decoration: none}
a:hover {color: #00ADEF; text-decoration: underline}

/* Hyperlink styles for the main navigation area on the homepage */

a.main_links:visited {color: #000000; text-decoration: none}
a.main_links:link {color: #000000; text-decoration: none}
a.main_links:active {color: #00ADEF; text-decoration: none}
a.main_links:hover {color: #00ADEF; text-decoration: none}

/* Hyperlink styles for the sub navigation area on each page */

a.sub_links:visited {color: #FFFFFF; text-decoration: none}
a.sub_links:link {color: #FFFFFF; text-decoration: none}
a.sub_links:active {color: #FFFFFF; text-decoration: none}
a.sub_links:hover {color: #000000; text-decoration: none}

/* Styles applied to the body tag of every page */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

/* Styles used for bold text on each page */

.bold_text {
	color: #000000;
	font-weight: bold;
}

/* Styles used for main content area on each page */

.content {
	vertical-align: top;	
}

/* Styles used for main headings under image area */

.content_header {
	color: #666666;
	font-size: 19px;
	font-weight: bold;
}

.content_header_aboutus {
	color: #00ADEF;
	font-size: 19px;
	font-weight: bold;
}

.content_header_community {
	color: #AFBC22;
	font-size: 19px;
	font-weight: bold;
}

.content_header_donate {
	color: #AFBC22;
	font-size: 19px;
	font-weight: bold;
}

.content_header_employ {
	color: #F38F1D;
	font-size: 19px;
	font-weight: bold;
}

.content_header_members {
	color: #AFBC22;
	font-size: 19px;
	font-weight: bold;
}

.content_header_shop {
	color: #F15D22;
	font-size: 19px;
	font-weight: bold;
}

.content_header_work {
	color: #00ADEF;
	font-size: 19px;
	font-weight: bold;
}

/* Styles for the divider link in the footer links at the bottom of each page */

.divider {
	padding-left: 15px;
	padding-right: 15px;
}

/* Styles used for the find area at the top of each page */

.find {
	height: 60px;
	text-align: right;
}

/* Styles used for the small text beside the drop down lists at the top of each page */

.find_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

/* Styles used for 'Follow us' text on the left of each page */

.follow_us {
	color: #666666;
	font-size: 13px;
	font-weight: bold;
}

/* Styles used for the text in the drop down lists at the top of each page */

.list_text {
	font-size: 11px;
}

/* Styles used for main table on each page */

.main_table {
	width: 810px;
}

/* Styles used for the main navigation area on the left of each page */

.main_link {
	color: #000000;
	font-size: 19px;
	font-weight: bold;
	padding-left: 25px;
}

.main_link_height {
	height: 25px;
}

/* Styles used for navigation column on each page */

.navigation {
	vertical-align: bottom;
	width: 235px;
}

.navigation_background {
	background: #00AEEF;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
}

/* Styles used for networking column on each page */

.networking {
	padding-left: 25px;
	padding-right: 25px;
	vertical-align: top;
}

/* Styles used for spacer heights between content sections on each page */

.spacer_height {
	height: 0px;
}

/* Styles for newsletter subscribe section on the left of each page */

.subscribe_button {
	font-size: 11px;
}

.subscribe_divider {
	border-bottom: 1px dashed #666666;	
}

.subscribe_field {
	border: 1px solid #999999;
	font-size: 11px;
	width: 135px;
}

.subscribe_text {
	color: #666666;
	font-size: 13px;
	font-weight: bold;
}

