/* Styles CSS*/

body {
 margin: 40px 0;
 color: #333;
 background:#442E83;
 padding:0;
 font: 13px/17px Arial, Helvetica, sans-serif;
 }

a:link {
color: #442E83;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #442E83;
}
a:hover {
text-decoration: none;
color: #fff;
}
a:active {
text-decoration: none;
color: #442E83;
}

p a:link  {
color: #442E83;
text-decoration: none;
font-weight:bold;
}
p a:visited {
text-decoration: none;
color: #442E83;
}

p a: hover {
text-decoration: underline;
color: #808080;
}
p a:active {
text-decoration: none;
color: #442E83;
}


h1 {
 font-size: 1.5em;
}

h2 {
 font-size: 1.3em;
}

h3 {
 font-size: 1.1em;
}

#outer {
 width: 750px;
 margin: 0 auto;
 background: #fff url(images/bg2.gif) repeat-y;
 }

#hdr {
 padding-top: 125px;
 background: #fff url(images/header.jpg) no-repeat;
 }

#hdr h1 {
 color: #fff;
 background:#7E8ECA;
 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:175px;
 padding: 1em;
 text-align: center;
 background: url(images/divider2.gif) no-repeat bottom center;
 padding-bottom: 30px;
}
#nav ul {
 background: url(images/divider2.gif) no-repeat top center;
 margin: 0;
 padding: 30px 0 0 0;
 list-style: none;
}
#nav li {
	margin: 0;
}
#nav h2 {

}
#line { clear: both; padding: 3px; margin: 10px 0 10px 0; background: url(images/smalldot.gif) repeat-x; }

#cont {
	float: right;
	width:497px;
	padding: 1em;
 }

#contR {
 float: right;
 width:230px;
 }
#contL {
	float: left;
	width:230px;
	border-right-style: dotted;
	border-right-color: #d5dcef;
	padding-right: 8px;
	border-right-width: 1px;
 }
#cont h2 {
 color: #23286f;
}
#contL h3 {
 color: #23286f;
}
#contR h3 {
 color: #23286f;
}

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

#leftImg
{
float:left;
width: 115px;
height: 114px;
padding: 0 5px 5px 0;
}

#rightImg
{
float:right;
width: 114px;
height: 113px;
padding: 0 0 5px 5px;
}
.Adcopy {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	letter-spacing: normal;
}

