/* OEA CSS */

body { background-color:#fff;}

caption  { font-variant:small-caps; color:#000066; font-size:110%; font-weight:bold; }

.breadcrumbs {
	margin-left: 10px;
	}
.breadcrumbs a:visited {
	color:#0000ff;
	}	

.breadcrumbs a:hover {
	color:#fff;
	background-color:#004F8C;
	}		
	
h2.button { 
	border:thin outset black;
	background-color:white;
	padding:5px;
	width:50%;
	margin-left:15%;
	font-size:medium;
	text-align:center;
	}	
	
table#quicklinks { 
	width: 60%;
	margin: auto;
	border: thin solid #008;
	}

table#quicklinks th {
	background-color: #008;
	color: #fff;
	}
	
table#quicklinks td {
	width: 50%;
	vertical-align: top;
	background-color: #ccc;
	padding-left: 5px;
	line-height: 20px;
	}

table#quicklinks td a:visited {
	color: #008;
	}

table#quicklinks td a:hover {
	background-color: #008;
	color: #fff;
	}	
	
#boxright {
	background-color:#eee;
	margin: -10px 0px 0px 0px;
	padding: 0px;
	border: 1px solid #008;
	width: 200px;
	float:right;
	height:100%;
	padding-bottom: 100px;
}

#boxleft {
	margin: -10px 0px 0px 0px;
	padding: 0px;
	border: 1px solid #008;
	width: 200px;
	float:left;
	background-color:#eee;
	height:100%;
	padding-bottom: 100px;
}

#boxmiddle {
	margin: 0px 8px 0px 210px;
	padding: 0px;
	}

#boxright h2, #boxleft h2 {
	font-size:115%;
	background-color: #004f8c;
	color:#fff;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	text-align: center;
}

#boxleft div, #boxright div {
	line-height: 20px;
	padding:5px;
	}
	

#latestnumbers {
	width:350px;
	}	
	
#latestnumbers th {
	text-align:left;
	color:#000;
	}
	
#latestnumbers td {
	text-align:right;
	}	
	
#boxleft a, #boxright a  {
	color:#0000ff;
	}	
		
#boxleft a:visited, #boxright a:visited  {
	color:#0000ff;
	}	
	
#boxleft a:hover, #boxright a:hover {
	color:#fff;
	background-color:#004F8C;
	}	
	
div.secondlevelmenu {
	margin-left:5px;
	}	
