@charset "utf-8";
html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #FFFFcc;
	color: #012578;
	font-size: 80%;
}
a:link {
	color: blue;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: red;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: blue;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: red;
	text-decoration: underline;
	font-weight: bold;
}
h1 {
	font-family: "Comic Sans MS";
	text-align: center;
	background-color: #FCFBAC;
	border: 1px solid #000080;
	margin-left: 5%;
	margin-right: 5%;
}
.back {
	background-color: #000066;
}
.outer {
	text-align: center;
}
.inner {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: -20px;
}
.mainpanel {
	text-align: left;
	border: 1px solid #ccccff;
	margin-bottom: 10px;
	padding: 10px;
}
.mainright {
	float: right;
	width: 48%;
	border: 1px solid #000099;
	margin-left: 30px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.mainleft {
	float: left;
	width: 48%;
	border: 1px solid #000099;
	margin-right: 30px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

table {
	width: 1000px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	background-color: #dddddd;
}
.centre {
	text-align: center;
}
tr {
	height: 50px;
}
td {
	width: 100px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
	border-top-style: solid;
}

.mainpanelhome {
	border: 1px solid #ccccff;
	margin-bottom: 10px;
}
.imglnk {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: -3px;
}
.bold {
	font-weight: bold;
}
.lilacback {
	background-color: #ccccff;
}
.contact {
	font-weight: bold;
	margin-left: 55px;
}
.advertise {
	font-size: large;
}

