body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F0F5EF;
	padding: 0px;
	margin: 0px;
	color: #193167;
	font-size: small;

}

#header {
	width: 856px;
	background-color: #FFFFFF;
}

/* ******************************   */
/* *    Navigation Styles       *   */
/* ******************************   */

#navigation a {
	display: block;
	width: 120px;
	height: 1.5em;
	line-height:1.5em;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background-color: #193167;
}
#navigation a:hover {
	background-color: #c7d5b2;	
}

#navigation a.this{
	background-color: #990053;
}

/* ******************************   */
/* *      Content  Styles       *   */
/* ******************************   */

#maincontent {
	text-align: left;
	padding: 5px 5px 10px;
	background-color: #FFFFFF;
	width: 856px;
}
html>body #maincontent {
	width: 846px;
}

h1 {
	color: #990053;
	font-size: 140%;
	font-weight: bold;
	padding-left: 5px;
	margin-top: 15px;
	margin-bottom: 10px;
}
h2 {
	color: #193167;
	font-size: 110%;
	font-weight: bold;
	background: #c7d5b2 url(/img/h2-bg.jpg) right repeat-y;
	padding-left: 5px;
	text-align: center;
	margin: 0px;
	text-transform: capitalize;
}

h3 {
	color: #990053;
	font-size: 115%;
	font-weight: bold;
	padding-left: 5px;
}

p {
	margin-bottom: 10px;
}

hr {
	color: #C0D0AC;
	line-height: 2px;
	width: 60%;
}
th {
	text-align: center;
}

a{
	color: #990053;
	text-decoration: none;
	font-weight: bold;
}
a:active{
	text-decoration: underline;
}
a:visited{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

#maincontent ul{
	list-style: square outside url(/img/bullet-home.jpg);
}

#maincontent li{
	margin-bottom: 7px;
	padding-left: 5px;
}

#maincontent ul.special {
	list-style: square outside url(/img/bullet-special.jpg);
}

#maincontent ul.special li{
	margin-bottom: 7px;
	padding-left: 7px;
	background-color: #F0F5EF;
}

/* ******************************   */
/* *       Footer  Styles       *   */
/* ******************************   */

#footer {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width: 856px;
	border-top: solid 2px #c0d0ac;
	border-bottom: solid 2px #c0d0ac;
	font-weight: bold;
	color: #193167;
	background-color: #dde6d1;
	background-image: url(/img/paperchain.gif);
	background-repeat: repeat-x;
	background-position: center;
	margin-bottom: 2px;
}
.left {
	margin-right: 5px;
}
.right {
	margin-left: 5px;
}
