BODY
{

	background-image: url(/graphics/bg.jpg);
	background-repeat: repeat-x;
	background-position:	 100% 0%;
	background-color: #ffffff;
	font-family: luxi sans, trebuchet ms, bitstream vera sans, sans-serif;
	font-size: 11px;
	margin: 0px;
}

TD, P
{
	padding: 0px;
	margin: 0px;
}
TD
{
	padding: 5px;
}

/*
	Headings
*/

H1
{
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 16pt;
	font-family: luxi sans, trebuchet ms, bitstream vera sans, sans-serif;	
}
H2
{
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 13pt;
	font-family: luxi sans, trebuchet ms, bitstream vera sans, sans-serif;	
}
H3
{
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 11pt;
	font-family: luxi sans, trebuchet ms, bitstream vera sans, sans-serif;	
}
H4
{
	padding: 5px 0 0px 0;
	margin: 0;
	font-weight: normal;
	font-size: 10pt;
	font-weight: bold;
	font-family: luxi sans, trebuchet ms, bitstream vera sans, sans-serif;	
}
H5,
{
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 11pt;
	font-weight: bold;
	font-family: luxi sans, trebuchet ms, bitstream vera sans, sans-serif;	
}

A:link, A:visited, A:active {
        COLOR: #EFEFEF;
        text-decoration: underline;
}

A:hover {
        COLOR: #CFCFCF;
        text-decoration: none;
}

HR
{
	color: #8fa2b1;
	height: 1px;
	width: 100%;
	border: 0;
	background-color: #8fa2b1;
	margin-top: 10px;
	margin-bottom: 5px;
	
}

IMG
{
	border: 0;
}


/*
	Header
*/

table.main
{
	border:	solid 1px #a0a0a0;
}

table.main td.photo
{
	width: 200px;
	background-color: #ffffff;
	vertical-align: top;
}

table.main td.content
{
	vertical-align: top;
}

table.main td.content div.header
{
	height: 191px;
	margin: 0;
}

table.main td.content div.text
{
	padding: 10px 20px 0px 20px;
	margin: 0;
}


table.main td.content  div.html
{
	margin: 20px 20px 0px 20px;
	padding: 0;
}

/*
	Menu 
*/


table.main td.left
{
	padding: 0px;
	text-align:	center;
	vertical-align: top;
	width: 200px;
	background-color: #ffffff;
	font-size: 9px;
}

table.main td.left a img
{
	border: 0;
}

table.main td.left a:link, table.main td.left a:active, table.main td.left a:visited
{
	color: #707070;
}

table.main td.left a:hover
{
	color: #a0a0a0;
}

table.main td.left div.mini_menu img
{
	vertical-align: middle;
}

table.main td.left div.contact div.details
{
	display: inline;
	color: #707070;

}

table.main td.left div.legal
{
	font-size: 9px;
}

/* 
	Content
*/

table.main td.content div.content
{
	vertical-align: top;
	padding: 20px
}

.content
{
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;

}

ol
{
	display: inline;
	margin: 0px;
	padding: 0px;
}
ol ul
{
	list-style-image: url(/graphics/bullet.gif);
}

table.main td.content a,  table.main td.content a:hover, table.main td.content a:link,  table.main td.content a:visited, table.main td.content a:history
{
}

table.main td.content div.content
{
	overflow: auto;
}



#content_border, #footer_border
{
	border-right: solid 1px #000000;
}


/*
	Menu
*/

.menu_level_2 img
{
	margin: 5px;
	vertical-align: middle;
}



/* 
	Footer
*/


#footer_left
{
	border-right: solid 1px #000000;
	border-top: solid 1px #000000;

	background-color: 0900bd;
	background-image: url(/graphics/current/bg-blue-bottomleft.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#footer_right
{
	border-top: solid 1px #000000;

	background-color: bfbfbf;
	background-image: url(/graphics/current/bg-silver-bottomright.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	color: #a0a0a0a;

}