/* general styles to set everything to remove and set certain defaults */
* {
	margin: 0px;
	padding: 0px;
}

ul { 
 margin-left: 15px; 
} 

li { 
 margin-top: 5px; 
 line-height: 1.3em
}

html {
	height: 100%;
	width: 100%;
}

body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F0F0F0;
	line-height: 80%;
	font-size: 100%;
}


/* styles for the main page area */
.page {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 788px;
	min-height: 100%;
	overflow: hidden;
}

/* styles for the header bar */
.header {
	position: relative;
	left: 0px;
	top: 0px;
	background-image: url(../images/header_image.jpg);
	background-repeat: no-repeat;
	height: 120px;
	width: 788px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #78C7E8;
	border-right-color: #78C7E8;
	border-bottom-color: #78C7E8;
	border-left-color: #78C7E8;
}


/* styles for the main content area */
.middlesection {
	display: block;
	margin: 0px;
	padding: 0px;
}

.middlesection .middlecolumn {
	width: 700px;
	padding-bottom: 100px;
	padding: 20px;
}

.middlesection .middlecolumn .title {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.1em;
	color: #002458;
	font-weight: bold;
	line-height: 1.1em	
}

.middlesection .middlecolumn .subtitle {
	color: #002458;
	font-weight: bold;	
}

.middlesection .middlecolumn .copy p {
	line-height: 1.3em
}

.middlesection .middlecolumn .copy {
	padding-bottom: 10px;
	font-size: 0.8em;
	color: #000000;	
}

.middlesection .middlecolumn .copy a {
	color: #002458;
	text-decoration: none;
	font-weight: bold;
}

.middlesection .middlecolumn .copy a:hover {
	color: #FFA700;	
}





/* styles used for the print page and top link at the bottom of the content pages */
.printbar {
	height: 24px;
	width: 788px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.printbar .top a {
	height: 24px;
	width: 788px;
	position: absolute;
	left: 740px;
	bottom: -2px;
	background-image: url(../images/up_blue_arrow.gif);
	background-repeat: no-repeat;
	font-size: 0.7em;
	padding-left: 10px;
	background-position: 0px 5px;
	color: #002458;
	text-decoration: none;
}

.printbar .top a:hover {
	color: #6EA100;
}

.printpage {
	position: absolute;
	left: 20px;
	bottom: 10px;
	background-image: url(../images/print_icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 16px;
	width: 16px;
}

.printpage a {
	position: absolute;
	left: 20px;
	bottom: 0px;
	font-size: 0.7em;
	color: #002458;
	text-decoration: none;
	display: block;
	width: 200px;
}

.printpage a:hover {
	position: absolute;
	left: 20px;
	bottom: 0px;
	font-size: 0.7em;
	color: #6EA100;
	text-decoration: none;
	display: block;
	width: 200px;
}
