﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	padding: 0;

	margin-left: auto; 	
	margin-right: auto; /* Center Body */
	background-image:url('Images/background.jpg')
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #000099;
	font-style: normal;
	text-align:center;
}

ul {
	list-style-image: url(images/arrow.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-position: outside;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1E90FF;
	text-decoration: underline;
}

.selected {
	color:#999999;
}

.navBorder {
		border-top:#D2D2D2; border-left:silver; border-bottom:gray; border-right:silver; border-style:solid;background:#E6E6E6;
}

.NavTitle {
	color:white;
	background-color:#000099;
	font-weight:bold;
	font-size:large;
}

.MainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000099;
	font-style: normal;
} 

.MainTextRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	font-style: normal;
}

.DBlue24b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000099;
	font-style: normal;
}
.DBlue20b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000099;
	font-style: normal;
}
.DBlue18b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000099;
	font-style: normal;
}
.DBlue16b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000099;
	font-style: normal;
}

.DBlue14b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000099;
	font-style: normal;
}
.DBlue12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	font-style: normal;
}
.DRed20b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #CC0000;
	font-style: normal;
}
.DRed16b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	font-style: normal;
}
.DRed14b {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	font-style: normal;
}

.footer {
	color:#000099;
	font-size:x-small;
	font-family:Arial, Helvetica, sans-serif;
}


