body,html {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	width: 100%;
	background-color: #45aaff;
	background-image: url(images/bg_main.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
}

#container {
	width: 800px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

#container-header {
	width: 720px;
	height: 85px;
	padding: 20px 40px 0px 40px;
	background-image: url(images/bg_header.gif);
}

#container-slogan {
	float: left;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	height: 70px;
	width:706px;
	z-index:1;
}

span, #container-name span,#container-slogan span {
	color: #006AC3;
}

#container-eyecatcher {
	width: 720px;
	padding: 0px 40px 0px 40px;
	height: 172px;
	background-image: url(images/bg_eyecatcher.gif);
}

/* Secondary Navigation */

.mattblacktabs{
	width: 100%;
	overflow: hidden; /*bottom horizontal line that runs beneath tabs*/
	background-color: #388DD6;
}

.mattblacktabs ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	border-right: 1px solid white; 
	color: white;
	background: #388DD6; 
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}


.mattblacktabs li a:hover, .mattblacktabs li.selected a{
	background-color: #45AAFF;
}


/* Main Content */

#container-content {
	background-image: url(images/bg_content.gif);
	padding-top: 20px;
	padding-right: 40px;
	padding-left: 40px;
	width: 720px;
	background-repeat: repeat-y;
}

#content {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	width: 520px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 25px;
}
#contentC {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	width: 510px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 15px;
}

#border {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 175px;
}

#borderC {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 195px;
	font-size: x-small;
}

#contentmap {
	width: 720px;
	float: left;
}



#container-footer {
	clear: both;
	color: #aeaeae;
	background-image: url(images/bg_footer.gif);
	margin-top: 0;
	margin-bottom: 0px;
	padding-top: 10px;
	height: 85px;
	padding-right: 40px;
	padding-left: 40px;
}

#container-footer a {
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	color: #aeaeae;
	font-size: 9px;
}

#container-footer a:hover {
	color: #006AC3;
}

#footer {
	font-size: 9px;
	color: #aeaeae;
	width: 720px;
	margin-bottom: 20px;
}

#footer-copyright {
	float: left;
	width: 325px;
	padding-left: 0px;
	padding-top: 0px;
	font-size: 9px;
}

#footer-meta {
	width: 300px;
	float: right;
	padding-left: 50px;
	margin-top: -10px;
	margin-right: 30px;
	vertical-align: bottom;
}

.clearer {
	clear: both;
}

h1 {
	font-size: 18px;
	color: #0068B4;
	margin: 0 0 0 0;
	padding: 0px 0 15px 25px;
	background-image: url(images/h1_arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	line-height: 24px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 16px;
	color: #006AC3;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
}

h3 {
	font-size: 14px;
	color: #006AC3;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
	
h3 a{
	text-decoration: none;
	color: #006AC3;
	border-bottom: 1px dotted #006AC3;
	padding: 2px 2px 2px 2px;
	}
	
h3 a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #006AC3;
	padding: 2px 2px 2px 2px;

	}
	
h4 {
	font-size: 13px;
	color: #006AC3;
	text-transform: capitalize;
	}

hr {
	border: none 0;
	border-top: 1px solid #cccccc;
	height: 1px;
}

#content hr {
	border: none 0;
	border-top: 1px solid #cccccc;
	margin: 0px 0 0px 25px;
	height: 1px;
}

#content p {
	line-height: 19px;
	color: #666666;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0px;
}

#content p a, #border p a {
	text-decoration: none;
	color: #006AC3;
	border-bottom: 1px dotted #006AC3;
	padding: 2px 2px 2px 2px;
}

#content p a:hover, #border p a:hover  {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #006AC3;
	padding: 2px 2px 2px 2px;
}

#content li {
	color: #666666;
	list-style-type: circle;
	list-style-image: url(images/bullet.gif);
	line-height: 1.5em;
	margin-left: -10px;
}

#content li a {
	text-decoration: none;
	color: #006AC3;
	border-bottom: 1px dotted #006AC3;
	padding: 2px 2px 2px 2px;
}

#content li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #006AC3;
	padding: 2px 2px 2px 2px;
}


#content .quote {
	border-top: 1px solid #E5E5E5;
	background-color: #f7f7f7;
	border-bottom: 1px solid #E5E5E5;
	background-image: url(images/bg_quote.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	color: #0066CC;
	font-style: italic;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 65px;
}

#border p {
	font-size: x-small;
	color: #666666;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.5em;
}


img.alignleft {
	background-color: #E7F1FF;
	padding: 4px;
	border: 1px solid #006AC3;
	float: left;
	margin: 0 15px 5px 0px;
}

img.alignright {
	background-color: #E7F1FF;
	padding: 4px;
	border: 1px solid #006AC3;
	float: right;
	margin: 0 0 5px 15px;
}

img.nofloat {
	background-color: #E7F1FF;
	padding: 4px;
	border: 1px solid #006AC3;
	margin: 3px;
}
img.alignleftnb {
	padding: 2px;
	margin: 0 0 5px 5px;
	float: left;

}

img.alignrightnb {
	padding: 2px;
	float: right;
	margin: 0 0 5px 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

img.alignabove {
	border: none;
	padding-left: 20px;
}




#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{
	display: block;
	width: 126px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	background-color: #0581EA;
}

#sddm li a:hover
{	background: #49A3FF}

#sddm div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	border: 1px solid #5970B2;
	background-color: #ECE9D8;
}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #2875DE;
		font: 11px arial}

	#sddm div a:hover
	{	background: #49A3FF;
		color: #FFF}


#menucontainer {
	background-image: url(images/bg_eyecatcher.gif);
	padding-left: 10px;

}


#morebutton a, #menu a:visited {
	text-align:center;
	text-decoration:none;
	color:#000;
	width:60px;
	height:15px;
	border:1px solid #D4F0FC;
	background-color: #ACDFFC;
	float: right;
	display: block;
  }
#morebutton a:hover {
  color:#000;
  border:1px solid #ACDFFC;
  background-color: #D1F1FE;
}

#logocontainer{
	height: 40px;
	width: 180px;
	float: right;
}

#abs{
	height: 38px;
	width: 109px;
	overflow: hidden;
	background: url(images/abs.gif) top left no-repeat;
	float: right;
} 
  
#abs:hover{ 
	background-position: 0px -40px; 
} 

#lrq{
	height: 71px;
	width: 113px;
	overflow: hidden;
	background: url(images/lrq1.gif) top left no-repeat;
	position: relative;
	float: right;
} 

.morebutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
	padding-top: 5px;
	text-align: right;
	text-indent: 50px;

}

.morebutton a {
	background-color: #d9f5fc;
	border: 1px solid #0099CC;
	margin-top: 5px;
	padding-top: 5px;
	text-align: right;

}

.morebutton a:hover {
	border: 1px solid #d9f5fc;
	text-align: right;

}
label
{
	width: 8em;
	float: left;
	text-align: right;
	margin-right: 1em;
	display: block
}

submit
{

}
input
{
	color: #666666;
	border: 1px solid #0082EF;
	background-color: #DEF7FF;
}

select
{
	color: #666666;
	border: 1px solid #0082EF;
	background-color: #DEF7FF;
}


fieldset
{
	border: 1px solid #006699;
	width: 500px
}

legend
{
	color: #fff;
	padding: 2px 6px;
	background-color: #0069B5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #42AAFF;
	border-right-color: #0069B5;
	border-bottom-color: #0069B5;
	border-left-color: #42AAFF;
} 
textarea {
	color: #666666;
	border: 1px solid #0082EF;
	background-color: #DEF7FF;
}

