@CHARSET "ISO-8859-1";

/* Created on 28 July, 2008
John Mathew
 */
body {
	background: #EBE7DE;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	min-width: 800px;
	padding: 0;
	margin: 0;
}

a,a:link,a:visited,a:active,a:link img { /*outline: none;*/
	color: #333333;
	text-decoration: underline;
	/*display: block;
	color: white;*/
}

a img {
	border: none;
}

a:hover {
	text-decoration: underline;
	color: blue;
}

#wrapper {
	text-align: left;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background: white;
	border-style: solid;
	border-width: 5px;
	border-color: #0a5a7b;
}

#header {
	text-align: right;
	color: #7C1338;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#side {
	float: right;
	width: 125px;
	/*margin: 0;*/
}

#side .inner { /*padding-top: 1px;
     margin: 0 2px 2px 10px;
     background-color: white;*/
	text-align: center;
}

#footer { /*margin-top: 100px;*/
	clear: both;
	font-family: "Times New Roman";
	font-size: small;
	text-align: center;
	border-style: solid;
	border-bottom-width: 0px;
	border-top-width: 5px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-color: white;
}

div.explain {
	font-size: 0.8em;
}

div.error {
	background-color: #FA9E9E;
	text-align: center;
}

div.center_title {
	background-color: #BBBBBB;
	text-align: center;
}

div.info {
	background-color: #C0D9AF;
	text-align: center;
}

div.tab {
	position: relative;
	left: 15px;
}

span.explain {
	font-size: 0.6em;
}

span.right {
	position: relative;
	text-align: right;
}

table.center {
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	border-color: blue;
	border-spacing: 2px;
	border-width: 1px;
	border-style: solid;
}

table.footer {
	color: rgb(95, 95, 95);
	text-align: center;
	font-size: small;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

td.title {
	text-align: center;
	font-size: xx-large;
}

td.brief {
	text-align: center;
}

p,h4 {
	color: #333333;
}

input.submit_button {
	height:32px;
	width:134px;
	padding-top:0px;
	font-size:20px;
	color:#000
	}

.box {
	background: blue;
	background-image: none;
	-moz-border-radius: 1.6em;
	-webkit-border-radius: 1.6em;
	border-radius: 1.6em;
}

.BreadCrumbs {
	font-size: small;
	color: #008080;
	font-weight: bold;
}

.Main {
	color: #444444;
	font-size: medium;
	font-family: Arial, serif;
}
