@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
  	padding:0 0 <length> 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #002878;
	background-image:url(images/bgpattern.gif);
	background-repeat:repeat;
	}

#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color:#FFFFFF;
	margin-top: 20px;
	width: 800px;
	margin-right:auto;
	margin-left:auto;
	border:solid 1px #6f6f6f;
	}
	
#bglayer {
	}	

#mainbox {
	padding-left: 20px;
	padding-right: 20px;
	text-align:left;
	}

#footer {
	width:800px;
	float:left;
	background-image:url(images/strategic_address.gif);
	background-repeat:repeat-y;
	height:140px;
	padding-top: .1px;
	}

#footer p {
	margin-top: 15px;
	font-weight:bold;
	font-size:13px;
	}

#right {
	float: right;
	font-family:Arial, Helvetica, sans-serif;
	width: 120px;
	margin-left: 0px;
	margin-top: 0px;
	}

#pages {
	font-family:Arial, Helvetica, sans-serif;
	width: 605px;
	margin-left: 40px;
	margin-top: 20px;
	}

#upcevents_c {
	width: 158px;
	float:left;
	margin-bottom: 30px;
	margin-left: 15px;
	margin-right: 5px;
	background-repeat: repeat-y;
	background-image:url(images/announcements_inside.gif);
	}

#upcevents_i {
	padding-top: 5px;
	padding-bottom: 5px;
	}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}

#main {
	float: left;
	margin-left: 20px;
	font-family:Arial, Helvetica, sans-serif;
	width: 550px;
	text-align:left;
	margin-top: 4px;
	}


#right {
	float: right;
	margin-top: 15px;
	font-family:Arial, Helvetica, sans-serif;
	width: 200px;
	}

#news_container {
	float: right;
	width: 171px;
	margin-top: 30px;
	margin-right: 30px;
	_margin-right: 10px;
	background-image:url(images/news_middle_bg.gif);
	background-repeat:repeat-y;
	}

#news_inside {
	padding-right: 10px;
	padding-left: 10px;
	}


#right_container {
	float: right;
	width: 180px;
	margin-top: 20px;
	margin-right: 10px;
	_margin-right: 6px;
	}


#news_inside h4 {
	padding:0px;
	margin: 0px;
	size:26px;
	}

#right p {margin-top: 5px;margin-bottom: 2px;
	}

li {font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	margin-right: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
	
ul {font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	padding-left:25px;
	padding-right:5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 3px;
	margin-bottom: 2px;
	list-style-type:square;
	}

table {margin-left: 10px;
	margin-right: 10px;
	}


p {padding-left: 6px;
	padding-right: 10px;
	margin-bottom: 10px;
	margin-top: 3px;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	}

h1, h2, h3, h4, h5, h6 {
	color:#003399;
	padding-bottom: 0px;
	margin-bottom:0px;
	padding-left: 5px;
	text-transform:uppercase;
	font:helvetica;
	font-family:Arial, Helvetica, sans-serif
	letter-spacing:-.8px;
	}

h3 {font-size:20px;}

h4 {font-size: 16px;
	letter-spacing:normal;
	color:#B67410;}


hr {border-style:dotted;
	border:#666666;}


a:link {color: #c47d17;
	text-decoration: underline;}
	
a:visited {text-decoration: underline;
	color: #c47d17;}
	
a:hover {text-decoration: underline;
	color:#C91D1D;}
	
a:active {text-decoration: underline;
	color: #c47d17;}

.pic_class_left {margin-right: 10px;}