	/* ---------------------------------------------------------- */
/* created by Emile Blume - 2006 - www.netcreators.nl */
/* ---------------------------------------------------------- */

body {
	background: #FFFFFF;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	color: #000000; 	
	font-family: Arial, Helvetica;
	font-size: 11px;
 	font-size: 84%;
	text-align: left;
}

#frame {
	position: relative;
	min-height: 100%;
        height: auto !important;
	height: 100%;
	
}

html > body #frame {
	height: auto;
}


#container {
	position: relative;
}

p {
	color: #000000;
	text-align: left;
}

img {
	border: 0;
}

form, fieldset, input {
	margin: 0;
	border: 0;
	padding: 0;
}

input, select, textarea {
	border: 1px solid #000000;
	padding-left: 2px;
}

hr {
	border: 0px;
	background: #000000;
	color: #000000;
	height: 1px;
}

/* ---------------------------------------------------------- */

#header {
	height: 150px;
}

#header h1 {
	background: #FFFFFF url(../images/logo.jpg) no-repeat left top;
	height: 150px;
	width: 776px;
}

#header h1 a {	
	height: 150px;
	width: 776px;
	display: block;
	cursor: pointer;
}

#header h1, #header h2 {
	margin: 0;
	padding: 0;
}

#header span, #header h2 {
	display: none;
}

#host {
	right: 6px;
	top: 140px !important;
	top: 150px;
	position: absolute;
/*	font-size: 84%;*/
}

#host p {
	color: #FFFFFF;
/*	font-size: 84%;*/

}

#host a {
	color: #FFFFFF;
/*	font-size: 84%;*/

}

/* ---------------------------------------------------------- */

#left {
	left: 0;
	top: 174px;
	position: absolute;
	width: 260px;
}

#center {	
	padding-left: 265px;
	padding-bottom: 50px;
}

#content {
	border: 1px solid #000000;
	margin-top: 29px;
	margin-bottom: 60px;
	padding: 5px;
	
	min-height: 350px;
        height: auto !important;
	height: 350px;
}

#content a {
	color: #000000;
	text-decoration: underline;
}

#content a:hover {	
	color: #0033CC;
}

#content li {
	color: #000000;
/*	font-size: 84%;*/
}

#content h3, #content h2, #content h1,#content h4, #content h5, #content h6  {
	color: #000000;
/*	font-size: 84%;*/
	font-family: Arial, Helvetica;
        font-weight : bold;
}

#content h4, #content h5, #content h6 {
/*	font-size: 84%;*/
}

#content h4 {
	background: url(../images/arrow.gif) no-repeat left;
	text-align: left;
	text-indent: 15px;
	padding: 1px; 
	margin: 0;
}

#footer {
	background: #0033CC;
	border-top: 0px solid #000000;
	height: 50px;
	line-height: 50px;
	
	bottom: 0;
	/*
	position: fixed !important;
	position: relative;
	*/
	position: absolute;
	
	margin-top: 0px !important;
	margin-top: 20px;
	width: 100%
}

#footer p {
	color: #FFFFFF;
/*	font-size: 84%;*/
	margin: 0;
	padding: 1px;
	padding-left: 10px;
}

#footer a {
	color: #FFFFFF;
/*	font-size: 84%;*/
}

#footer a:hover {
	background: #FFCC00;
	color: #000000;
}





