/* CSS Document */

body {
	background-color:#fff;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:11px;
	color:#444444;
	margin:0;
	scrollbar-face-color: #FfFfFf;
	scrollbar-shadow-color: #FfFfFf;
	scrollbar-highlight-color: #FfFfFf;
	scrollbar-3dlight-color: #F2F2F2;
	scrollbar-darkshadow-color: #B0B0B0;
	scrollbar-track-color: #FfFfFf;
	scrollbar-arrow-color: #007BB7;
}

.forForms {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
	background-color:#f6f6f6;
	border:1px solid #DBDBDB;
}

.forButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px outset;
}

a.mainlevel {
  width: 210px;
	padding:0px 0px 0px 0px;
	margin-bottom: 0;
	font-size: 11px;
	font-weight: bold;
	font-family:tahoma;
	text-align:center; 
	border-bottom: 1px solid #e4e4e4;

}
a.mainlevel:link {
  width: 210px;
	color: #007BB7;
  border-bottom: 1px solid #e4e4e4;	
  font-size: 11px;
	font-weight: bold;
	padding: 0;
}
a.mainlevel:link, a.mainlevel:visited {
  display: block;
	border-left: 4px solid #F4F4F4;
	border-right: 4px solid #F4F4F4;
	color: #007BB7;
	text-decoration: none;
	width: 210;
	background-color:#f6f6f6;
 padding: 2px 0px 2px 0px;


}
a.mainlevel:hover {
  border-left: 4px solid #007BB7;
	border-right: 4px solid #007BB7;
	color: #606060;
	background-color: #fcfcfc;
	font-weight:bold;
	padding: 2px 0px 2px opx;

}

#header {
	background-image:url(../images/backgrounds/menu.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
#header-container {
	width:765px;
	margin:0 auto;
	padding:14px 0 0 0;
}

#header ul {
	margin:53px 0 46px 0 !important;
	margin:52px 0 60px 0;
	padding:0;
	float:right;
}



.articlemenu {
	border-top:1px solid #eee;
	margin:50px 0 0 0;
	padding:0;
	text-align:right;
}

.clear {
	clear:both;
}



#container {
	width:765px;
	margin:0 auto;
}

#sidebar {
	float:left;
	width:220px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#777;

	border-bottom:0px solid #eee;
}
#sidebar h1 {
	color:#606060;
	font-size:16px;
	font-family:Verdana, times new roman, tahoma, Arial;
	font-size: 10pt;
}
#sidebar ul {
	margin:0;
	padding:0;
}
#sidebar li {
	margin:0;
	padding:0;
	list-style:none;
}
#sidebar li a {	
	display:block;
	padding:5px 5px 5px 10px;
	margin:0 0 1px 0;
	background-color:#f6f6f6;
	border-right:10px solid #fff;
	color:#666;
	text-decoration:none;
	border-left:2px solid #ddd;
}
#sidebar li a:hover {
	background-color:#eee;
	color:#333;
	border-right:10px solid #eee;
}



#content {
	margin:0 0 0 220px;
	border-left:1px solid #eee;
}
#content h1 {
	font-family:Verdana, times new roman, tahoma, Arial;
	font-size:18px;
	font-weight:normal;
	color:#606060;
	text-align:left;
	letter-spacing:-1px;
	background-image:url(../images/backgrounds/h1.jpg);
	background-position:left;
	background-repeat:no-repeat;
	border-top:2px solid #eee;
}
#content h2 {
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	color:#000;
	letter-spacing:-1px;
	padding:15px 15px 15px 40px;
}
#content h3 {
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:14px;
	font-weight:normal;
	color:#008CBA;
	letter-spacing:-1px;
	padding:0px 15px 0px 40px;
	margin:0;
}
#content p {
	line-height:15px;
}

#content ul {
	margin: 10px 10px 10px 30px;
	text-align:left;
}

#content li {
	list-style:none;
	background-image:url(../images/backgrounds/li.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding:0px 5px 0px 20px;
	margin:5px 0 5px 0;
	text-align:left;
}


#description {
  width: 755px;
	margin:0px auto 0 auto !important;
	border:4px solid #F4F4F4;
}

#content a {
	color:#333;
	background-color:#ffffff;
	border-bottom:0px solid #ccc;
	padding:0 4px 0 4px;
	text-decoration:none;
}
#content a:hover {
	background-color:#ddd;
	border-bottom:0px solid #bbb;
	color:#000;
}



#footer {
	padding:10px;
	border-top:1px solid #E9E9E9;
	border-bottom:0px solid #ccc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
	clear:both;
}

#footer a {
	color:#0080C0;
	text-decoration:none;
}
#footer a:hover {
	border-bottom:1px dotted #333;
}

#footercontent {
	width:740px;
	margin:0 auto 0 auto;
}

#odstep {
	line-height:0px;
	padding:2px;
}