@charset "UTF-8";
body {
	background-image: url(../images/background.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.lowerbox {
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}

.upperbox {
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.leftupperbox {
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	font-size: 14px;
	font-weight: normal;
	background-color: #000033;
	color: #6699FF;
	text-transform: capitalize;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.mainheader {
	font-size: 14px;
	font-weight: bold;
	color: #6699FF;
	background-color: #000033;
	text-align: center;
	vertical-align: middle;
	text-transform: capitalize;
}
.leftoutterbox {
	border: thin solid #000000;
	background-color: #FFFFFF;
}

.leftbox {
	font-size: 12px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 25px;
	padding-left: 5px;
	height: 325px;
}
.rightbox {
	background-color: #FFFFFF;
	border: thin solid #000000;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 5px;
}

.footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	color: #FFFFFF;
}

.menulist {
	padding-left: -5px;
}

a:link {
	color: #000033;
	text-decoration: none;
}

a:visited {
	color: #000033;
	text-decoration: none;
}

a:hover {
	color: #6699FF;
	text-decoration: underline;
}

