@charset "UTF-8";
body  {
	background: #f1eee9;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
h1 {
	color: #626D9F;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 3px;
	padding-top: 10px;
	line-height: 26px;
}
h2 {
	color: #626D9F;
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
}
h3 {
	color: #626D9F;
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	text-align: right;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 5px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #626D9F;
	margin-bottom: -10px;
}

.thrColElsHdr #container {
	width: 720px;  
	background: #FFFFFF; 
	border: 0px solid #000000;
	text-align: left; 
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.thrColElsHdr #header {
	background-image: url(pix/apollo.gif);
	background-repeat: no-repeat;
	height: 167px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
} 
.thrColElsHdr #header h1 {
	margin: 0; 
	padding: 10px 0;
}
#menu {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
}


.thrColElsHdr #sidebar1 {
	float: left;
	width: 141px; /* top and bottom padding create visual space within this div */
	background-image: url(pix/evabgl.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	height: 515px;
	margin-top: 36px;
	clear: left;
}
.thrColElsHdr #sidebar2 {
	float: right;
	width: 120px; /* top and bottom padding create visual space within this div */
	background-color: #B1B7CF;
	clear: right;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
img {
	padding-bottom: 10px;
}
.thrColElsHdr #sidebar1 h3, .thrColElsHdr #sidebar1 p, .thrColElsHdr #sidebar2 p, .thrColElsHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.thrColElsHdr #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 15px;
	float: left;
	clear: none;
	width: 420px;
	top: -100px;
} 
.thrColElsHdr #footer {
	padding: 0 10px;
	text-align: right;
	background-color: #626D9F;
} 
.thrColElsHdr #footer p {
	margin: 0;
	padding: 0px 0;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.list {
	padding-left: 40px;
}
a:link     { color: #626D9F; font-weight: bold; text-decoration: none }
a:visited   { color: #acacac; font-weight: bold; text-decoration: none }
a:active   { color: #b69b86; font-weight: bold; text-decoration: none }
a:hover     { color: #ddd; font-weight: bold; background-color: #626D9F }
