@charset "utf-8";
/* CSS Document for FOI pages */

/* top level page layout elements */
body{
	margin: 0px;
	padding: 0px;
	background-image:url(images/background.gif);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
}

#pagewrapper{
	text-align:center;
}

#main{
	width:760px;
	width:792px;
	margin: 0 auto;

	background-color:#D4E6FC;
	background-color:white;
	text-align: left;
}

#header{
	background-color: white;
}

#menu{
	float:left;
	width: 160px;
	padding-left: 5px;
	padding-top:5px;
	background-color:#D4E6FC;
	border-right: 1px solid #BDCAD8;
	border-bottom: 1px solid #BDCAD8;
}

#content{
	float:left;
	width: 612px;
	margin-left:4px;
	padding-left: 5px;
	padding-right: 5px;
	
	background-color:white;
	font-size:12px;
}

#content table tr td{
	font-size: 10px;
}

#footer{
	clear:both;
	border-top: 1px solid #ccc;
	text-align:center;
	background-color:#BCBCBC;
	color:white;
	font-size:smaller;
}

/* lower level element styles */
#header .title{
	padding-top: 15px;
	padding-left: 20px;
	font-size: 24px;
}

#menu ol{
	margin: 0px;
	margin-left:25px;
	padding:0;
	font-size:10px;
}
#menu ol li{
	margin-bottom:3px;
	padding: 0px 0px 0px 0px;
}

#menu ol li a{
	color: black;
	text-decoration:none;
}
#menu ol li a:hover{
	text-decoration: underline;
}

#content h1{
	font-size:16px;
	margin:0px;
	padding:0px;
}

#content .hr {
	margin-top: 20px;
	margin-bottom: 5px;
	border-top: 1px solid #eee;
}

.foi tr td {
	font-size: 10px;
}

.foi tr td h2 {
	font-size: 12px;

}

/* Misc useful styles */

.clearfloat{
	clear:both;
	float:none;
	height:0px;
	margin:0;
	padding:0;
}
