
html, body{
	width: 100%;
	height: 100%;
	font-size: 100%;
	background-image: url('../images/generalPage/page-background.gif');
}

body, div, h1, h2, h3, h4, h5, h6, p, table{
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
}

p{
	font-size: .80em;
	margin-bottom: 15px;
}

img{border: 0px;}

h2{font-size: x-large;}
h2.pageTitle{
	margin-top: 0px;
	color: #000000;
	font-weight: normal;
	font-size: large;
	margin-bottom: 15px;
}
h3{font-size: medium;}
h4{font-size: small;}

.hideOffScreen{
	position: absolute;
	left: -500px;
	top: -500px;
}

#sectionHeading{
	color: #354d7e;
	margin-bottom: 20px;
}

#pageContainer{
	background-image: url('../images/generalPage/veritcal-tile_Top.gif');
	background-repeat: repeat-x;
	background-color: #ffffff;
}

#content{
	padding-left: 39px;
}

#topNavLine2{
	margin: 0px;
	margin-top: -20px;
	margin-bottom: 30px;
	padding: 0px;
	list-style: none;
	line-height: 1;
	text-align: center;
	font-size: .75em;
	font-weight: normal;
}

#topNavLine2 li {
	float: left;
}

#topNavLine2 li.last {
	float: none;
}

#topNavLine2 a {
	display: block;
	padding: 0px 8px 0px 0px;
	margin: 0px 8px 0px 0px;
	color: #000000;
	text-decoration: none;
	line-height: 1.2;
	border-right: 2px solid #000000;
}

#topNavLine2 a.last {
	border-right: none;
	text-align: left;
}

#topNavLine2 a.first {
	padding: 0px 8px 0px 0px;
}

#topNavLine2 a.selected {
	text-decoration: underline;
}

#topNavLine2 a:hover {
	color: #e50601;
}
