/* CSS Document */

body {
 	margin: 0px auto 0px auto;
	background-color: #21749a;
	color: #000;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
}

a:hover{
	color: #993300;
	text-decoration: underline;
}

a{
	color: #993300;
	text-decoration: none;
}

#nav {
	width: 455px;
	padding: 20px 30px 10px 30px;
	margin: 0px auto 0px auto;
	color: #999;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
}

#nav li {
	list-style: none;
	display: inline;
	margin-right: 20px;
}

#nav a {
	font-size: 10px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}

#nav a:hover {
	color: #993300;
	text-decoration: underline;
}

#container {
	color: #666666;
	font-weight: normal;
	margin: 0px auto 0px auto;
	width: 686px;
}

#top {
	margin: 0px 0px;
	width: 686px;
	background: url(top-blue.gif) no-repeat;
	background-repeat: no-repeat;
	background-position:bottom;
	height:40px;
	
}

h1 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 19px;
	text-align: center;
	font-style: italic;
	color: #FFFFFF;
	padding-top: 28px;
	letter-spacing: .3em;
	text-transform: uppercase;
}

#content h2 {
	color: #CC0000;
	font-family:TrebuchetMS, Arial;
	font-size: 20px;
	padding: 10px 10px 10px 10px;
	text-align:center;
}

#content h2	a:hover{
	color: #993300;
	text-decoration: underline;
}

#content h2 a{
	color: #993300;
	text-decoration: none;
}

#content h3 {
	text-transform: uppercase;
	color: #C4D0D7;
	font-size: 10px;
	letter-spacing: .3em;
   padding: 0px 135px 0px 10px;
}

#content p {
	padding: 10px 10px 10px 10px;
  	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 1.7em;
	margin: 0px 0px 1.7em 0px;
	vertical-align: top;	
}

#middle {
  background: url(middle-blue.gif) no-repeat;
	background-repeat: repeat-y;
	margin: 0px auto 0px; 
}

#footer {
	margin: 0px auto;
	background: url(bottom-blue.gif) no-repeat;
	background-repeat: no-repeat;
	height: 30px;
	width: 686px;
	text-align: center

}

#footertext {
	font-size: 10px;
	font-weight: bold;
	margin: 0px auto 0px auto;
	height: 20px;
	width: 686px;
	height: 31px;
	text-align: center;
	color: #FFFFFF;
}

#footertext a {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#footertext a:hover {
	text-decoration: underline;
}


#content {
	padding: 0px 68px 1px 68px;
	margin: 0px auto 0px auto;

}

#side {
    margin: 30px auto 0px auto;
	width: 110px;
	border-left: 1px dotted #C4D0D7;
	padding: 0px 10px 0px 20px;
	color: #999;
	float: right;
	font-size: 70%;	
}

#side a{
	color: #999;
	text-decoration: none;
	line-height: 1.7em;
}

#side a:hover{
	color: #999;
	text-decoration: underline;
}


.middleimg {
	background-image:url(OppMoney.jpg);
	background-repeat:no-repeat;
	height:140;
	width:140;
}
