body {
	background:#FFFFFF;
	background-image:url(images/background.gif);
	background-position:top;
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	text-align:center;
}

h3, h4, h5, a, ul, li, lo, td {
	font-family:Arial, sans-serif;
	text-align:left;
	font-size:11px;
	color:#000000;
}

/* Redefines the p tag */
p {
	font-family:Arial, sans-serif;
	text-align:left;
	font-size:11px;
	color:#000000;
	line-height:15px;
	margin:10px;
}

h1 {
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	margin:0px;
	font-style:italic;
	padding:2px 0px 2px 10px;
	text-align:left;
	background-color:#6675a7;
	border-bottom:1px solid #031C6F;
}

ul {
	font-family:Arial, sans-serif;
	color:#000000;
	line-height:15px;
}

li {
	font-size:11px;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	font-size:11px;
	color:#031C6F;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration:none;
}
a:visited {
	font-size:11px;
	color:#031C6F;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	text-decoration:none;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
	border-collapse:collapse;
}

/* Creates the div container for the footer. */

div#container {
	width:718px;
	margin-left:auto;
	border:1px solid #031C6F;
	background-color:#FFFFFF;
	margin-top:10px;
	background-image:url(images/container.gif);
	background-position:left;
	background-repeat:repeat-y;
	margin-right:auto;
}

div#left {
	float:left;
	width:155px;
}

div#right {
	float:right;
	width:562px;
}

div#header {
	background-image:url(images/header.gif);
	background-repeat:repeat-y;
	width:562px;
	border-bottom:1px solid #031C6F;
	height:84px;
	text-align:left;
}

.logo {
	margin:21px 0px 0px 11px;
}

.image {
	float:right;
	margin:10px;
}

div#copyright {
	color:#000000;
	text-align:center;
	font-family:Arial, sans-serif;
	font-size:11px;
	background-color:#FFFFFF;
	background-image:url(images/footer.gif);
	padding:2px 0px 2px 0px;
	border-top:1px solid #031C6F;
	background-position:right;
	background-repeat:repeat-y;
}

div#clear {
	clear:both;
}

address {
	font-family:Arial, Helvetica, sans-serif;
	border-top:1px solid #031C6F;
	font-size:11px;
	color:#031C6F;
	font-style:normal;
	margin:0px;
	width:155px;
	padding:10px 0px 10px 0px;
}

.action {
	float:right;
	margin:23px 11px 0px 0px;
}
