body, html {
	font-size: 12pt;
	color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: trebuchet ms, arial, sans-serif;
	background-image:url(images/bg_shade.png);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-color:#dbe3ee;
}

a:link {color: #000080}     /* unvisited link */
a:visited {color: #000080}  /* visited link */
a:hover {color: #000000}   /* mouse over link */
a:active {color: #000080}   /* selected link */

/***********************
*   Border Styles      *
***********************/
.outer2 {
	width: 720px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:10px;
}
#midback {
	background-image:url(images/mid_back.png);
	background-repeat: repeat-y;
	width: 720px;
	margin:0px;
	padding:0px;
}
#headback {
	background-image:url(images/head_back.png);
	background-repeat:no-repeat;
	width: 720px;
	height: 25px;
	margin:0px;
	padding:0px;
}
#footback {
	background-image:url(images/foot_back.png);
	background-repeat:no-repeat;
	width: 720px;
	height: 25px;
	overflow:hidden;
	margin:0px;
	padding:0px;
}
.outer {
	width: 658px;
	height: auto;
	text-align: center;
	padding: 25px 0 25px 0;
	margin: 0 auto 0 auto;
	background-color:#ffffff;
}

/***********
*  Layout  *
***********/
.header {
	width: auto;
	height: auto;
	padding:0px;
	text-align: left;
}
#col1 {
	float:left;
	width:170px;
	margin:0 0 0 0;
	padding:0 10px 0 0;
	text-align:center;
	font-size: x-small
}
#content {
	width:100%;
	text-align:left;
	margin:0;
	padding:0px;
}
#content-squeeze {
	float:right;
	width:476px;
	text-align:left;
	margin:0;
	padding:0px;
}
.footer {
	clear:both;
	font-size:8pt;
	text-align:left;
	margin:25px 15px 0 15px;
	padding:0px;
}

/* These two are for IE compatibility
   Apply the 'first' ID to the first 
   element in the "header" section.
   Apply the 'last' ID to the last
   element in the "footer" section. */
#first {
	margin-top: 0px;
	padding-top: 0px;
}
#last {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/*************
*  Headers   *
*************/
h1 {
	font-family: arial, Helvetica, sans-serif;
	color:#990000;
	text-align: center;
	margin-bottom:5px;
	margin-top:15px;
	font-size: 36pt;
}
h2 {color:navy;}
h3 {color: #000000;}
h4 {color: #990000;text-align: center;}

/*******************
*  Other Elements  *
*******************/
ul {margin:5px auto 15px 0; padding:0 0 0 20px; list-style-image:url(images/bullet_image.png);}
li {margin:15px 0 0 10px;}
#jbox {
	width:85%;
	margin:15px auto;
	clear: both;
	border:3px dashed black;
	background-color:#DBE9F0;
	padding:10px 15px;
	text-align:left;
}
#jbox h3 {
	text-align:center;
	color:black;
	margin-top:0px;
	padding-top:0px;
}