@charset "utf-8";
/* CSS Document */


body {
	background-color: #70001f;
	background-image: url(images/red-grey-stripe.png);
	background-repeat: repeat;
	height: 100%;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
}

p {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	padding: 5px;
}

h1 {
	color: #2e2d78;
	border-bottom: 1px solid #94bee5;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16pt;
	line-height: 18pt;
	padding-top: 10px;
	z-index: 5;
	width: inherit;
}

h2 {
	color: #2e2d78;
	border-bottom: 1px solid #94bee5;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 14pt;
	line-height: 16pt;
	padding-top: 10px;
	z-index: 5;
	width: inherit;
}

h3 {
	z-index: 5;
}

strong {
	font-weight: bold;
	color: #2e2d78;
}

a {
	color: #2e2d78;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.highlight {
	color: #2e2d78;
	text-decoration: underline;
	font-weight: bold;
}

a.button {
	background: #cccccc;
	border: 4px outset #aaaaaa;
	padding: 3px;
	font-weight: bold;
	text-align: center;
}

a.button:hover {
	background: #94bee5;
	border: 4px outset;
	border-color: #64A2D9;
	text-decoration: none;
}

hr {
	color: #94bee5;
	border: 1px dotted;
}

td {
	padding: 5px;
	vertical-align: top;
}

ul {
	margin-left: 25px;
}

li {
	list-style: outside disc;
}

img.icon {
	padding: 7px;
	z-index: 10;
}

#everything {
	width: 800px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	margin: auto;
	height: 100%;
}

#header {
	height: 77px;
	background-image: url(images/header_fill.png);
	background-repeat: repeat-x;
}

#logo {
	float: right;
}

#menu_bar {
	padding-left: 10px;
	padding-top: 1px;
	height: 30px;
	background-image: url(images/menu_bar_fill.png);
	background-repeat: repeat-x;
	font-family: Arial, sans-serif;
	font-size: 9pt;	
	font-weight: bold;
}

#menu_bar img {
	vertical-align: middle;
}

#content {
	padding: 10px;
	width: 775px;
	border: 1px solid #ffffff;
}

#footer {
	background-image: url(images/footer_fill.png);
	background-repeat: repeat-x;
	text-align: center;
	margin-top: 15px;
}
