body {
	margin: 0;
	background: lightgray;
	font-family: verdana;
	font-size: 14px;
}

#banner-wrap {
	width: 100%;
	height: 100px;
	background: url(../visuals/banner.png);
}

#banner {
	width: 700px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	background: url(../visuals/logo.png) no-repeat;
}

#body-container {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border-left: 1px solid #858585;
	border-right: 1px solid #858585;
	border-bottom: 1px solid #858585;
	overflow: hidden;
}

h1 {
	font-size: 16px;
	width: 100%;
	color: #0e4379;
	font-weight: bold;
	border-bottom: 1px solid lightgray;
}

h2 {
	color: red;
}

.center {
	width: 100%;
	text-align: center;
}

#content {
	width: 650px;
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content .centerimg {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

#content a {
	color: gray;
}

#content a:hover {
	color: black;
}


#footer {
	font-size: 10px;
	color: gray;
	text-align: center;
	width: 700px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
}

#footerlogin {
	font-size: 10px;
	color: gray;
	text-align: right;
	float: right;
}

#footerlogin a {
	text-decoration: underline;
	color: gray;
}

#navbar {
	width: 400px;
	margin-top: 5px;
	height: 20px;
	margin-left: 10px;
	margin-bottom: 10px;
	color: #003357;
}

#navbar a {
	color: #003357;
	text-decoration: none;
}

#navbar a:hover {
	text-decoration: underline;
}

.split {
	float: left;
	width: 350px;
}

.split a {
	text-decoration: none;
}

.menu-box-l {
	height: 45px;
	width: 215px;
	margin-left: auto;
	margin-right: 40px;
	margin-bottom: 30px;
	overflow: hidden;
	background: url(../visuals/button.png) no-repeat;
}

.menu-box-r {
	height: 45px;
	width: 215px;
	margin-left: 40px;
	margin-right: auto;
	margin-bottom: 30px;
	background: url(../visuals/button.png) no-repeat;
}

.menu-box-l img {
	border: 0;
}

.menu-box-r img {
	border: 0;
}

.menu-area {
	width: 215px;
	height: 45px;
	display: block;
}

.menu-link {
	text-align: center;
	float: left;
	color: #fff;
	margin-top: 11px;
	font-size: 16px;
	width: 215px;
}

#colalist {
	margin-top: 20px;
	margin-bottom: 30px;
}

#colalist table {
	margin-left: 120px;
}

#colalist a {
	display: block;
	text-decoration: none;
	margin-bottom: 5px;
	color: black;
	font-size: 12px;
}

#loginpage table {
	margin-left: auto;
	margin-right: auto;
}

#loginpage {
	margin-top: 20px;
	margin-bottom: 30px;
}

.m-button {
    border: 1px solid black;
    color: black;
    background: #4faced;
    padding-top: 3px;
    padding-bottom: 2px;
    padding-left: 40px;
    padding-right: 40px;
}

.s-button {
	border: 1px solid black;
    color: black;
    background: #4faced;
}

.s-menu-box a {
	text-decoration: none;
}

.s-menu-box {
	height: 30px;
	width: 130px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	background: url(../visuals/s-button.png) no-repeat;
}

.s-menu-box img {
	border: 0;
}

.s-menu-area {
	width: 130px;
	height: 30px;
	display: block;
}

.s-menu-link {
	text-align: center;
	float: left;
	color: #fff;
	margin-top: 6px;
	font-size: 12px;
	width: 130px;
}

.error {
	color: red;
}
