@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	background-color: #333;
}
A:active {
	color: #C60;
}
A:link {
	color: #FF6600;
}
A:visited {
	color: #FF6600;
}
A:hover {
	color: #C30;
}
.navbar {
	font-size: 11px;
	text-align: left;
}
.navbar ul {
	text-align: left;
	padding-right: 20px;
}
.navbar A:active {
	color: #6CF;
	text-decoration: underline;
	font-weight: bold;
}
.navbar A:link {
	color: #6CF;
	text-decoration: underline;
	font-weight: bold;
}
.navbar A:visited {
	color: #6CF;
	text-decoration: underline;
	font-weight: bold;
}
.navbar A:hover {
	color: #6FF;
	text-decoration: underline;
}
.reversed {
	color: #FFF;
	margin: 10px;
}
.reversed ul {
	color: #FFF;
	text-align: left;
	padding-right: 20px;
}
.reversed A:active {
	color: #6FC;
}
.reversed A:link {
	color: #6FC;
}
.reversed A:visited {
	color: #6FC;
}
.reversed A:hover {
	color: #0FF;
}
#MainCol {
	width: 749px;
	position: relative;
	top: 0px;
	background-color: #EBEBEB;
	background-image: url(artwork/ui_contentbox.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
#MainTable {
	margin: 0px;
	padding: 0px;
	width: 926px;
}
#Footer {
	text-align: center;
	font-size: 12px;
	color: #CCC;
	padding-top: 10px;
}
#NavCol {
	width: 177px; /* padding keeps the content of the div away from the edges */
	background-color: #2870B0;
}
.Head1 {
	font-size: 18px;
	color: #A4151E;
	font-weight: bold;
}
.Head2 {
	color: #2870B0;
	font-size: 15px;
	font-weight: bold;
}
.Head3 {
	color: #666666;
	font-weight: bold;
}
H1 {
	font-size: 26px;
	color: #2871B1;
	font-weight: bold;
	font-family: Palatino, "Times New Roman", Times, serif;
	padding: 0px;
	top: 0px;
	margin: 0px;
}
.reversed h1 {
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Palatino, "Times New Roman", Times, serif;
	padding: 0px;
	top: 0px;
	margin: 0px;
}
H2 {
	color: #900;
	font-size: 19px;
	font-weight: bold;
}
H3 {
	color: #666666;
	font-weight: bold;
	font-size: 16px;
}
.ATTN {
	color: #2870B0;
	font-weight: bold;
	font-family: Palatino, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
}
.StandOut {
	font-size: 13px;
	color: #800000;
}
.Larger {
	font-size: 14px;
}
.Smaller {
	font-size: 12px;
}
.Content {
	margin: 0px;
	padding: 15px;
	width: 709px;
}
.NarrowForm {
	position: relative;
	text-align: left;
	margin-left: 100px;
	width: 500px;
}

