@charset "utf-8";
/* CSS Document */

/* Undo defaults */
 * { margin: 0; padding: 0; border: 0 none; } 

/* Undo defaults less border from above */

/*colors blue #0E2C8E - gray #A8ABAC */

/** { margin: 0; padding: 0; } */


body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	
	line-height: 17px;
	/*text-align: justify;*/
	text-align: left;
}
#wrapper {
	background-color: #0E2C8E;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	position: relative;
	top: 0px;	
	width: 100%;
}
#main {
	width: 800px;
	margin: 0px auto;
	background-color: #FFFFFF;
}
#header {
	height: 121px;
	background-color: #FFFFFF;
}
#contentwrap {
	margin: 0 5px 5px 5px;
	background-image: url(images/bg_homecontent.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 790px;
	padding: 0;
}
#contenttext1 {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 315px 15px 20px 16px;
	width: 46%;
}
#contenttext2 {
	/*position: relative;*/
	float: right;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 25px 15px 20px 10px;
	width: 46%;
}
ul.regular {
  line-height: 17px;
  margin-left: 40px;
  color: #000000;
  list-style: url(images/bullet.gif);
}
.textlinks {
	padding: 0 0 8px 0;
	text-align: center;
	margin-top: 35px;
}
.textlinks a:link {
	color: #0E2C8E;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
	padding: 2px 2px 2px 2px;
}
.textlinks a:visited {
	color: #0E2C8E;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
	padding: 2px 2px 2px 2px;
}
.textlinks a:active {
	color: #0E2C8E;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
	padding: 2px 2px 2px 2px;
}
.textlinks a:hover {
   color: #FFFFFF;  
   text-decoration: none;
   font-size: 12px;
   background-color: #0E2C8E;
   font-weight: normal;
   padding: 2px 2px 2px 2px;
}
#footer {
	padding: 0;
	height: 84px;
	width: 800px;
	background-image: url(images/bg_footer.jpg);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #0E2C8E; 
}
#footercontent {
	padding-top: 45px;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	color: #FFFFFF;
}

a.c:link { 
    color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	padding: 0px;
}
a.c:visited {
    color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	padding: 0px;
}
a.c:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	padding: 0px;
}
a.c:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 12px;
	background-color: #0E2C8E;
	padding: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #0E2C8E; 
}
a.b:link { 
    color: #0E2C8E;
	text-decoration: underline;
	font-size: 13px;
	padding: 0px;
}
a.b:visited {
    color: #0E2C8E;
	text-decoration: underline;
	font-size: 13px;
	padding: 0px;
}
a.b:active {
	color: #0E2C8E;
	text-decoration: underline;
	font-size: 13px;
	padding: 0px;
}
a.b:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	background-color: #0E2C8E;
	padding: 0px;
}
.boldblk {
	color: #000000;
	font-weight: bold;
	font-size: 13px;
}
.boldblkitalic {
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	font-style: italic;
}
.boldblue {
	color: #0E2C8E;
	font-weight: bold;
	font-size: 13px;
}
.boldblueitalic {
	color: #0E2C8E;
	font-weight: bold;
	font-size: 13px;
	font-style: italic;
}
#contact1 {
	float: left;
	margin: 0 25px 10px 25px;
}
#contact2 {
	float: right;
	margin: 0 25px 10px 25px;
}
.clear {
	line-height:1px;
	height: 1px;  /*originally 1px;*/
	clear: both;
}
#sitemap1 {
	float: left;
	margin: 0 90px 30px 15px;
}
#sitemap1 p {
	padding: 10px;
}
#sitemap2 {
	float: left;
	margin: 0 100px 30px 0;
}
#sitemap2 p {
	padding: 10px;
}
#sitemap3 {
	float: right;
	margin: 0 15px 30px 0;
}




