body
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color:#000000;
	background-color:#FFFFFF;
	margin: 0px;
	padding: 0px;
}
#container
{
	position:relative;
	width:750px;
	margin:10px 10px 10px 10px;
	left: 0px;
	top: 0px;
	font-size:12px;
}
p
{
	text-align:justify;
}
h1
{
	font-size:18px;
	font-weight:bold;
	color:#29428c;
}
h2
{
	font-size:16px;
	font-weight:bold;
	color:#29428c;
}
h3
{
	font-size:14px;
	font-weight:bold;
	color:#29428c;
}
h4
{
	font-size:12px;
	font-weight:bold;
	color:#29428c;
}
{
	text-align:justify;
}
a:link
{
	text-decoration:none;
	color:#FF6600;
}
a:visited
{
	text-decoration:none;
	color:#6633CC
}
a:hover
{
	color:#FF6600;
}
a:active
{
	color:#FF6600;
}
a img
{
	border:none;
}
/*
#logo
{
	position:absolute;
	top:0px;
	left:0px;
	width:89px;
	height:100px;
	background-color:#CCCCCC;
}
*/
#banner
{
	position:relative;
	left:0px;
	width:750px;
	height:100px;
	font-weight:bold;
	background:url("images/banner.jpg") repeat-x;
}
#bannertext
{
	position:relative;
	left:125px;
	top:30px;
	font-size:18px;
}
#nav_bar
{
	position:relative;
	margin-top:5px;
	left:0px;
	width:750px;
	height:36px;
	background:url("images/navbar_bg.gif") repeat-x;
	font-size:14px;
	text-align: left;
	clear:both;
}

#nav_bar a
{
	color:#555555;
	text-decoration:none;
	margin-left:12px;
	padding:0px;
	text-align: left;
	line-height: 36px;
}

#nav_bar a:hover
{
	background:url("images/navbar_bg.gif") repeat-x;
}

#breadcrumb
{
	position:relative;
	margin-top:5px;
	background-color:#ffffff;
	left:0px;
	width:750px;
	height:20px;
	color:#777777;
	font-variant:small-caps;
	text-decoration:none;
}
#breadcrumb a
{
	color:#777777;
}
#breadcrumb a:visited
{
	color:#777777;
}
#breadcrumb a:hover
{
	color:#FF6600;
}
#introduction
{
	position:relative;
	margin-top:10px;
	color:#000000;
	width:550px;
	float:right;
}
#introduction h3
{
	color:#777777;
	height:24px;
	line-height: 24px;
	background-image:url("images/titlebar_bg.gif");
	border-bottom:1px solid;
	border-bottom-color:#cccccc;
}
/*#introduction img
{
	padding-right:20px;
	padding-bottom:20px;
}*/
#introduction a
{
	color:#0000FF;
}
#introduction a:hover
{
	color:#FF6600;
}
#introduction a:visited
{
	color:#C000C0;
}

#content
{
	position:relative;
	margin-top:10px;
	color:#000000;
	width:550px;
	float:right;
}
#content h3
{
	height:24px;
	line-height: 24px;
	background-image:url("images/titlebar_bg.gif");
	border-bottom:1px solid;
	border-bottom-color:#cccccc;
	color:#777777;
}
#content a
{
	color:#0000FF;
}
#content a:hover
{
	color:#FF6600;
}
#content a:visited
{
	color:#C000C0;
}
#content img
{
	padding-right:10px;
	padding-bottom:5px;
}

#section_1
{
	position:relative;
}
#section_2
{
	position:relative;
}
#section_3
{
	position:relative;
}
#section_4
{
	position:relative;
}
#section_5
{
	position:relative;
}
#section_6
{
	position:relative;
}

#footer
{
	position:relative;
	margin-top:20px;
	text-align:center;
	background:url("images/navbar_bg.gif") repeat-x;
	left:0px;
	width:750px;
	height:50px;
	font-size:10px;
	color:#777777;
	clear:both;
}
#sidebar
{
	position:relative;
	float:left;
	margin-top:10px;
	width:168px;
}
#sidebar p
{
	display:none;
}
#sidebar ul
{
	list-style:none;
	margin:0;
	padding:0;
}
#sidebar ul li
{
	margin:0;
}
#sidebar ul li a
{
	display:block;
	padding:2px 2px 2px 0.5em;
	border-left:10px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	background-color:#eee;
	color:#000;
	text-decoration:none;
	width:150px;
}
/* fix for i.e. [JN] removed
html>body #sidebar ul li a
{
	width:auto;;
}
*/
#sidebar ul li a:hover
{
	border-left:10px solid #eee;
	border-right:1px solid #eee;
	border-bottom:1px solid #ddd;
	background-color:#ddd;
	color:#000;
}
#sidebar h3
{
	height:24px;
	line-height: 24px;
	border-bottom:1px solid;
	border-bottom-color:#cccccc;
	color:#777777;
	background-image:url("images/titlebar_bg.gif");

}

/*
#left
{
	width:49%;
	float:left;
}
#right
{
	width:49%;
	float:right;
}
*/