/* ---------------------------------------------------------- */
/* created by Emile Blume - 2006 - www.netcreators.nl */
/* ---------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	background: url(../img/bg.gif) #FFFFFF center repeat-y;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

p {
	color: #000000;
	text-align: left;
}

 a {
	text-decoration: none;
}

img {
	border: 0;
}

form, fieldset, input {
	margin: 0;
	border: 0;
	padding: 0;
}

input, select, textarea {
	border: 1px solid #CECECE;
	padding-left: 2px;
	font-size: 11px;
}

hr {
	border: 0px solid #F5890B;
	background: #F5890B;
	color: #F5890B;
	height: 1px;
}

/* ---------------------------------------------------------- */
#frame {
	/* background: url(../images/logo-bottom.gif) no-repeat 802px bottom; */
	width: 940px;
	min-height: 500px;
               height: auto !important;
	height: 500px;
	margin: auto;
	padding: 0;
	top: 0;
	position: relative;
}

#header {
	width: 260px;
	height: 60px;
	top: 0;
	left: 0;
	position: absolute;
}

#header h1 {
	width: 198px;
	height: 54px;
	left: 20px;
	top: 8px;
	position: absolute;

}

#header h1 a {	
	background: url(../images/logo-01.gif) no-repeat left top;
	width: 198px;
	height: 54px;
	display: block;
	cursor: pointer;
}

#header h1 a:hover {	
	background: url(../images/logo-02.gif) no-repeat left top;}

#header h1, #header h2 {
	margin: 0;
	padding: 0;
}

#header h2 a {

}

#header span {
	display: none;
}

/* ---------------------------------------------------------- */

#left {
	float: left;
	margin-top: 70px;
	width: 260px;
	text-align: left;
}

#ieea {
        
}

#center {
	border: 1px solid #E2E4E8;
	float: left;
	margin-top: 30px;
	width: 540px;
	text-align: left;
	min-height: 500px;
        height: auto !important;
	height: 500px;
}

#title {
	color: #375297;
	font-size: 18px;
	margin: 10px;
}

#content {
	margin: 10px;
}

#content a {
	color: #375297;
}

#content a:hover {	
	color: #375297;
}

#content li {
	color: 375297;
	list-style: circle;
	font-size: 12px;
}

#content h3, #content h2, #content h1 {
	color: #375297;
	font-size: 18px;
	font-weight: bold;
}

#content h4, #content h5, #content h6 {
	color: #375297;
	font-size: 12px;
	font-weight: bold;
}

#right {
	float: left;
	margin-top: 70px;
	width: 120px;
	text-align: left;
}

#right h3, #right h4, #right h5 {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	color: #4E647B;
	font-size: 12px;
	font-weight: bold;
}

#right p {

}

#right a {
	color: #333333;
	text-decoration: underline;
}

#right a:hover {
	color: #4E647B;
}


