!* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height:100%;
	background-color:#3f5377;
	text-align: center;
}

#main {
	vertical-align: top;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}

#contentarea {
	vertical-align: top;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 20px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#content {
    position: relative;
    left: 0px;
	margin: 0px 0px 0px 0px;
    z-index: 1;
}

#flash {
    width: 850px;
    height: 235px;
    position: relative;
	top: -68px;
    z-index: 0;
}

.headertxt {
	text-align: right;
	padding: 10px 25px 0px 25px;
	margin: 20px 0px 25px 0px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#003d73;
	display: block;
}

.minimum {
	height: 375px;
}

.navigation {
	vertical-align: top;
	padding: 0px 0px 10px 5px;
	margin: 8px 0px 0px 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px #6f6e62 dashed;
	display: block;
}

.topborder {
	padding: 10px 0px 10px 5px;
	border-top: 1px #6f6e62 dashed;
}

.mainborder {
	border-left: 1px #374968 solid;
	border-right: 1px #374968 solid;
}

.pagetitle {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#003d73;
	text-transform: uppercase;
}

.searchbutton {
	position: relative;
	top: -5px;
	margin-left: 2px;
}

.homeheaders {
	font-size: 16px;
	font-weight: bold;
	color: #5a1a3a;
	padding: 0px 0px 6px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: 5px #9e9e9e dotted;
	border-spacing: 56em;
	text-transform: uppercase;
}

.rightcorner {
	background-image:url('/images/right_corner_blue.gif');
	background-repeat: no-repeat;
	background-position:bottom right;
	width:10px;
	height:14px;
	background-color: #ffffff;
}

.leftcorner {
	background-image:url('/images/left_corner_blue.gif');
	background-repeat: no-repeat;
	background-position:bottom right;
	width:10px;
	height:14px;
	background-color: #ffffff;
}

.bottomrepeat {
	background-image:url('/images/bottom_repeat_blue.gif');
	background-repeat: repeat-x;
	background-position:bottom left;
	background-color: #ffffff;
}

.footer {
	color:#6f6e62;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	border-top: 5px #9e9e9e dotted;
}

.divider {
	padding: 0px 50px 0px 50px;
	margin: 0px 0px 0px 0px;
	border-left: 5px #9e9e9e dotted;
}

.falsedivider {
	padding: 0px 50px 0px 50px;
	margin: 0px 0px 0px 0px;
	border-left: 1px #ffffff solid;
}

.tblcellnobrdr { border-style: solid; border-width: 1px; }

.tblcellbrdr { border-style: solid; border-width: 1px; }
.tblbrdr { border-collapse: collapse; border-left-width:0px; border-right-width:0px; border-top-width:0px; border-color: #808080; }
.tbltopbkgrnd	{ background-color: #5B5B5B; color: #FFFFFF }
.tblrowbkgrnd   { background-color: #F0F0F0; }

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px
}

div {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

.homeheaders a:visited { 
	color:#000000;
}

.footer a {
	color:#6f6e62;
}

.headertxt a:link { 
	color:#003d73;;
}

.headertxt a:visited { 
	color:#003d73;
}

.headertxt a:hover { 
	color:#ce181e;
}

.navigation a:link { 
	color:#003d73;;
}

.navigation a:visited { 
	color:#003d73;
}

a img {
	border: none;
}






