/* CSS Document */
#left {
	float:left;
	width:400px;
	border: 1px solid #999;
	border-top: 4px solid #022F61;
	padding-top:10px;
	margin-top:45px;
}
#right {
	float:right;
	width:400px;
}
#Logo {
	position:absolute;
	left:114px;
	top:20px;
	width:240px;
	height:90px;
	z-index:1;
	background-color:#9EC2EA;
	background-image:url(../images/FCWR.gif);
	background-repeat:no-repeat;
	border: #5E85B2 2px outset;
}
#Menu {
	position:absolute;
	left:114px;
	top:120px;
	width:240px;
	height:164px;
	z-index:2;
	border: #5E85B2 2px outset;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:bold;
	background-color:#9EC2EA;
}
#container-center {
	border-top:2px solid #9EC2EA;
	padding:20px;
	padding-top: 10px;
	padding-right:10px;

}
#center {
	padding-top:20px;
	padding-left: 50px;
	padding-right: 50px;
}

h1 {
	font-size:large;
	color:#0550A4;
	padding-top:20px;
}
h2 {
	background-color:#C5C6C5;
	color: #0550A4;
	font-size:medium;
}
h2.mirror {
	background-image:url(../images/h2-mirror.gif);
	background-repeat:no-repeat;

	padding-top:15px;
}
h2 a {
	color: #0550A4;
}
#left h2 {
	padding-left:15px;
}
h3 {
	font-size:medium;
	font-style:italic;
	color:#333333;

}
#subfooter2 a {
	text-decoration:none;
	color:#333333;
	font-size:small;
	padding-top:5px;
}
#subfooter2 a:hover {
	text-decoration:underline;
}
div#phone {
	width:100px;
	float:left;
	padding-left:20px;
	font-size:small;
}
div#copyright {
	width:700px;
	float:right;
	padding-right:20px;
	text-align:right;
}
