/* global */

/* whitespace reset */

body,div,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,th {margin:0;padding:0;}
blockquote {margin:6px 0 0 18px;padding:0;}
table {border-collapse:collapse;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
caption,th {text-align:left;}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
	text-align: center;
	color: #000000;
	background-color: #FFF;
}

.clear { /* float-clearing element */ clear: both; height: 0; line-height: 0; }

/* font sizing */

h1 {
	font-size: 135%;
	font-weight: bold;
	color: #F00;
	margin-bottom: 8px;
}
h2 {
	font-size: 115%;
	font-weight: bold;
	color: #F00;
	font-family: verdana, arial, sans-serif;
	margin:2px 0 -6px 0;
	padding:0 0 3px 0;
	display: block;
}
h3 { font-size: 90%; font-weight: bold; color: #F00; margin-top: 8px; margin-bottom: 8px; display: block; }
h4 { font-size: 100%; font-weight: bold; color: #F00; margin-top: 4px; margin-bottom: -3px; display: block; }
p { padding: 5px 0 5px 0; margin: 0; font-size:100%}

/* lists */

ul { padding: 5px 10px 5px 20px; margin: 0px; }
li { padding-bottom: 5px; margin: 0px; }
ul li ul li{ list-style-type: none; }

dl,dt,dd { padding: 0; margin: 0; }
dl { position: relative; }

/* links */

/* a { color: #00a0af; text-decoration: none; } */
a { color:#F00; text-decoration:none;}
a:hover { color: #0ec7d8; text-decoration: underline; }

/* layout elements */
div#container {
	margin: auto;
	height: auto;
	width:917px;
	text-align:left;
	background-color: #FFFFFF;
	background-repeat:repeat-y;
	float:  none;
	}


#block {
	margin:auto;
	font: 100% Verdana, Geneva, sans-serif;
	
}
#left
{
	background-color: #FFF;
	border: 0px solid #FFF;
	width: auto;
	float:left;
	overflow: hidden;
	font-size:10px;
	padding:2px;
}
.inner {
	background-color: #FFF;
	border: 0px solid #FFF;
	width: 310px;
	overflow: hidden;
	font-size:10px;
	float:left;
	padding:2px;
}
.inner_400 {
	background-color: #FFF;
	border: 0px solid #FFF;
	width: 400px;
	overflow: hidden;
	font-size:10px;
	float:left;
	padding:2px;
}
.inner_600 {
	background-color: #FFF;
	border: 0px solid #FFF;
	width: 600px;
	overflow: hidden;
	font-size:12px;
	float:left;
	padding: 0 0 20px 20px;
}
#right {
	padding:10px;
	width: 200px;
	float:right;
	overflow: hidden;
	
	}

.thrColHybHdr #container {
	margin:0 auto;
	width: 917px;
	text-align:left;
	background-color: #FFFFFF;
	
}



.sidemenu_active {
font-weight: bold;
}

.thrColHybHdr #mainContent {
width: 600px;
margin: 0 0 0 20px;
display: inline;
background-color: #FFFFFF;
}

.thrColHybHdr #sidebar1 {
	float: left; 
	width: 11em; /* since this element is floated, a width must be given */
	padding: 0px 0; /* top and bottom padding create visual space within this div */
	background-color: #FFFFFF;
}
.thrColHybHdr #sidebar2 {
	float: right; 
	width: 11em; /* since this element is floated, a width must be given */
	padding: 0px 0; /* top and bottom padding create visual space within this div */
	background-color: #FFFFFF;
}
.thrColHybHdr #sidebar1 h3, .thrColHybHdr #sidebar1 p, .thrColHybHdr #sidebar2 p, .thrColHybHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	background-color: #FFFFFF;
}

/* header elements */

.thrColHybHdr #header {
position: relative;
width:800px;
height: 80px;
background-color: #FFFFFF;

}

div#header_left {
left: 18px;
top: 14px;
float: left;
width: 127px;
height: 66px;
position: relative;
}

div#header_left a {
width: 127px;
height: 66px;
position: absolute;
}

#header_left a h1 {
display: none;
}

div#menu {
float: right;
width: 365px;
height: 40px;
margin: 40px 0 0 0;
}

/* footer elements */

.thrColHybHdr #footer {
float: left;
text-align: center;
width: 800px;
height: auto;
color: #ffffff;
text-decoration: none;
font-size: 75%;
margin: 12px 0 20px 0;
display: inline;
}

.thrColHybHdr #footer a {
color: #ffffff;
text-decoration: none;
}

.thrColHybHdr #footer a:hover {
color: #ffffff;
text-decoration: underline;
}

p#disclaimer {
float: left;
text-align: center;
width: 600px;
height: auto;
color: #ffffff;
font-size: 9px;
padding: 0px;
margin: 8px 0 0 100px;
display: inline;
}


.clearfix:after {
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.Emphasis {
	font-size:12px;
}
