body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #d7d7d7;
	padding: 0px;
	margin: 0px;
}

#container{
	background-color: #ffffff;
	background-image: url(images/bkg_header.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	width: 100%;
}

#content{
	min-height: 300px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

#navigation{
	margin-top: 30px;
	margin-left: 15px;
	margin-bottom: 80px;
	clear: both;
}

#navigation a{
	text-decoration: none;
	/*color: #ffffff;*/
}



#logoColumn{
	float: left;
}

#contentColumn{
	float: left;
}

#footerTop{
	height: 100px;
	background-image: url(images/bkg_footer_top.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	border-bottom: 1px solid #d0cfcf;
	clear:both;
}

#footer{
	background-image: url(images/bkg_footer.gif);
	background-position: top left;
	background-repeat: repeat-x;
	height: 50px;
	border-top: 1px solid #ffffff;
	color: #a5a5a5;
	text-align: center;
}

#footer p{
	padding-top: 5px;
	padding-bottom: 5px;
}

h2{
	color: #003b7f;
	font-size: 18px;
	font-weight: 400;
	background-image:url(images/divider_bar.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	padding-bottom: 13px;
	margin-bottom: 1px;
}

h3{
	color: #003b7f;
	font-size: 18px;
	font-weight: 400;
}

a{
	color: #003b7f;
	text-decoration: none;
}

a:hover{
	color: #c82520;
}

p{
	line-height: 18px;
}

#leftColumn{
	float: left;
	width: 345px;
	margin-left: 15px;
	padding-right: 5px;
}

#leftColumn2{
	float: left;
	width: 590px;
	margin-left: 15px;
	padding-right: 5px;
}

#leftColumn p{
	line-height: 18px;
	padding-left: 2px;
}

#rightColumn{
	float: left;
}

#gradientContainer{
	background-image: url(images/bkg_footer_top.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	width: 235px;
	padding: 5px;
	border-bottom: 1px solid #d0cfcf;
}

#gradientContainer p{
	color: #a4a3a3;
}

.menu{
	float: left;
	color: #ffffff;
	padding-right: 10px;
}

.menu a{
	color: #ffffff;
}

.menu a:hover{
	color: #003b7f;
}

.subMenu{
	position: absolute; 
	visibility: hidden; 
	background: #FFFFFF;
	border: 1px solid #5a0a07;
}

.subMenu a{
	width: 120px;
	display: block; 
	background-image: url(images/bkg_dotted.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding: 0px 5px; 
	text-decoration: none; 
	color: #000000; 
}

.subMenu a:hover{
	color: #FFFFFF;
	background-color: #003b7f;
}

.last_element a{
	background-image: url(images/logo_ea.gif);
}

#welcomeAndNews{
	clear: both;
}


