html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
}

form {
	margin: 0;
	padding: 0;
}

div#page-container{
	margin: auto;
	width: 760px;
	background-color: #FBFBFB;
	text-align: left;
	border-right: #F3F3F3 solid 1px;
	border-left: 1px solid #F3F3F3;
}

div#header {
background: #ffffff;
border-top: #003399 solid 0px;
border-bottom: #003399 solid 0px;
}

div#top-menu{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: brown;
	text-align: left;
	background-color: #EAEAEA;
	border-bottom: #003399 solid 0px;
}
  
div#left {
	float: left;
	width: 400px;
	background-color: #FFB515;
	padding: 0px;
}

div#right {
	margin-left: 400px;
	padding: 0px;
	background-color: #FBFBFB;
	border-left: 0px solid red;
	border-bottom: 1px solid #FBFBFB;
}

div#se {
	text-align: center;
	margin: auto;
}

div#footer {
clear: both;
background: #EAEAEA;
text-align: center;
border-top: 0px solid gray;
border-bottom: 0px solid gray;
}

p {
	font-family: Arial;
	font-size: 12pt;
	line-height: 150%;
	margin: 0px 0px;
}

p#smallfont {
	font-family: Verdana;
	font-size: 10pt;
	line-height: 140%;
	margin: 0px 0px;
}

ul, li {
	margin-right: 20;
	margin-bottom: 0;
	font-family: Arial;
	font-size: 12pt;
	line-height: 150%;
}



h1 {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
}

h2 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}

h3 {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
}



a:link {
	text-decoration: none;
	color: blue;
}

a:visited {
	text-decoration: none;
	color: green;
}

a:hover {
	color: red;
}

#imageright {
  float:right;
  margin-left:15px;
  padding-bottom:7px;
  }



