@charset "utf-8";
/* CSS Document */

h1 {
	font-size:24px;
	margin-bottom: -2px;
}
h2 {
	font-size:18px;
	margin-top:-3px;
}
h4 {
	font-size:14px;
	margin-top:0px;
	margin-bottom:-2px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#666;
}
#interiorheader {
	margin-right:20px;
	height:60px;
	color:#00458E;
	text-align:right;
}
#header {
	margin-right:10px;
	height:40px;
	color:white;
	text-align:right;
}
#left_nav {
	color:#00458E;
	width:180px;
	height:auto;
	float:right;
	background-color:#ffffff;
	border:2px solid black;
	font-weight:bold;
	padding:10px;
	margin-right:10px;
	/* for IE */
  filter:alpha(opacity=75);
	/* CSS3 standard */
  opacity:0.75;
	text-align:right;
}
hr {
	width: 70%;
	text-align:right;/*this will align it for IE*/
	margin: 0 0 0 auto; /*this will align it right for Mozilla*/
}
#body {
	text-align:justify;
	color:#00458E;
	float:right;
	background-color:#ffffff;
	padding:10px;
	margin-right:10px;
	width:275px;
	/* for IE */
  filter:alpha(opacity=75);
	/* CSS3 standard */
  opacity:.75;
	margin-top:45px;
}
#bodycommittee {
	font-size:11px;
	text-align:left;
	color:#00458E;
	float:right;
	background-color:#ffffff;
	padding:10px;
	margin-right:10px;
	width:70%;
	/* for IE */
  filter:alpha(opacity=75);
	/* CSS3 standard */
  opacity:.75;
	margin-top:45px;
}
#body p {
	color:#00458E;
}
#container {
	width:675px;
	height:525px;
	background:url(images/background.png);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
}
#footer {
	margin-top:465px;
	color:white;
}
#interiorfooter {
	margin-top:465px;
	color:white;
}
#interiorfooter a {
	color:white;
	font-weight:bold;
}
#footer a {
	color:white;
	font-weight:bold;
}
#interiorcontainer {
	width:675px;
	height:525px;
	background:url(images/background2.png);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
}
#interior {
	background-color:white;
	width:675px;
	height:525px;
	margin-left:auto;
	margin-right:auto;
}

