*
{
	margin: 0;
	padding: 0;
}

html,
body
{
	background: transparent;
	font-family: Trebuchet, "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}

a:link,
a:visited
{
	color: #036;
	text-decoration: underline;
}

a:active, 
a:focus,
a:hover 
{
	color: red;
	text-decoration: underline;
}

img
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

p
{
	margin: 10px 0 10px 0;
}

ul
{
	margin: 0 0 0 13px;
}

li
{
	margin: 4px 0 0 0;
}

#page
{
	position: relative;
	padding: 10px 0 10px 0;
	margin: 0px auto 0px auto;
	background-color: #FFF;
	width: 770px;
}



#content,
#content p,
#content li,
#content table
{
	color: black;
	font-size: 11px;
}


#content
{
	width: 100%;
}

#content div.main_content,
#content div.main_content_wide
{
	width: 450px;
	padding-left: 155px;
	padding-top: 80px;
	background-repeat: no-repeat;
	background-position: 70px 30px;
}

#content div.main_content_wide
{
	width: 600px;
}
#content div.main_content li
{
	font-size: 12px;
	padding-bottom: 5px;
}

#content div.main_content td
{
	vertical-align: top;
	padding-bottom: 5px;
}

#content div.inset_photo
{
	float:left;
	clear: none;
	padding: 0px 15px 10px 0px;
}

#content div.inset_photo img
{
	padding: 0px;
	margin: 0px;
	border: 2px solid;
}

#content p
{
	font-size: 12px;
}

#content p.tag_line
{
	color: #C85C27;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0px 10px 0px;
	letter-spacing: 2px;
	word-spacing: 3px;
}


#content div.column
{
	width: 215px;
	float: left;
	clear: none;
	padding-right: 10px;
}

#content div.sidebar
{
	width: 150px;
	float: right;
	clear: none;
	text-align: center;
}



#page_footer
{
	clear: both;
	height: 26px;
	padding-right: 5px;
	clear: both;
	font-size: 11px;
	color: white;
	background-repeat: no-repeat;
}

#page_footer table
{
	width: 100%;
}

#page_footer a
{
	color: white;
	line-height: 26px;
}

#footer,
#subfooter
{
	clear: both;
}


#footer
{
	color: white;
	text-align: right;
	font-size: 10px;
	padding-right: 5px;
	border: 4px outset;
}

#footer p
{
	padding: 0px;
	margin: 3px;
}

#footer a:link,
#footer a:visited
{
	color: white;
	text-decoration: underline;
}

#footer a:active, 
#footer a:focus,
#footer a:hover 
{
	color: red;
	text-decoration: underline;
}


div.clear
{
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 0px;
}

