@charset "UTF-8";
/* CSS Document */

/*

Description

Color Definitions:

#ff0000		red							logo spot color

#0b0b4d		saturated dark blue			ground color

#f2f2ff		unsaturated bright blue		wrap background color

#cc66cc		med sat med bright yellow	status bar & footer background

#e0f2ce		unsaturated bright green	blog ground color

#537334		med sat med bright green


#cc66cc		med sat med bright purple	status bar & footer background

#a8003d		sat med bright red

*/

/*

Basic settings for the body of the webpage.

More styles will be set in the body's CLASS, .bodyBasics

*/

body	{
	font-size: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background-color:#0b0b4d;
	margin:0;
	padding:0;
	line-height:normal;
	color:#000000;
	position:relative;
}

/*

Default definitions for links and such

*/

a {
	text-decoration:none;
}

a img {
	border:none;
}

a:visited {
	text-decoration:none;
}

a:hover {
	font-variant:small-caps;
}

h1 {
	font-size:400%;
	font-weight:normal;
	font-family:inherit;
	position:relative;
}


h2 {
	font-size:300%;
	font-weight:normal;
	font-family:inherit;
	position:relative;
}


h3 {
	font-size:200%;
	font-weight:normal;
	font-family:inherit;
	position:relative;
}


h4 {
	font-size:150%;
	font-weight:normal;
	font-family:inherit;
	position:relative;
}

h5 {
	font-size:120%;
	font-weight:normal;
	font-family:inherit;
	position:relative;
}

p {
	line-height:120%;
}

ul {
	font-weight:normal;
	font-family:inherit;
	line-height:150%;
}

/*

Definitions of IDs (unique page elements)

*/

.ground #wrap {
	width:80%;
	background-color:#f2f2ff;
	margin: 0 auto;
	text-align:left;
	position:relative;
}

.ground #header {
	color:#f2f2ff;
	background-color:#f2f2ff;
	text-align:right;
	vertical-align:middle;
	height:200px;
	position:relative;
	z-index:10;
}

.ground #header h1 {
	color:#a8003d;
	margin:0;
	padding:10px 10px 0px 0px;
}

.ground #header h2 {
	color:#a8003d;
	margin:0;
	padding:10px 10px 0px 0px;
}

.ground #header h3 {
	color:#a8003d;
	margin:0;
	padding:10px 10px 0px 0px;
}

.ground #header h4 {
	color:#0b0b4d;
	margin:0;
	padding:0px 10px 0px 0px;
}


.ground #header h5 {
	color:#0b0b4d;
	margin:0;
	padding:0px 10px 0px 0px;
}


.ground #header-image {
	background-image:url(media/OTL-logo.png);
	background-repeat:no-repeat;
	vertical-align:middle;
	height:200px;
	position:relative;
	z-index:-10;
}

.ground #statusBar {
	font-variant:small-caps;
	color:#f2f2ff;
	background-color:#a8003d;
	text-align:left;
	vertical-align:middle;
	height::18px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 15px;
	position:relative;

}

.ground #statusBar p {
	margin-left:15px;
	display:inline;
}

.ground #statusBar a {
	text-decoration:none;
	color:#f2f2ff;
	background-color:#a8003d;
}

.ground #statusBar a img {
	border:none;
	color:#f2f2ff;
	background-color:#a8003d;
}

.ground #statusBar a:visited {
	text-decoration:none;
	color:#f2f2ff;
	background-color:#a8003d;
}

.ground #statusBar a:hover {
	font-variant:normal;
	color:#f2f2ff;
	background-color:#a8003d;
}

.ground #sidebar {
	font-size:90%;
	float:right;
	width:27%;
	padding:15px 0px 15px 0px;
	color:#f2f2ff;
	background-color:#a8003d;
	text-align:center;
	position:relative;
}

.ground #sidebar p {
	background-color:#f2f2ff;
	color:#000000;
	margin:15px 15px 15px 15px;
	padding:7px;
}

.ground #sidebar h1, .ground #sidebar h2, .ground #sidebar h3, .ground #sidebar h4, .ground #sidebar h5, .ground #sidebar ul, .ground #sidebar li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	color:#0b0b4d;
	background-color:#f2f2ff;
	vertical-align:middle;
	line-height:normal;
	margin: 0px 15px 0px 15px;
	padding: 0px 0px 0px 0px;
}

.ground #sidebar a {
	text-decoration:none;
	color:#a8003d;
}

.ground #sidebar a img {
	border:none;
	color:#a8003d;
}

.ground #sidebar a:visited {
	text-decoration:none;
	color:#a8003d;
}

.ground #sidebar a:hover {
	font-variant:small-caps;
	color:#a8003d;
}

.ground #sidebar ul {
	list-style:none;
}

.ground #copy {
	background-color:#f2f2ff;
	margin: 0 28% 0 0;
	padding: 0px 15px 0px 15px;
	text-align:left;
}

.ground #copy a {
	text-decoration:none;
	color:#a8003d;
}

.ground #copy a img {
	border:none;
	color:#a8003d;
}

.ground #copy a:visited {
	text-decoration:none;
	color:#a8003d;
}

.ground #copy a:hover {
	font-variant:small-caps;
	color:#a8003d;
}

.ground #footer {
	font-variant:small-caps;
	color:#f3efc2;
	background-color:#a8003d;
	text-align:center;
	vertical-align:middle;
	height::64px;
	position:relative;
	z-index:20;
}





/*

Definitions of helpful classes

*/

.clearfloat {
	clear:both;
	height:0;
	font-size:1px;
	line-height:0px;
}

.centered-img {
	margin-left:10px;
	margin-right:10px;
	text-align:center;
}

.spotcolor {
	color:#ff0000;
}

.ontheline {
	font-variant:small-caps;
	font-weight:bold;
}

.handcraftedcasts {
	font-family:"Bradley Hand ITC TT","Archive Penman Script",cursive;
}

.vspacing-15px {
	min-height:15px;
}

