html, body {
	height:100%;
	width:100%;
	padding:0px;
	margin:0px;
}

body {
	background-repeat: repeat-x;
	background-position: top;
}

#site {
	min-height:100%;
	font-family:Arial,Georgia,serif;
	font-size:10pt;
}

#width_760 {
	width:760px;
	margin:auto;
}

#top_links {
	height:40px;

	padding:0px;
	padding-right:43px;

	line-height:40px;
	vertical-align:middle;
	text-align:right;
	font-size:9pt;
}

#top_links a {
	margin-left:13px;
}

#banner {
	height:160px;
	margin-bottom:10px;
}

#bar {
	height:30px;
	margin-bottom:40px;
	overflow:hidden;

	line-height:30px;
	vertical-align:middle;

	font-size:12pt;
	font-weight:bold;
}

#bar_left {
	height:30px;
	width:500px;
	float:left;
}


#bar_right {
	height:30px;
	float:left;

	margin-left:40px;
	width:220px;
	float:left;
}

h1 {
	font-family:Arial,Georgia,serif;
	font-weight:normal;
	font-size:14pt;
	margin:0px;
	padding:0px;
	margin-bottom:11px;
}

h2 {
	font-family:Arial,Georgia,serif;
	font-weight:normal;
	font-size:13pt;

	margin:0px;
	padding:0px;
	margin-bottom:21px;
}

h3 {
	font-size:10pt;
	font-weight:bold;
}

div.hr hr {
	display:none;
}

div.hr {
	height:5px;
	background-repeat:repeat-x;
}

#content {
	width:500px;
	float:left;
	_margin-bottom:35px;
}

#content p {
	line-height:150%;
	text-align:justify;
}

/* marge: 40px */

#sidebar {
	margin-left:40px;
	width:220px;
	float:left;
	margin-bottom:35px;
}

#sidebar a {
	display:block;
	height:40px;
	line-height:40px;
	vertical-align:middle;
	background-repeat:repeat-x;
	background-position:bottom;
	text-decoration:none;
	padding-left:20px;
}

#sidebar a.red, #sidebar a.red:visited {
 color:#ff2200;
 font-weight:bold;
}

#footer {
	position:relative;
	bottom:0px;
	width:100%;
	height:44px;
	padding-top:5px;
	line-height:22px;
	vertical-align:bottom;
	background-repeat: repeat-x;
	text-align:center;
	font-size:8pt;
}

ol li ol {
	list-style-type: lower-alpha;
}

.menuskin{
position:absolute;
width:165px;
background-color:menu;
border:2px solid navy;
font:normal 12px Arial;
line-height:18px;
z-index:100;
visibility:hidden;
top:200px;
}

.menuskin a{
text-decoration:none;
color:navy;
padding-left:10px;
padding-right:10px;
}

#mouseoverstyle{
background-color:highlight;
}

#mouseoverstyle a{
color:00ff00;
}