@charset "UTF-8";
/* CSS Document */

body {
	font-family: Helvetica, Tahoma,  Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-color: #CCCCCC;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p, h1, h2, h3, h4, h5, h6, ul {
	margin: 0px;
}
.clear {
	clear: both;
}

.message {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#maincontainter {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 780px;
}




#maincontainter #header {
	background-image: url(/images/logo_ea123.jpg);
	background-repeat: no-repeat;
	height: 158px;
	width: 780px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9C9C9C;
	padding: 0px;
	margin: 0px;
}
#maincontainter #header h2 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000066;
	font-weight: normal;
	margin-bottom: 0px;
	float: left;
}
#maincontainter #menucontainer {
	padding-left: 8px;
	padding-top: 128px;
}
#maincontainter #header .headerelements {
	position: absolute;
	top: 0px;
	left: auto;
	right: auto;
	width: 780px;
	height: 128px;
	padding: 0px;
	margin: 0px;
	z-index: 5;
}





.menubg_yellow, .menubg_green, .menubg_blue, .menubg_grey {
	float: left;
}
.menubg_yellow a, .menubg_green a, .menubg_blue a, .menubg_grey a {
	width: 153px;
	text-align: center;
	padding-top: 7px;
	color: #000066;
	padding-bottom: 7px;
	display: block;
	float: left;
}
.menubg_yellow a {
	background-image: url(/images/meubg_yellow.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}
.menubg_green a {
	background-image: url(/images/meubg_green.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}
.menubg_blue a {
	background-image: url(/images/meubg_blue.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}
.menubg_grey a {
	background-image: url(/images/meubg_grey.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}
#header .home {
    position: absolute;
    left: 26px;
    top: 26px;
    z-index: 100;
}
#header .banner {
	position: absolute;
	right: 70px;
	bottom: 30px;
	z-index: 100;
}
#addthis {
	position: absolute;
	right: 12px;
	top: 105px;
	z-index: 10;
	white-space: nowrap;
}



#login {
	position: absolute;
	right: 12px;
	top: 12px;
	color: #000000;
	z-index: 10;
	white-space: nowrap;
}




#login a {
	color: #000000;
	text-decoration: underline;
}
#login a:hover {
	color: #34A6EB;
}
#contentcontainer {
	background-color: #FFFFFF;
	padding-top: 24px;
}

#contentcontainer h1{
	font-size: 20px;
	color: #000000;
	text-align: center;
	margin-bottom: 10px;
	font-weight: normal;
	}
	
#leftcolumn {
	float: left;
	width: 620px;
}
#rightcolumn {
	float: left;
	width: 160px;
}
#extrascontainer {
	width: 780px;
}
#extrascontainer p {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0px;
}
#extrascontainer a {
	color: #2B2B7E;
	margin-right: 10px;
	margin-left: 10px;
}
#extrascontainer a:hover {
	color: #34A6EB;
}
#footer {
	width: 780px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	line-height: 16px;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#floatleft {
	text-align: center;
}
#floatright {
	float: right;
	text-align: right;
}

dl dt {	
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
color: blue;
line-height: 1em;
font-weight: bold;
}

dl dd {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
line-height: 2em;
margin-left: 0;
margin-bottom: 1em;
}

.yellow {
background-image: url(/images/strip_yellow.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: center;
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 8px;
	margin-top: 8px;
}

.green {
	background-image: url(/images/strip_green.gif);
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 8px;
	margin-bottom: 8px;
}
