/* CSS Document */

body {
	font-family: Helvetica, Arial, sans-serif;
	color:#000000;
	font-size: 12px;
	background:url(picture_library/bg.jpg) 
	repeat;
}

h1 {
	font-size: 140%;
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	line-height:1.2em;
	height: 20px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	font-size: 120%;
	color: #EFEFEF;
	background:url(picture_library/BarBG.jpg) 
	repeat-y;
}

table.innerTable {
	background-color: #FFFFFF;
	border: 5px #003366 solid;
	padding: 10px
}

#container {
	width: 900px;
	padding: 0px;
	margin: 0px auto;
	border-top: 2px solid #003366;
	border-bottom: 2px solid #003366;
	border-left: 2px solid #003366;
	border-right: 2px solid #003366;
}

#top {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	width: 900px;
	height: 60px;
	background-color: #FFFFFF;
	background:url(picture_library/top.gif)
}

#menu {
	margin: 0px auto;
	color: #FFFFFF;
	padding: 0px;
	width: 250px;
	height: 550px;
	background-color: #FFFFFF;
	background:url(picture_library/side.jpg);
	float: left;
	display: inline;

}

#main {
	margin: 0px auto;
	color: #000000;
	padding: 10px;
	width: 630px;
	height: 530px;
	background-color: #FFFFFF;
	float: right;
	display: inline;

}

#InnerLeft {
	margin: 0px auto;
	padding: 0px;
	width: 300px;
	height: 120px;
	float: left;
	display: inline;
}

#InnerRight {
	margin: 0px auto;
	padding: 0px;
	width: 330px;
	height: 120px;
	text-align: center;
	float: right;
	display: inline;
}

#bar {
	width: 900px;
	height: 18px;
	background-color: #003366;
	color: #FFFFFF;
	text-align: right;
	float:right;
}
#bar a:link,#bar a:visited, #bar a:active {
	background-color: #003366;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-decoration: none;
	color: #FFFFFF;
}
#bar a:hover {
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #0066AA;
	text-decoration: none;
	color: #FFFFFF;
}