html, body
{
	padding: 0px;
	margin: 0px;
	text-align: center;
}

body 
{
	background-color: #f0f0f0;
	font-family: Arial;
	font-size: 11pt;
	color: Black;
	background-image: url(images/top_background.gif);
	background-repeat: repeat-x;
}

td
{
	font-size: 11pt;
}

img
{
	border: 0px;
}

a
{
	text-decoration: none;
	color: #555555;
}

li
{
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}

#RightColumn ul
{
	list-style: none;
	padding-top: 0.5em;
	margin: 0px;
}
#RightColumn li
{
	padding-left: 0px;
	padding-bottom: 0.5em;
}

a:hover
{
	text-decoration: underline;
	color: Black;
}

#Wrapper
{
	position: relative;
	background-image: url(images/page_background.gif);
	background-repeat: repeat-y;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

#Wrapper2
{
	margin: 0px;
	padding: 0px;
	width: 750px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#MainHeader 
{
	text-align: left;
	padding-left: 45px;
	padding-right: 20px;
	padding-top: 63px;
}

.MainHeaderText
{
	float: left;
	font-family: Arial;
	font-size: 45pt;
	font-weight: bold;
	color: #4d4d4d;
}

.MainHeaderSubText
{
	padding-top: 28px;
	font-family: Arial;
	float: right;
	font-size: 24pt;
	font-weight: bold;
	color: #4d4d4d;
}

#Navigation
{
	clear: both;
	height: 20px;
	padding-top: 27px;
	text-align: center;
}

#Navigation ul
{
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
	list-style: none;
}

#Navigation li
{
	display: inline;
	padding-left: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
}

#Content
{
	position: relative;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}

#Footer
{
	height: 50px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/page_footer.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 0px;
	margin: 0px;
}

#LeftColumn
{
	width: 710px;
}

#RightColumn
{
	float: right;
	width: 310px;
	background-color: #d0e4ec;
	padding: 5px;
}

.FooterText
{
	position: relative;
	top: 0px;
	left: 0px;
	font-family: Arial;
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
}

.SubHeader
{
	font-weight: bold;
	font-size: 12pt;
}
.SmallSubHeader
{
	display: block;
	font-size: 10pt;
}

.Item
{
	clear: both;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	border-bottom-style: dashed;
	border-bottom-color: #AAAAAA;
	border-bottom-width: 1px;	
}

.ItemImage
{
	float: right;
	padding: 5px 5px 5px 5px;
	background-color: #d0e4ec;
}

.Padded
{
	padding: 5px 5px 5px 5px;
	background-color: #d0e4ec;
}
	