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

body { 
	font-family:		Helvetica; 
	font-size:			10pt;
	line-height:		12pt;
	color:				rgb(0,0,0);

	text-align:			left;

	height:				100%;
	width:				100%;

	margin: 			0px;
	padding:			0px;

	overflow:			auto;

	background-color:	rgb(255,255,255);
}

table, td, div {
}

img {
	border: 			0px;
	margin:				0px;
	padding: 			0px;
}

p {
	margin:				0px;
}

a {
	color:				rgb(0,0,0);
	text-decoration:	none;
}

a:hover {
	color:				rgb(245,130,32);
}

h1 {
	font-family:		Helvetica; 
	font-size:			10pt;
	font-weight:		bold;
	color:				rgb(245,130,32);
	text-transform:		uppercase;
	margin:				0px;
}

h2 {
	font-family:		Helvetica; 
	font-size:			10pt;
	font-weight:		bold;
	color:				rgb(245,130,32);
	text-transform:		uppercase;
	margin:				0px;
}

h3 {
	font-family:		Helvetica; 
	font-size:			10pt;
	font-style:			italic;
	color:				rgb(245,130,32);
	margin:				0px;
}

ul, li {
	maring-top: 		0px;
}

#main {
	width:				100%;
	margin:				0 0;
	padding:			0px;
	min-height:			100%;
	height:				100%;

	background-image:	url('/images/logoleft.jpg');
	background-repeat:	no-repeat;
	background-position:10px 8px;
}

#header {	
	height: 			260px;
	width:				1062px;
	margin-bottom:		6px;
	background-image:	url('/images/header.jpg');
	background-repeat:	no-repeat;
	background-position:10px bottom;
}

#menu {
	font-family:		Helvetica; 
	font-size:			10pt;

	float:				left;
	width:				1062px;
	height:				30px;
	overflow:			hidden;
	position:			relative;
	top:				40px;
	left:				0px;
}

#menu ul {
	clear:				left;
	float:				right;
	list-style:			none;
	margin:				0;
	padding:			0;
	position:			relative;
	left:				0;
	text-align:			center;
}

#menu ul li {
   display:				block;
   float:				left;
   list-style:			none;
   margin:				0;
   padding:				0;
   position:			relative;
   right:				0;
}

#menu ul li a {
	display:			block;
   	float:				left;
	width:				60px;
	margin:				0 0 0 0;
	padding:			3px 10px;
	background-color:	rgb(245,130,32);
	color:				rgb(255,255,255);
	text-decoration:	none;
	line-height:		1.8em;
}

#menu ul li a:hover {
	font-weight:		bold;
	color:				rgb(172,92,14);
}

#menu ul li a.active,
#menu ul li a.active:hover {
	font-weight:		bold;
	color:				rgb(172,92,14);
}

#container {
	width:				1062px;
	min-height:			600px;
	height:				600px;
}

#snelMenu {
	font-family:		Helvetica;
	font-size:			10pt;

	float:				left;
	width:				250px;
	height:				600px;
	min-height:			600px;
	overflow:			hidden;
	position:			relative;
	left:				16px;

	background-color:	rgb(245,130,32);
	color:				rgb(0,0,0);
	line-height:		0;
}

#snelMenu ul {
	clear:				top;
	position:			absolute;
	top:				35px;
	float:				top;
	list-style:			none;
	margin:				0;
	padding:			0;
	line-height:		0;
}

#snelMenu ul li {
   	display:			block;
   	float:				top;
   	list-style:			none;
   	margin:				0 0 0 0;
   	padding:			0 0 0 0;
   	position:			relative;
   	bottom:				0;
	line-height:		0;
}

#snelMenu ul li a {
	display:			block;
	width:				200px;
	margin:				0;
	padding:			0;
	padding-left:		15px;
	background-color:	rgb(245,130,32);
	color:				rgb(255,255,255);
	text-decoration:	none;
	line-height:		14pt;
}

#snelMenu ul li a:hover {
	font-weight:		bold;
	color:				rgb(172,92,14);
}

#snelMenu ul li a.active,
#snelMenu ul li a.active:hover {
	font-weight:		bold;
	color:				rgb(172,92,14);
}


#content {	
	position:			relative;
	left:				75px;

 	width:				740px;
	float:				left;

	padding:			0px;
	margin:				0px;

	padding-top:		20px;
}

#content a {
	text-decoration:	underline;
}

#content a:hover {	
	text-decoration:	underline;
}

#contenttext {	
	position:			relative;
	padding:			10px;
	margin:				0px;
	
	overflow:			visible;
}

#right {
	
}

/* slightly enhanced, universal hack */
.clear:after { 
	visibility:			hidden;
	display:			block;
	font-size:			0;
	content:			" ";
	clear:				both;
	height:				0;
}

.clear {
	display:			inline-block;
}

/* start commented backslash hack \*/ * html .clear { height: 1%;}
.clear { display: block; } /* close commented backslash hack */

#menubottom {
	width:				200px;
	height:				115px;
}

.menuitem {
	padding:			0px;
	margin:				0px;
	
	line-height:		18px;
	height:				18px;
	cursor:				pointer;

}

.submenuitem {
	font-style:			italic;

	padding:			0px;
	margin:				0px;
	
	line-height:		18px;
	height:				18px;
	cursor:				pointer;

}
