/* Main */
body {
	margin:0px 0px 0px 0px;
	color:#131313;
	background-color:#FFFFFF;
	font-family:Arial, sans-serif;
	font-size:12px;
	letter-spacing:1px;
}
a:link, a:active, a:visited, a:hover {
	color:#400E3A;
}
ul {
	padding-left:20px;
	list-style-type:square;
}
li {
	color:#285296;
}
hr {
	background-color:#FFFFFF;
	color:#FFFFFF;
	margin:20px 0px 20px 0px;
}

/* Headings */
h1 {
	font-size:20px;
	font-weight:bold;
	color:#285296;
	line-height:14px;
	border-bottom:4px groove #285296;
	letter-spacing:2px;
	text-transform:uppercase;
}
h2 {
	font-size:16px;
	color:#285296;
	line-height:10px;
}
h3 {
	font-size:14px;
	color:#285296;
	line-height:10px;
}

.smallhead {
	font-size:12px;
}
.minihead {
	text-decoration:underline;
}
.inline {
	display:inline;
}

/* Layout */
#container {
	width:100%;
}
#header {
	background-color:#285296;
	background-image:url("design/pic.jpg");
	background-position:center;
	background-repeat:no-repeat;
	height:200px;
}
#logo {
	background-image:url("design/logo.png");
	background-position:20px center;
	background-repeat:no-repeat;
	width:210px;
	height:200px;
}
#logo strong {
	display:none;
}
#mainlinks {
	background-color:#2E4686;
	color:#FFFFFF;
	background-image:url("design/links.png");
	background-repeat:repeat-x;
	height:25px;
}
ul.links {
	margin:0 auto 0 auto;
	padding:0px;
	float:left;
}
ul.links li {
	float:left;
	margin:0 auto 0 auto;
	padding:4px 5px 6px 5px;
	list-style-type:none;
	font-weight:bold;
	text-transform:uppercase;
	font-size:15px;
	text-align:center;
	color:#FFFFFF;
}
ul.links li a {
	text-decoration:none;
	color:#FFFFFF;
}
ul.links li a:hover {
	color:#000000;
}
ul.links li#current {
	font-style:italic;
	text-decoration:underline;
}
#maintext {
	padding:6px;
}

/* Extra */
h3.char {
	color:#FFFFFF;
}
.char {
	background-color:#5179BB;
	float:left;
	width:31%;
	color:#FFFFFF;
	margin:3px;
	padding:4px;
}
.char:hover {
	background-color:#3E5F96;
}
.nodisplay {
	display:none;
}
.noborder {
	border:none;
}
