@charset "utf-8";
/* CSS Document */

body, td, th {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: small;
}
body {
	margin: 10px 0px 0px;
	background-image: url(/images/flagcorner1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}
h1 {
	font-size: x-large;
	color: #E9132F;
	text-align: center;
}
h2 {
	font-size: large;
	color: #030042;
	text-align: center;
}
h3 {
	font-size: medium;
	color: #E9132F;
	text-align: center;
}
a:link {
	color: #030042;
}
a:visited {
	color: #030042;
}
a:hover {
	color: #FF0000;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: thin solid #030042;
}
#wrapper #header {
	border-bottom: medium solid #030042;
	height: 310px;
	background-color: #FFFFFF;
	filter:alpha(opacity=90);   /* Internet Explorer       */
	-moz-opacity:0.9;           /* Mozilla 1.6 and below   */
	opacity: 0.90;               /* newer Mozilla and CSS-3 */
}
#wrapper #nav {
	height: auto;
}
#wrapper #content {
	background-color: #FFFFFF;
}
#wrapper #content #right_col {
	margin: 5px 0px 5px 5px;
	padding: 5px 0px 5px 5px;
	float: right;
	width: 180px;
}
#wrapper #content #left_col {
	margin: 0;
	padding: 0;
	float: left;
	width: 180px;
}
#wrapper #content #center_col {
	margin: 0px 2px 0px 8px;
	padding: 0px 2px 0px 8px;
	width: 400px;
	float: left;
}
#wrapper #content #wide_right {
	width: 595px;
	float: right;
	padding: 5px 10px 5px 0px;
	margin: 5px 5px 5px 0px;
}
#wrapper #content #one_col {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.no_logo {
	font-size: x-large;
	font-weight: bold;
	color: #006633;
}

#wrapper #footer {
	border-top: thin solid #0A0443;
	padding: 5px;
	text-align: center;
	font-size: x-small;
	clear: both;
}
#wrapper #footer a:link {
	text-decoration: none;
}
#wrapper #footer a:visited {
	text-decoration: none;
}


#navlist
{
	padding-left: 0;
	margin-left: 0;
	width: 180px;
}

#navlist li
{
	list-style: none;
	margin: 0;
	padding: 0.25em 0.25em 0.25em 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}

#navlist li a {
	text-decoration: none;
	color: #030042;
}
#navlist li a:hover {
	text-decoration: none;
	color: #FF0000;
}
.emphasis {
	font-weight: bold;
	color: #E9132F;
}
.emphasis_blue {
	font-weight: bold;
	color: #030042;
}
.emphasisRed_Lg {
	font-weight: bold;
	color: #E9132F;
	font-size: larger;
}
.emphasisBLUE_Lg {
	font-weight: bold;
	color: #000066;
	font-size: larger;
}
.sm_txt {
	font-size: x-small;
}
