/*DEFAULT BODY STYLES*/

html,body{
      margin: 0;
      padding: 0;
      height: 100%;
	  min-height: 100%;
	  max-height: 100%;
      border: none
   }

body {
	background:#0c4c89;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	}
	
p {
	margin-top: 10px;
}

ul li
{
	list-style-type: disc;
	padding-left: 5px;
	margin-left: 25px;
}
 
 #wrapper { 
 	margin: 0 auto;
	margin-bottom: 0px;
 	width: 760px;
	border-left: solid 10px #7397c6;
	border-right: solid 10px #7397c6;
	background-color: #8bb0e0;

}

#logo {
	position: absolute;
	width: 180px;
	height: 180px;
	margin-top: 10px;
	margin-left: 10px;
	background: transparent;
	}


/*LINKS*/

a:link {
	color:#146BC2;
	text-decoration:underline;
}
a:hover {
	color:#146BC2;
	text-decoration: none;
	}
a:visited {
	color:#146BC2;
	text-decoration:underline;
}
a:focus, a:active {color: #146BC2; text-decoration: none;}


.toplinks:link{color:#ffffff; text-decoration:none;}
.toplinks:hover{	color:#ffffff;	border-bottom: 1px solid #ffffff;}
.toplinks:visited {color:#ffffff; text-decoration:none;}


/*TEXT*/

	
.txt_body {
	line-height: 160%;
	color: #0e4c89;
	text-align: justify;
	font-size: 12px;
	width: 526px;
	margin-right: 42px;
	background-color: c3dbfa;
	}
	

.td_headings {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #0070c0;
	padding-left: 30px;
	text-align: left
	}
	
.td_text {
	text-align: justify;
	padding: 10px 30px 10px 30px;
	}

.base {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 40px;
}

.menutxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	background-color: #d73c6f;
	height: 38px;
	padding: 1px 10px 0px 0px;
	text-align: right;
	}
	
.topimages {
	background-color: transparent;
	height: 138px;
	padding: 0px 0px 0px 0px;
	}

/*TABLES*/


	
/*IMAGES*/

.imagefloatright {
	float:right;
	margin: 10px 10px 10px 0px;
	}
	
.imagefloatleft {
	float:left;
	margin: 10px 0px 10px 10px;
	}
	
.images_large {
	border: solid 2px #146BC26;
	}
	
/*----------------FORMS----------------*/

.forms {
	height: 18px;
	padding-left: 3px;
	padding-top: 5px;
	padding-bottom: 1px;
	background-color: #ffffff;
	border: solid 1px #999999;
}

.button {
	height: 23px;
	width: 26px;
	background-color: #28395f;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	border: solid 1px #245599;
}

input, select, textarea {
	font-family: verdana,arial,hevetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}

