body{
	margin: 0;
	padding: 30px 0;
	font: normal 13px 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #595959 url(../images/backgroundBody2.jpg) repeat-x fixed;
	color: #222;
}

#thetop{
margin:0;
}

#container{
	width: 720px;
	margin: 0 auto;
	padding: 20px 20px 0 20px;
	background: #FFF url(../images/backgroundContent2.jpg) no-repeat;
	color: #222;
}

a{
	text-decoration: none;
	background-color: inherit;
	color: #004990;
	font-weight: bold;
}

a:hover{
text-decoration:underline;
}

a img{
border:0;
}

p{
margin:0 0 15px 0;
line-height:1.5em;
}

#main p,#sidebar p{
padding:0 0 0 10px;
}

#logo{
float:left;
width:220px;
margin:0 20px 0 0;
padding:0 0 25px 0;
text-align:center;
color:#555;
overflow:auto;
}
#logo img {
	border: 10px solid White;
}


#logo h1{
margin:50px 5px 1px 5px;
letter-spacing:-3px;
}

#logo a{
background-color:inherit;
text-decoration:none;
}

#logo a:hover{
background-color:inherit;
color:#69e;
}

#tagline{
text-align:center;
font-size:1.2em;
}

#intro p{
line-height:1.5em;
}

#main{
float:left;
width:530px;
margin-right:20px;
padding: 1em 0 0 0;
}

.header{
display:block;
margin:0 0 10px 0;
padding:5px 0 5px 8px;
text-decoration:none;
font-size: 190%;
font-weight: bold;
}

#sidebar{
width:155px;
float:right;
margin-top:2.4em;
font-size:1em;
line-height:1.3em;
}

#sidebar p{
font-size:0.9em;
}

.latestnewsdate{
	text-decoration: none;
  padding:5px 0 5px 8px;
	color: #000;
	font-weight: bold;
}

.mainbodytext{
	text-decoration: none;
  padding:0px 0 5px 8px;
}

.headertext{
	text-decoration: none;
  padding:0px 0 0px 0px;
  font-size:0.85em;
}



	/* ### Navigation ### */
	
	
	.navigation {
		margin:0;
		padding:0;
		}
		
	.navigation li {
	height: 28px;
	list-style: none;
	background: #403F3F url(../images/backgroundNavigation2.gif);
	margin: 0 0 2px 0;
	padding: 0;
}
	
	.navigation a {
		display:block;
		padding:6px 0 6px 25px;
		margin:0;
		color:#c3c3c3;
		}
		
	.navigation a:hover {
	background: #595959 url(../images/background-li-hover.gif) no-repeat left;
	color: White;
	text-decoration: none;
}


.img-shadow {
  float:left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;  margin: 10px 0 0 0px;

  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 3px 6px -6px;
      padding: 4px;
  }



#footer{
	margin: 0 auto 20px auto;
	width: 760px;
	background: #fff url(../images/backgroundFooter2.jpg) bottom left no-repeat;
	padding: 0 0 5px 0;
	font-size: 0.9em;
	color: #888;
	text-align: center;
	
}
#TextLinks {
	border-top: 1px solid #E0E0E0;
	padding: 2em;
	margin: 0 2em;
}
#footer a {
	text-decoration: none;
	padding: 2px 4px;
}
#footer a:hover {
	color: White;
	background-color: #595959;
}
#Disclaimer {
	padding: 1em;
}

h1,h2,h3,h4{
margin:0 0 10px 0;
font-weight:normal;
}

h1{
font-size:2.2em;
}

h2{
margin:0 0 4px 0;
font-size:2.6em;
color: #004990;
font-weight: bold;
}

h3{
margin:20px 0 8px 0;
font-size:1.6em;
color: #004990;
}

h4{
margin:10px 0 5px 0;
font-size:1.2em;
}

.clear{
clear:both;
margin:0;
}

.right{
text-align:right;
}

.hide{
display:none;
}

a.arrow {
	background:url(../images/bullet.gif) no-repeat 3px 0;
	padding:2px 4px 2px 24px;

	text-decoration:none;
	margin: 0px 0px 0px 34px;

}

a.arrow:hover {
	background:url(../images/bulletOver.gif) no-repeat 3px 0;

	color: White;
	background-color: #004990;
	text-decoration:none;

}