/* Basics CSS*/

html {
     overflow: -moz-scrollbars-vertical;
}
body {
 margin: 0px;
 color: #333;
 background:#fff;
 padding:0;
 font: 0.8em/1.3 Verdana, Arial, Helvetica, sans-serif;
 }

a:link, a:visited, a:active {
color: #283586;
text-decoration: none;
}
a:hover {
text-decoration: none;
color: #DF0000;
}

h1 {
 font-size: 1.5em;
}

h2 {
 font-size: 1.3em;
}

#outer {
	width: 791px;
	margin: 0 auto;
 }

#hdr {
 padding-top: 141px;
 background: #fff url(../images/headerlogo.png) no-repeat;
 }

#hdr h1 {
 color: #fff;
 background:#B7734B;
 font-size: 1.5em;
 font-weight: bold;
 text-align: center;
 text-transform: uppercase;
 margin: 0;
 padding: 1em;
 border:solid #000000;
 border-width:1px 0 1px 0;
 }

#nav {
	float:left;
	width:136px;
	padding: 1em 10px 30px 20px;
	text-align: left;
	background: url(../images/nav-bg.gif) no-repeat top;
	margin-top: 30px;
	border-bottom: 1px solid #a5b5de;
	font: 0.9em/1.2 Verdana, Arial, Helvetica, sans-serif;
}
#nav ul {
	list-style: url(../images/dot_blue.gif) none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
}
#nav li {
	margin: 0 0 0 10px;
}
#nav h2 {

}

#cont {
	float: right;
	width:570px;
	padding-right: 1.5em;
	padding-bottom: 1.5em;
 }
#cont a:link, #cont a:visited, #cont a:active {
color: #283586;
text-decoration: none;
}
#cont a:hover {
text-decoration: none;
color: #DF0000;
}
#cont h1 {
	color: #3663A4;
	font-size: 120%;
	background: #FFFFFF;
}
#cont h2 {
 	color: #3663A4;
	background: #FFFFFF;
}

#ftr {
	clear: both;
	color: #000;
	background:#FFFFFF url(../images/bar-blue.gif) no-repeat center top;
	text-align: center;
	height: 23px;
 }
.ftrTxt {
	font-size: 10px;
	padding-top: 20px;
}
#ftr a:link, #ftr a:visited, #ftr a:active {
color: #000;
text-decoration: none;
}
#ftr a:hover {
text-decoration: none;
color: #fff;
}

.leftImg
{
float:left;
padding: 0 5px 5px 0;
}

.rightImg
{
float:right;
padding: 0 0 5px 5px;
}

.title {
	color: #3663A4;
	background: #FFFFFF;
	font-size: 120%;
}
.boxBlue {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	background: #F5F6FC;
	padding: 5px;
	border: thin solid #617DC5;
	width: 90%;
}
