@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #606060;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color:#05223c;
}

div.container {width:1000px; margin-left:auto; margin-right:auto; border-left-color:#e8e8e8; border-left-style:solid; border-left-width:medium; border-right-color:#e8e8e8; border-right-style:solid; border-right-width:medium;
}

div.lowbody {width:900px; background-image:url(images/copy_bg.jpg); background-repeat:repeat-x; height:220px; background-color:#05223c; padding:30px 50px 30px 50px; color:#FFF}

a:link {
	color: #EB8227;
	font-weight:bold;
	text-decoration:none;
}
a:visited {
	color: #EB8227;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color: #F1A55F;
	font-weight:bold;
	text-decoration:none;
}
a:active {
	color: #EB8227;
	font-weight:bold;
	text-decoration:none;
}

.blue { color:#a7c4de; font-weight:bold}

div.footer {width:900px; height:50px; background-color:#FFF; font-size:10px; line-height:15px; padding:20px 50px 20px 50px; color:#013565}

a.footer:link {
	color: #0f477b;
	font-weight:bold;
	text-decoration:none;
}
a.footer:visited {
	color: #0f477b;
	font-weight:bold;
	text-decoration:none;
}
a.footer:hover {
	color: #3f7bb3;
	font-weight:bold;
	text-decoration:none;
}
a.footer:active {
	color: #0f477b;
	font-weight:bold;
	text-decoration:none;
}

.display {
	color:#0b59a1;
	font-size:16px;
	line-height:25px; }
	
	.orange {
	color: #DB5108;
	font-weight: bold;
	text-transform: uppercase;
}