@charset "utf-8";
/* CSS Document */

body
{
	text-align: center;
	background-color: #2b2b2b;
	font-family: arial;
	margin-top: 0px;
	padding-top: 0px;
}
a, a:visited
{
	color: #ffffff;
}
a:hover
{
	color: #adb6c4;
}


#MainBody
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 990px;
	border: 0px solid;
	background-color: #ffffff;
}

td.Column
{
	background-color: #2b2b2b;
	width: 147px;
	height: 596px;
	vertical-align: top;
}
td.Column a
{
	text-decoration: none;
}

#Header
{
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	/* background-color: #304e6a; */
	background-color: #ffffff;
	width: 990px;
	height: 131px;
}

#PageTitle
{
	background-image: url('images/page_title.jpg');
	background-color: #ffffff;
	width: 696px;
	height: 53px;
	vertical-align: middle;
	font-size: 250%;
	font-weight: bold;
	font-family: arial;
	color: #000000;
	stroke: #FFFFFF;
	stroke-width: 16;
	text-align: center;
}

#SubTitle
{
	background-image: url('images/page_subtitle.jpg');
	background-repeat: no-repeat;
	background-color: #304e6a;
	width: 696px;
	height: 28px;
	font-weight: bold;
	font-size: 110%;
	vertical-align: middle;
	padding-top: 1px;
	padding-bottom: 0px;
	text-align: center;
}

#ContentTop
{
	background-image: url('images/contentbox_top.jpg');
	background-repeat: no-repeat;
	background-position: top;
	background-color: #304e6a;
	width: 696px;
	height: 14px;
}

#ContentBottom
{
	background-image: url('images/contentbox_bottom.jpg');
	background-repeat: no-repeat;
	background-color: #304e6a;
	width: 696px;
	height: 43px;
}

#ContentLeft
{
	background-image: url('images/contentbox_left.jpg');
	background-repeat: repeat-y;
	background-color: #304e6a;
	width: 29px;
}

#ContentRight
{
	background-image: url('images/contentbox_right.jpg');
	background-repeat: repeat-y;
	background-color: #304e6a;
	width: 27px;
}
#content
{
	width: 640px;
	height: 480px;
	text-align: center;
}

#content a
{
	color: #003399;
}

ul.leftMenu
{
	margin-top: 20px;
	font-weight: bold;
	color: #ffffff;
	list-style-type: none;
}
ul.rightMenu
{
	margin-top: 20px;
	font-weight: bold;
	font-size: 95%;
	color: #ffffff;
	list-style-type: none;
	list-style-position: outside;
	text-align: right;
}

#ColumnLeft
{
	text-align: left;
}

#ColumnRight
{
	text-align: center;
}

#BottomFooter
{
	font-weight: bold;
	color: #ffffff;
	font-size: 80%;
	text-align: center;
	background-color: #2b2b2b;
	padding-top: 10px;
	padding-bottom: 10px;
}