/* Basics CSS*/

body {
	margin: 40px 0;
	color: #333;
	padding:0;
	background-color: #DCEDF8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6;
 }

a:link {
color: #0099FF;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #0099FF;
}
a:hover {
text-decoration: none;
color: #fff;
}
a:active {
text-decoration: none;
color: #775D42;
}

h1 {
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

#outer {
 width: 650px;
 margin: 0 auto;
 background: #fff url(bg.gif) repeat-y;
 }

#hdr {
	padding-top: 150px;
	background-image: url(headerlogo.GIF);
	background-repeat: no-repeat;
 }

#hdr h1 {
	color: #fff;
	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;
	background-color: #FF0000;
	height: 20px;
 }

#nav {
 float:left;
 width:130px;
 padding: 1em;
 text-align: center;
 background: url(divider.gif) no-repeat bottom center;
 padding-bottom: 30px;
}
#nav ul {
 background: url(divider.gif) no-repeat top center;
 margin: 0;
 padding: 30px 0 0 0;
 list-style: none;
}
#nav li {
	margin: 0;
	list-style-type: square;
}
#nav h2 {

}

#cont {
 float: right;
 width:440px;
 padding: 1.5em;
 }
#cont h2 {
 color: 0099FF;
}

#ftr {
	clear: both;
	color: #fff;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #000;
	margin: 1em 0 0 0;
	background-color: #FDA400;
 }

#leftImg
{
float:left;
width: 125px;
height: 93px;
padding: 0 5px 5px 0;
}

#rightImg
{
float:right;
width: 125px;
height: 93px;
padding: 0 0 5px 5px;
}
