/* Basics CSS*/

object {outline: none;}
html, body {height: 100.1%;}
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	color: #333;
	background:#366DB0;
	padding:0;
	font: 0.84em/1.2 Arial, Helvetica, sans-serif;
	text-align: justify;
 }

a:link, a:visited, a:active {
color: #342F98;
text-decoration: none;
}
a:hover {
text-decoration: none;
color: #fff;
}

h1 {
 font-size: 1.5em;
}

h2 {
 font-size: 1.3em;
}

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

#hdr {
 padding-top: 180px;
 background: #fff url(../images/headerlogo3.gif) 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:220px;
	padding: 13px;
	color: #242424;
}
#nav a:link, #nav a:visited, #nav a:active {
	color: #342F98;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
	color: #000;
}

#cont {
	float: right;
	width:670px;
	padding: 0px 20px 10px 10px;
 }
#cont a:link, #cont a:visited, #cont a:active {
	color: #342F98;
	text-decoration: underline;
}
#cont a:hover {
text-decoration: none;
color: #597491;
}
#cont h2 {
 color: #597491;
}
#cont ul {
	list-style-type: none;
	padding-left: 20px;
	margin-left: 0px;
	}
#cont li {
	padding-left: 0px;
	margin-left: 0px;
	padding-top: 3px;
	}
#cont ul li {
	background: url(../icons/bullet-blue.png) no-repeat left top;
	padding-left: 15px;
}
#cont ol {
	list-style: decimal;
	margin-left: 10px;
	}
#cont ol li ol li {
	list-style: lower-alpha;
}

#ftr {
	clear: both;
	color: #000;
	background:#f0f0f0;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #B6CDE9;
	height: 40px;
	padding-top: 5px;
 }
#ftr a:link, #ftr a:visited, #ftr a:active {
color: #597491;
text-decoration: none;
}
#ftr a:hover {
text-decoration: none;
color: #000;
}

.imgLeft
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.imgRight
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.imgCenter
{ display: block;
  margin: 0 auto;
}
.imgCenterBorder
{
	display: block;
	margin: 0 auto;
	padding:8px;
	border:solid;
	border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
	border-width: 1px 2px 2px 1px;
	background: #FFF;
}
.imgLeftBorder
{
	float: left;
	padding:8px;
	background: #FFF;
	margin-right: 12px;
	border-top: 1px solid #dddddd;
	border-right: 2px solid #aaaaaa;
	border-bottom: 2px solid #aaaaaa;
	border-left: 1px solid #dddddd;
}

.imgRightBorder
{
	float: right;
	padding:8px;
	border:solid;
	border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
	border-width: 1px 2px 2px 1px;
	background: #FFF;
	margin-left: 12px;
}
.clear {
	clear: both;
}
.txtBlueBold {
	font-weight: bold;
	color: #597491;
	font-style: italic;
}
.txtDkBlueBold {
	font-weight: bold;
	color: #44586F;
	font-style: italic;
}
.txtOrangeBold {
	font-weight: bold;
	color: #C60;
	font-style: italic;
}
.txtWhite14b {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.txtBlueBk14b {
	font-size: 14px;
	font-weight: bold;
	color: #235489;
}
.box1 {
	background: url(../images/bg-box1.png) repeat-x;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #235489;
	color: #000;
}
.box2 {
	font-size: 20px;
	font-weight: bold;
	color: #22446F;
	text-align: center;
	font-style: italic;
}
.hdrBlue1 {
	color: #FFF;
	background: #366DB0;
	text-align: center;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 16px;
	border-top: 1px solid #275081;
	border-right: 1px solid #275081;
	border-left: 1px solid #275081;
}
.boxBlue1 {
	background: #DDE8F4;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 3px;
	border: 1px solid #3367A6;
	margin-bottom: 5px;
}

.boxBlue2 {
	color: #22446F;
	background: #366DB0;
	text-align: center;
	display: block;
	font-weight: bold;
	font-size: 16px;
	background: url(../images/bg-box2.png) repeat-y;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #aecae8;
}
.boxBlue3 {
	color: #22446F;
	background: #366DB0;
	text-align: center;
	display: block;
	font-weight: bold;
	font-size: 16px;
	background: url(../images/bg-box2.png) repeat-y;
	padding-top: 3px;
	padding-bottom: 3px;
}
.hdrOrange1 {
	color: #FFF;
	background: #F60;
	text-align: center;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 16px;
	border: 1px solid #000;
}
.hdrRed1 {
	color: #FFF;
	background: #F00;
	text-align: center;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 20px;
	border: 1px solid #000;
}
.tdCenter {
	text-align: center;
}
.txtRed {
	color: #F00;
	font-style: italic;
	font-weight: bold;
}

