/* CSS Document */

/* basic elements */

* {
	font-size: 12px;
}

body{
color:#333;
font-size: 76%;
font-family: Arial, Helvetica, sans-serif;
background: #bdd3e1 url(images/body_bg.jpg) repeat-x top left;
letter-spacing: .05em;
text-align: left;
}
p{
text-align: justify;
padding: 0px 10px 5px 10px;
}
a{
color: #015092;
text-decoration:underline;
}
a:hover{
color: #000000;
text-decoration:none;
}

a img{
border:none;
}

h1, h2, h3, h4{
font-weight:normal;
}

h1{
font-size: 1.5em;
color: #FFFFFF;
font-weight: bold;
letter-spacing: .05em;
text-align: center;
background-color: #255B98;
border: thin solid #000000;
height: 130px;
background: #255B98 url(images/archives-header.jpg) top right no-repeat;
margin:0 0 0 0;
}
h1 span {
    display: none;
}

h2{
font-size: 1em;
color: #FFFFFF;
letter-spacing: .1em;
text-align: left;
padding: 1em;
margin:0;
background-color: #003366;
border: thin solid #000000;
}

h2.entryTitle {
font-size: 1.5em;
color: #FFFFFF;
font-weight: bold;
letter-spacing: .05em;
text-align: center;
background-color: #255B98;
border: thin solid #000000;
}

h3{
font-size: 1em;
color: #FFFFFF;
letter-spacing: .1em;
text-align: center;
background-color: #003366;
padding: .3em;
margin:0;
border: thin solid #000000;
}

h4{
font-size: 1em;
color: #005093;
letter-spacing: .1em;
text-align: center;
background-color: #8CB5D7;
padding: .3em;
border: thin solid #000000;
}

em {
font-size: 12px;
}

ul, li {
margin: 0 12px;
}

table {
	background-position: center;
	}
img {
	}

#flashNav {
left:0pt;
position:absolute;
top:0pt;
width:100%;
z-index:2;
background: url(images/header_bg.gif) repeat-x;
}

.darkbluebg {
background-image:url(images/dark_blue_bg.gif);
}

#page {
	margin-top: 156px;
}

.menu {
	text-align:center;
	margin:0;
	padding:2px 0;
	list-style-type:none;
	background-color: #8CB5D7;
	border: .10em solid #005093;
}

.menu li {
	display: inline;
}

.resultItem {
	border: solid #fff;
}