html, body {
    height: 100%;
	background: url('images/gradient.gif');
	background-repeat: repeat-x;
	background-color: #d7d7d7;
}

body {
	margin: 0px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

dt {
	font-weight: bold;
	}

#footer {
	font-size: xx-small;
	background: #ffffff url('images/footer.gif') no-repeat left bottom;
	padding: 6px 10px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer ul{
	margin: 0;
	list-style-type: none;
	float: left;
	width: 100%;
	padding: 10px;
}

#footer ul li {
	display: inline;
}

#homepageHeadline
{
	background-color: #993333;
	vertical-align: top;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 1em;
	font-weight: bold;
	padding: 2px 2px 2px 4px;
}

#sidebarSection {
	width: 220px;
}

#globalNavigation {
	width: 190px;
}
	
#pagebackground{
	background-image: url('images/gradient.gif');
	background-repeat: repeat-x;
	height: 100%;
	}
	
#pageHeader {
	padding: 5px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	background-color:#0B1E67;
}

#pageTitle {
	font-weight:bold;
	font-size: 1.4em;
	background-color: #c7cfe1;
	color: #09397f;
	text-indent: 4px;
	padding: 3px 0px 3px 2px;
}

#pageSubHeading {
	font-weight:normal;
	font-size: 1em;
	background-color: #c7cfe1;
	color: #09397f;
	text-indent: 4px;
	padding: 0px 0px 2px 2px;
}

#container {
	background-color: white;
	width: 770px;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	background-color: white;
	padding: 0px 10px 10px 10px;
	vertical-align:top;
	width: 560px;
}

#content2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	background-color: white;
	padding: 0px 10px 10px 10px;
	vertical-align:top;
}
.content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	background-color: white;
	padding: 0px 10px 10px 10px;
	vertical-align:top;
	width: 560px;
}

#pageNavigation {
	padding: 5px 5px 0px 10px;
}

#pageNavigation li {
	padding: 0px 0px 6px 0px;
}

#pageNavigation li ul li{
	padding: 0px 0px 0px 0px;
}


a:visited, a:link{
	color: #333333;
}

a:hover, a:active { 
	color: #993333;
}

a.menu:visited, a.menu:link {
	color: white;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 15px;
	text-decoration:none;
}

a.menu:hover, a.menu:active { 
	color: white;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 15px;
	text-decoration:underline;
}

#uptotop {
float: right;
}

#altHeader {
visibility: hidden;
display: none;
}

#breadcrumbs{
font-family: Arial, Helvetica, sans-serif;
font-size: .7em;
background-color: #c7cfe1;
color: #09397f;
text-indent: 4px;
padding: 2px 0px 8px 2px;
}

#contentTable{
float: left;
font-size: 1em;
}

#contentContainer {
width: 570px;
}
.boldCopy {
	font-weight: bold;
}
