/* CSS Document */

body { 
     font-family: Helvetica, Arial, sans-serif; 
     font-size: 12px;
     background:url(imgs/bg.jpg) 
     repeat-x;
}

h1 {
	font-size: 140%;
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	line-height:1.2em;
	width:100%;
	height: 20px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	font-size: 120%;
	color: #EFEFEF;
	background:url(imgs/bgmenu.gif)
	
}

table.innerTable {
	background-color: #FFFFFF;
	border: 5px #003366 solid;
	padding: 10px
}

#container {
	border: 2px solid #003366;
	width: 900px;
		padding: 0px;
		margin: 0px auto;
		height: 630px;
}

#top {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	width: 900px;
	height: 55px;
	background-color: #FFFFFF;
	background:url(imgs/top.gif)
}

#menu {
	margin: 0px auto;
	color: #FFFFFF;
	padding: 0px;
	width: 250px;
	height: 550px;
	background-color: #FFFFFF;
	background:url(imgs/IMG_2136.jpg);
	float: left;
	display: inline;

}

#main {
	margin: 0px auto;
	color: #000000;
	padding: 10px;
	width: 630px;
	height: 530px;
	background-color: #FFFFFF;
	float: right;
	display: inline;
overflow-y: auto; 
overflow-x: hidden;
}

.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;
}
