body
{
	background-color: White;
	background-image: url(images/pagebg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font: 13px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
}
#outerMain
{
	width: 900px;
	text-align: left;
}
#black
{
	background-color: Black;
	width: 100%;
	height: 20px;
	border-bottom: solid 1px #333;
}
#title
{
	height: 140px;
	width: 100%;
	background-image: url(images/title.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}
#orange1
{
	background-color: #2580a2;
	width: 100%;
	height: 5px;
}
#menuDiv
{
	width: 100%;
	height: 31px;
}
#orange2
{
	background-color: #1a1a1a;
	width: 100%;
	height: 5px;
}
#outerContents
{
	background-color: White;
	width: 100%;
	min-height: 400px;
}
#innerContents
{
	text-align: left;
	padding: 10px 16px 16px 16px;
	width: 868px;
	font-size: 13px;
	color: #202020;
}
#innerContents a
{
	color: #056082;
	text-decoration: none;
}
#innerContents a:hover
{
	color: #FF6600;
	text-decoration: underline;
}
#footer
{
	border-top: solid 2px 1a1a1a;
	background: #2580a2;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	color: #103645;
	border: solid 1px #056082;
}
#inShort
{
	min-width: 200px;
	max-width: 300px;
	float: right;
	text-align: center;
	vertical-align: middle;
	color: White;
	background-color: #2580a2;
	border: solid 1px #056082;
	margin: 4px 4px 4px 4px;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
}
p
{
	margin: 0px 0px 20px 0px;
}
h1
{
	margin: 0px 0px 20px -2px;
	font: 20px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-weight: bold;
}
h2
{
	margin: 0px 0px 20px -2px;
	font: 16px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-weight: bold;
}

