body
{
	text-align: center;
	font-family: Georgia;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.container
{
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	text-align: left;
}

div.spacer_horizontal_top
{
	height: 20px;
}

div.header
{
	height: 100px;
}

div.header_line
{
	height: 2px;
	background-image: url(images/line1.gif);
}

div.header_spacer
{
	height: 8px;
}

div.header_image
{
	height: 96px; 
	background-image: url(images/header.gif);
}

div.spacer_horizontal_middle
{
	height: 24px;
}

div.body
{
	height: 400px;
}

div.navigation
{
	float: left;
	width: 104px;
}

div.navigation_link
{
	height: 24px;
	line-height: 24px;
	font-size: 12px;
}

a.navigation_link
{
	text-decoration: none;
}

a.navigation_link_selected
{
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #FF0000;
}

div.navigation_line
{
	height: 2px;
	background-image: url(images/line2.gif);
}

div.spacer_vertical_left
{
	float: left;
	width: 22px;
	height: 400px;
}

div.page
{
	float: left;
	width: 438px;
}

div.page_line
{
	height: 2px;
	background-image: url(images/line3.gif);
}

div.page_line_with_margin
{
	height: 2px;
	background-image: url(images/line3.gif);
	margin-top: 10px;
}

div.title
{
	/*height: 24px;*/
	line-height: 24px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

div.spacer_vertical_right
{
	float: left;
	width: 18px;
	height: 400px;
}

div.sidebar
{
	float: left;
	width: 186px;
}

div.sidebar_line
{
	height: 2px;
	background-image: url(images/line4.gif);
}

div.sidebar_news_spacer
{
	height: 8px;
}

div.sidebar_members_text
{
	height: 24px;
	line-height: 24px;
	font-size: 12px;
}

a.sidebar_members_text_selected
{
	font-weight: bold;
	color: #FF0000;
}

div.sidebar_members_section
{
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	font-weight: bold;
}

div.sidebar_text
{
	height: 24px;
	line-height: 24px;
	font-size: 12px;
}

a.sidebar_text_selected
{
	font-weight: bold;
	color: #FF0000;
}

div.sidebar_location_section
{
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	font-weight: bold;
}

div.spacer_horizontal_bottom
{
	height: 20px;
}

div.image
{
	margin-top: 8px;
	margin-bottom: 8px;
	height: 112px;
}

div.image_image
{
	float: left;
	width: 175px;
	height: 112px;
}

div.image_spacer
{
	float: left;
	
	width: 12px;
	height: 112px;
}

div.image_text
{
	float: left;
	width: 251px;
	height: 112px;
}

div.logo
{
	margin-top: 19px;
	margin-bottom: 19px;
	height: 40px;
}

div.subtitle
{
	/*height: 24px;*/
	line-height: 24px;
	font-size: 16px;
	font-weight: bold;
}

a
{
	text-decoration: none;
	color: #000000;
}

a:hover
{
	color: #FF0000;
}

p
{
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	margin-top: 6px;
	margin-bottom: 6px;
}

p.leadtext
{
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	margin-top: 18px;
	margin-bottom: 18px;
}

p.subtitle
{
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	margin-top: 8px;
	margin-bottom: -4px;
}

p.sidebar_news_title
{
	font-size: 12px;
	line-height: 12px;
	margin-top: 6px;
	margin-bottom: 6px;
}

p.sidebar_news_title_selected
{
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	line-height: 12px;
	margin-top: 6px;
	margin-bottom: 6px;
}
p.sidebar_news_text
{
	font-size: 10px;
	font-family: Verdana;
	line-height: 12px;
	margin-top: 6px;
	margin-bottom: 15px;
}

p.image_text
{
	font-size: 10px;
	font-family: Verdana;
	line-height: 12px;
	margin-top: 0px;
	margin-bottom: 6px;
}

p.form
{
	margin-top: 18px;
	margin-bottom: 18px;
}

input
{
	border: solid 1px #B3B3B3;
	font-family: Georgia;
	font-size: 11px;
	height: 25px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	background-color: white;
}

input.checkbox
{
	border: solid 1px #B3B3B3;
	font-family: Georgia;
	font-size: 11px;
	height: 20px;
	width: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	background-color: white;
}

input.name
{
	width: 260px;
}

input.email
{
	width: 160px;
}

input.button
{
	text-align: center;
}

textarea
{
	border: solid 1px #B3B3B3;
	font-family: Georgia;
	font-size: 11px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	background-color: white;
}

textarea.comment
{
	width: 438px;
	height: 100px;
}

textarea.message
{
	width: 438px;
	height: 130px;
}