html
{
	font-size: 11px;
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
}

body
{
	color: black;
	background-color: #ffffff;
	background-image: url( '../images/background.gif' );
	margin: 0;
}

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

p
{
	text-align: justify;
	font-size: 12px;
	line-height: 14px;
	margin: 12px 0 12px 0;
}

table, tr, td
{
	padding: 0;
	margin: 0;
	border: 0;
}

#outer_page
{
	width: 775px;
	margin: 0px auto 0px auto;
	overflow: hidden;
}

/*<group=Structure>*/

#structure
{

}

#structure td.left_border
{
	width: 8px;
}

#structure #navigation
{
	width: 105px;
}

#structure #sub_navigation
{
	width: 75px;
}

#structure #content
{
	/* Width dimension intentionally left blank. */
}

#structure td.right_border
{
	width: 8px;
}

#structure #header
{
	height: 62px;
	background-repeat: no-repeat;
}


#structure #logo
{
	vertical-align: bottom;
}

#structure #theme
{
	position: relative;
	vertical-align: bottom;
}

#structure #theme img
{
	float: right;
}

#structure #footer
{
	background-repeat: no-repeat;
	vertical-align: bottom;
}

div.privacy
{
	font-size: 9px;
	line-height: 20px;
	margin: 0;
	padding: 0 40px 0 0;
	color: white;
	background-color: transparent;
	text-align: right;
}

#structure #footer a
{
	color: white;
	background-color: transparent;
	text-decoration: none;
}

#structure #footer a:hover
{
	font-weight: bold;
}

#structure td
{
	color: inherit;
	background-color: white;
	vertical-align: top;
}

	
/*</group>*/

/*<group=Navigation>*/

#structure #navigation
{
}

#navigation #main_menu
{
	margin-left: 10px;
}

#main_menu ul
{
	margin: 0;
	padding: 0;
}

#main_menu li
{
	color: #aa0000;
	background-color: transparent;
	list-style-type: none;
	margin: 0 0 6px 0;
	padding: 0;
	line-height: 14px;
}

#navigation li.selected
{
	font-weight: bold;
}

#navigation a
{
	text-decoration: none;
	color: #aa0000;
	background-color: transparent;
}	

#navigation a:hover
{
	font-weight: bold;
}	


/*</group>*/

/*<group=Content>*/

#content #point_headings
{
	font-size: 14px;
	font-weight: bold;
	color: #336699;
	background-color: transparent;
}

#content #point_headings a
{
	text-decoration: none;
	color: #336699;
	background-color: transparent;
}


#content #point_headings a:hover
{
	color: #003366;
	background-color: transparent;
}

#content #point_description
{

}

/*</group>*/

/*<group=Subfooter>*/
#subfooter h3
{
	margin: 10px 0 10px 0;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
}

#subfooter a
{
	color: #aa0000;
	background-color: transparent;
}

#subfooter a:hover
{
	text-decoration: underline;
}

/*</group>*/



