/* CSS Document */
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px; 
	text-align: center;
	font-size: 12px;
	line-height: 18px;
 }
 
a:link {
	color: #286098;
	text-decoration: none;
}
a:active {
	color: #286098;
	text-decoration: underline;
}
a:visited {
	color: #286098;
	text-decoration: none;
}
a:hover {
	color: #286098;
	text-decoration: underline;
 }
 
#page {
	margin:0px auto;
	width: 800px;
 }

#left {
	width: 150px;
	height:480px;
	padding: 20px 0px 20px 20px;
	margin: 0px;
	background-image: url(../images/blue_layout_left.jpg);
  	background-repeat:no-repeat;
	float:left;
	}

#company {
	width: 150px;
	height: 180px;
}

#flashnav {
	width: 150px;
	height: 278px;
	text-align: left;
}

#switcher {
	width: 150px;
	height: 16px;
}	

#center {
	width: 502px;
	height: 480px;
	padding: 20px 0px 20px 0px;
	margin: 0px;
	background-image: url(../images/content_bg.gif);
	text-align: left;
	float:left;
	}
	
#right {
	width: 128px;
	height:520px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/blue_layout_right.jpg);
  	background-repeat:no-repeat;
	float:left;
	}
	
#links {
	font-size: 10px;
	clear: both;
		}
		
#news {
	width: 502px;
	height: 440px;
	overflow: auto;
	}
	
#services {
	width: 220px;
	height: 320px;
	background-image: url(../images/blue_services.jpg);
	float: right;
	}

.hide {
 	display: none;
	}

.copy, .subtitle, .maintitle {
	padding: 0px 20px 0px 20px;
	}
	
.copy {
	text-align:justify;
	}

.maintitle, .subtitle, .secondary {
	color: #286098;
	font-weight: bold;
}

.maintitle {
	font-size: 16px;
	height: 30px;
	padding-top: 10px;
}

.subtitle {
	font-size: 14px;
}

.secondary {
	font-size: 12px;
}

.newsdate {
	background-image:url(../images/blue_title_bg.jpg);
	text-transform:uppercase;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	margin: 5px 5px 0px 5px;
	border-top: 1px solid #286098;
	border-right: 1px solid #286098;
	border-bottom: 0px none #286098;
	border-left: 1px solid #286098;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	}
	
.newscontainer {
	border-top: 0px solid #286098;
	border-right: 1px solid #286098;
	border-bottom: 1px solid #286098;
	border-left: 1px solid #286098;
	margin: 0px 5px 5px 5px;
	padding: 10px;
	}
	
.posted {
	font-size: 10px;
	text-transform:uppercase;
	color: #286098;
	}
	


