body { 
margin:.5em;
padding:0;
height:100%;
background-color:#ccc;
background-image:url('i/body_bg.png');
background-position:top;
background-repeat:repeat-x;
color:#000000;  
text-align:center;
font: 10pt Verdana,Arial,Tahoma,Helvetica,sans-serif;}


#centerColumn { 	
margin:0 auto;
padding:1em;
width:760px;
text-align:justify;
vertical-align: middle;	
background-color:#ffffff;
border:2px solid #aaa;
}

#centerColumn h2 {
color:#526190;
margin:20px 0 0 0;
line-height:20px;
background: url('i/content_h2.png') top left no-repeat;
padding: 0px 0 0 15px;
}
#centerColumn h3 {
color:#526190;
margin:20px 0 0 0;
line-height:20px;
}
#centerColumn input {
color:#526190;
padding: 2px;
font-size:14px;
font-weight:bold;
}

#header {
margin:0px;
padding:0px;
height:130px;
background-color:#fff;
background-image:url('i/topbluenew.png');
background-repeat:no-repeat;
border:0px;
}

#footer {
position:relative;
bottom:0;
margin:20px 0 0 0;
padding:0;
line-height:2em;
text-align:right;
background-color:#ffffff;
background: url('i/bot_bg.png') center no-repeat;
color:#999;
}
#footer p{
	margin:0;
	padding: 20px 0 0 0;
}

div.navig{
	padding: 10px 0 0 30px;
	margin: 0 40px 0 0;
	font-weight:bold;
	text-transform:uppercase;
	color: white;
}
#header a {
	text-decoration:none;
	border-bottom: white 1px dotted;
	color:white;
}

a:link,a:visited,a:active{
	text-decoration:none;
	border-bottom: #007 1px dotted;
	color:#007;
}
a:hover{
	color:#005;
	border-color:#005;
}
#splash{
	padding:10px;
	color:#eeeeee;
	margin: 0 11px 0px 8px;
}
 h4.subtitle{
	margin:4px 0 0 0;
	padding: 0 15px 0 0;
	font-variant:small-caps;
	letter-spacing:1px;
	font-size:14px;
	text-align:right;
}
td {
font: 10pt Verdana,Arial,Tahoma,Helvetica,sans-serif;
}
a.language:link, a.language:hover, a.language:visited {
color:#ddd;
border-bottom: none;

}
a.language:hover {
color:white;
border-bottom: none;

}

      #sidebar {
        position:fixed;
		padding:10px;
		color: white;
		font-size:12px;
		text-align:left;
		border:1px solid black;
		filter:alpha(opacity=70);
		opacity:.70;
		background:#526190;
        width: 190px;
        height: auto;
        bottom: 20%;
        left: 78%;
      }
