body
{
	margin: 0;
	padding: 0;
	background-image: url('../images/background.gif');
	background-repeat: repeat-x;	
	background-color: #ffffff;
	color: #787878;
	font-family: arial, sans-serif;
	font-size: 9pt;
	text-align: center;
}

/*-------------------------------------------------------*/

div#wrapper
{
	position: relative;
	margin: 22px auto;
	width: 990px;
}

/*-------------------------------------------------------*/

div#banner_link
{
	display: block;
	position: absolute;
	left: 35px;
	top: 285px;
	z-index: 1;
	width: 728px;
	height: 90px;
	background-image: url('../images/transparent.gif');
	cursor: pointer;
}

/*-------------------------------------------------------*/

div#top
{
	width: 990px;
	height: 150px;
	background-image: url('../images/top.jpg');
}

/*-------------------------------------------------------*/

div#top_menu
{
	margin-top: 5px;
	width: 990px;
	height: 65px;
	background-image: url('../images/menu.gif');
	text-align: center;
}

div#top_menu span
{
	display: inline-block;
}

div#top_menu span div.separator
{
	float: left;
	width: 2px;
	height: 65px;
	background-image: url('../images/menu_separator.png');
}

div#top_menu span a, div#top_menu span h2
{
	position: relative;
	float: left;
	display: block;
	margin: 0;
	padding: 16px 21px 10px 21px;
	height: 38px;
	color: #585858;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

div#top_menu span a.distinction, div#top_menu span h2.distinction
{
	color: #b50303;
}

div#top_menu span a:hover, div#top_menu span h2:hover
{
	background-image: url('../images/menu_hover.gif');
	background-repeat: repeat-x;
	color: #ffffff;
}

div#top_menu span h2 div
{
	display: none;
	position: absolute;	
	left: -10px;
	top: 55px;
	z-index: 100;
	padding: 5px 0;
	border: 2px solid #e0e0e0;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	-moz-border-radius: 7px;
	background-color: #fafafa;
	white-space: nowrap;
}

div#top_menu span h2:hover div
{
	display: block;
}

div#top_menu span h2:hover div a
{
	float: none;
	margin: 0;
	padding: 5px 20px;
	height: auto;
	color: #585858;		
	font-size: 10pt;
	text-align: left;
}

div#top_menu span h2:hover div a.distinction
{
	color: #b50303;
}

div#top_menu span h2:hover div a:hover
{
	color: #ffffff;			
}

/*-------------------------------------------------------*/

div#content_top
{
	margin-top: 15px;
	width: 990px;
	height: 35px;
	background-image: url('../images/content_top.gif');
}

div#content_middle
{
	width: 990px;
	background-image: url('../images/content_middle.gif');	
}

div#content_inner
{
	overflow: hidden;
	width: 990px;
	background-image: url('../images/content_inner.gif');
	background-repeat: no-repeat;
}

/*-------------------------------------------------------*/

div#content_left
{
	float: left;
	width: 728px;
	padding: 0 35px;
	min-height: 45px;
	text-align: left;
}

div#content_left p:first-child, div#content_left h1:first-child, div#content_left h2:first-child, div#content_left h3:first-child,
div#content_left h4:first-child, div#content_left h5:first-child, div#content_left h6:first-child, div#content_left pre:first-child,
div#content_left ol:first-child, div#content_left ul:first-child, div#content_left hr:first-child, div#content_left div.hr:first-child
{
	margin-top: 0;
}

div#content_left p:last-child, div#content_left h1:last-child, div#content_left h2:last-child, div#content_left h3:last-child,
div#content_left h4:last-child, div#content_left h5:last-child, div#content_left h6:last-child, div#content_left pre:last-child,
div#content_left ol:last-child, div#content_left ul:last-child, div#content_left hr:last-child, div#content_left div.hr:last-child
{
	margin-bottom: 0;
}

div#content_left p
{
	margin: 10px 0;
	padding: 0;
	margin-bottom: expression(this.nextSibling == null ? '0' : '10px');	
}

div#content_left h1
{
	margin: 50px 0 30px 0;
	padding: 0 0 8px 44px;
	border-bottom: 1px dotted #c6c9d4;
	background-image: url('../images/bullet.png');
	background-repeat: no-repeat;
	color: #787878;
	font-size: 17pt;
	font-weight: bold;
	line-height: 32px;
	margin-bottom: expression(this.nextSibling == null ? '0' : '30px');		
}

div#content_left h2
{
	margin: 30px 0 10px 0;
	color: #787878;
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: expression(this.nextSibling == null ? '0' : '10px');		
}

div#content_left h3
{
	margin: 30px 0 10px 0;
	color: #787878;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: expression(this.nextSibling == null ? '0' : '10px');	
}

div#content_left h4
{
	margin: 30px 0 10px 0;
	color: #787878;
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: expression(this.nextSibling == null ? '0' : '10px');		
}

div#content_left h5
{
	margin: 30px 0 10px 0;
	color: #787878;
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: expression(this.nextSibling == null ? '0' : '10px');		
}

div#content_left h6
{
	margin: 30px 0 30px 0;
	padding: 0 10px;
	width: 278px;
	height: 38px;
	color: #787878;
	line-height: 38px;
	font-size: 12pt;
	font-weight: bold;
	background-image: url('../images/background_dark.png');
	margin-bottom: expression(this.nextSibling == null ? '0' : '30px');		
}

pre
{
	margin: 10px 0;
	padding: 0;
	color: #787878;
	margin-bottom: expression(this.nextSibling == null ? '0' : '10px');		
}

hr
{
	margin: 30px 0;
	margin-bottom: expression(this.nextSibling == null ? '0' : '30px');		
}

div#content_left div.hr
{
	margin: 30px 0;
	width: 100%;
	height: 1px;
	background-image: url('../images/dotted_line.gif');
	background-repeat: repeat-x;
	font-size: 1px;
	margin-bottom: expression(this.nextSibling == null ? '0' : '30px');		
}

div#content_left table
{
	margin: 0;
	border-collapse: collapse;
}

div#content_left a
{
	/*padding-right: 8px;
	background-image: url('../images/arrow_distinction.gif');
	background-repeat: no-repeat;
	background-position: right center;*/
	color: #b50303;
	text-decoration: none;
}

div#content_left a:hover
{
	color: #b50303;
	text-decoration: underline;
}

/*div#content_left a
{
	border-bottom: 1px dotted #787878;	
	color: #787878;
	text-decoration: none;
}

div#content_left a:hover
{
	border-bottom: 1px solid #787878;	
	color: #787878;
	text-decoration: none;
}*/

div#content_left img
{
	margin: 0;
	padding: 0;
	border: 0;
}

div#content_left img[style="float: left;"]
{
	margin-right: 15px;
}

div#content_left img[style="float: right;"]
{
	margin-left: 15px;
}

div#content_left label
{
	display: block;
	margin-bottom: 2px;
}

div#content_left div.input_dark_long
{
	display: block;
	margin: 0 0 6px 0;
	padding: 0;
	width: 300px;
	height: 27px;
	background-image: url('../images/input_dark_long.png');
	background-repeat: no-repeat;
}

div#content_left div.input_light
{
	display: block;
	margin: 0 0 6px 0;
	padding: 0;
	width: 300px;
	height: 27px;
	background-image: url('../images/input_light_long.png');
	background-repeat: no-repeat;
}

div#content_left div.input_dark input, div#content_left div.input_light input
{
	display: block;
	margin: 0;
	padding: 0 7px;
	width: 286px;
	height: 27px;
	border: 0;	
	background-color: transparent;
	color: #9e9e9e;
	line-height: 27px;
	font-family: arial, sans-serif;
	font-size: 8pt;	
}

div#content_left div.button
{
	overflow: hidden;
	padding: 0 5px;
	width: 82px;
	height: 18px;
	background-image: url('../images/button.gif');
	color: #ffffff;
	line-height: 18px;
	font-size: 8pt;
	font-weight: bold;
	cursor: pointer;	
}

div#content_left div.button:hover
{
	background-image: url('../images/button_hover.gif');	
}

div#content_left div.button img
{
	margin: 0;
	padding: 0;
	border: 0;
}

/*-------------------------------------------------------*/

div#content_right
{
	float: right;
	width: 147px;
	padding: 0 15px;
	text-align: left;
}

div#content_right h2
{
	margin: 0 0 10px 0;
	font-size: 10pt;
}

div#content_right div.input_dark
{
	display: block;
	margin: 0 0 6px 0;
	padding: 0;
	width: 147px;
	height: 27px;
	background-image: url('../images/input_dark.png');
	background-repeat: no-repeat;
}

div#content_right div.input_light
{
	display: block;
	margin: 0 0 6px 0;
	padding: 0;
	width: 147px;
	height: 27px;
	background-image: url('../images/input_light.png');
	background-repeat: no-repeat;
}

div#content_right div.input_dark input, div#content_right div.input_light input
{
	display: block;
	margin: 0;
	padding: 0 7px;
	width: 133px;
	height: 27px;
	border: 0;	
	background-color: transparent;
	color: #9e9e9e;
	line-height: 27px;
	font-family: arial, sans-serif;
	font-size: 8pt;	
}

div#content_right div.button
{
	overflow: hidden;
	margin: 0 0 7px 0;
	padding: 0 5px;
	width: 82px;
	height: 18px;
	background-image: url('../images/button.gif');
	color: #ffffff;
	line-height: 18px;
	font-size: 8pt;
	font-weight: bold;
	cursor: pointer;	
}

div#content_right div.button:hover
{
	background-image: url('../images/button_hover.gif');	
}

div#content_right div.button img
{
	margin: 0;
	padding: 0;
	border: 0;
}

div#content_right div.hr
{
	margin: 25px 0;
	width: 100%;
	height: 1px;
	background-image: url('../images/dotted_line.gif');
	background-repeat: repeat-x;
	font-size: 1px;
}

div#content_right a
{
	padding-right: 8px;
	background-image: url('../images/arrow_dark.gif');
	background-repeat: no-repeat;
	background-position: right center;
	color: #787878;
	text-decoration: none;
	font-size: 8pt;	
}

div#content_right a:hover
{
	color: #787878;
	text-decoration: underline;
}

div#content_right a.distinction
{
	padding-right: 8px;
	background-image: url('../images/arrow_distinction.gif');
	background-repeat: no-repeat;
	background-position: right center;
	color: #b50303;
	text-decoration: none;
	font-size: 8pt;	
	font-weight: bold;
}

div#content_right a.distinction:hover
{
	color: #b50303;
	text-decoration: underline;
	font-weight: bold;	
}

/*-------------------------------------------------------*/

div#content_bottom
{
	width: 990px;
	height: 35px;
	background-image: url('../images/content_bottom.gif');
}

/*-------------------------------------------------------*/

div#bottom
{
	overflow: hidden;
	margin: 15px 0 25px 0;
	width: 990px;
}

div#bottom_left
{
	float: left;
	color: #b0b0b0;
	width: 230px;
	font-size: 8pt;
	text-align: left;
}

div#bottom_menu
{
	float: left;
	width: 550px;
	font-size: 9pt;			
	text-align: center;
}

div#bottom_menu a, div#bottom_menu a:hover
{
	color: #8b8b8b;
	font-weight: bold;
	text-decoration: underline;
}

div#bottom_menu a.distinction, div#bottom_menu a.distinction:hover
{
	color: #b50303;
	font-weight: bold;
	text-decoration: underline;
}

div#bottom_right
{
	float: right;
	color: #b0b0b0;
	font-size: 8pt;	
	text-align: right;
}

div#bottom_right a, div#bottom_right a:hover
{
	color: #b0b0b0;
	text-decoration: underline;
}
