body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
	padding: 0px;
	color: #262a69;
}

body,html{
	height: 100%;
}

body {
	background-color: #b6e33e;
}

#tborder{
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 900px;
	background-color: #ffffff;
	display: block;
	height: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#topd{
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 900px;
	display: block;
	margin-top: -0px;
	background-color: #ffffff;
	height: 100%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
}

#outer {
    width: 900px;
    background-color:#ffffff;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}


a {
	color: #282c6b;
}

#footer {
	text-align: center;
	clear: both;
	padding: 5px 0px 10px;
	border-top: 1px solid #262a69;
	margin: 20px 0px 0px;
	font-size: x-small;
}

#content {
	width: 870px;
	padding-left: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
}

.sep{
	width: 20px;
}

h1{
	text-align: center;
	font-size: x-large;
}

h2{
	font-size: medium;
}

.menu{
	font-size: medium;
}