/* CSS Document */

/* CSS Document */

	a.one:link {color: #003366;text-decoration:none;}
	a.one:visited {color: #003366;text-decoration:none;}
	a.one:hover {color:#FF0000; text-decoration:underline;}
	a.two:link {color: #6699FF;text-decoration:none;}
	a.two:visited {color: #6699FF;text-decoration:none;}
	a.two:hover {color:#FF0000;text-decoration:underline;}
	a.three:link {color: #000000;}
	a.three:visited {color: #000000;}

div#mainwrap {
	width:776px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #253A55;
	border-bottom-color: #253A55;
	border-left-color: #253A55;
}

* {
	margin:0;
	padding:0;
}

div#contentarea {
	width: 776px;
	background-color:#ffffff;
	background-image:url(/images/indexbg.gif);	
}

div#header {
	width: 776px;
	height: 211px;
	text-align:center;
	float:left;
}

body {
	margin:0px;
	padding:0px;
	background-color: #5C7DA7;
	background-image:url();
	text-align:center;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
	line-height:20px;
	padding-left:25px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:100;
}

.tabletext {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	padding:5px;
	font-size:9px;
}

.globalnav {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	line-height:20px;
	color:#6699FF;
	padding-left:15px;
	padding-top:15px;
	padding-bottom:15px;
	
}

h1 {
	font-family:"Times New Roman", Times, serif;
	color:#CC0000;
	font-weight:100;
	padding-right:5px;
	padding-left:10px;
	padding-top:15px;
	padding-bottom:5px;
	font-size: 18px;
	line-height: 26px;
	}

.column1 {
	width: 228px;
	float: left;
	text-align: left;
	height:auto;
	left: 0px;
	background-color:#003366;
	background-image:url(/images/indexbg.gif);
}

.column2 {
	float:left;
	text-align: left;
	width: 548px;
	text-align:left;
	padding:0px;
}

div#footer {
	padding:10px;
	width:770px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: lighter;
	color:#ffffff;
	text-align:center;
}

.clearfix:after {
	content:".";
	display:block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

*html .clearfix {
	height: 1%;
}

.clearfix {
	display:block;
}