body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #313574;
	font-size: 80%;
	color: #003399;
}
#wrap {
	margin: auto;
	height: auto;
	width: 798px;
	background-color: #7086e2;
}
#topbanner {
	height: 142px;
	width: 798px;
	background-image: url(images/topbanner.gif);
	background-repeat: no-repeat;
}
#content {
	margin: auto;
	height: auto;
	width: 560px;
	padding: 15px 5px 5px 5px;
	background-color: #7086e2;
	background-image: url(images/contentbkground.gif);
	background-repeat: no-repeat;
}
#content h1 {
	font-size: 1.2em;
	font: Arial, Helvetica, sans-serif;
	color: #F1CA1C;
	text-transform: uppercase;
	padding-top: 10px;
	border-bottom: #F1CA1C dotted 1px; 
	border-top: #F1CA1C dotted 1px; 
}
#content h2 {
	font-size: 1.1em;
	font: Arial, Helvetica, sans-serif;
	color: #F1CA1C;
}

#content p {
	line-height: 1.3em;
	font-weight: bold;
}
#content li {
	margin-top: 0.8em;
}
#content a, #content a:visited {
	color: #A5272B;
	font-weight: bold;
}
#content a:hover, #content a:active {
	color: #CCCCCC;
}
#navbar {
	height: 69px;
	width: 798px;
	background-image: url(images/navbackground.gif);
	background-repeat: no-repeat;
}
#navbar ul {
	list-style: none;
	margin: 0;
	margin-right: auto;
	margin-left: auto;
	padding: 10px 5px 5px 5px;
}
#navbar li {
	display: inline;
}

#navbar img {
	border: 0;
	margin-left: 5px;
}

#footer {
	height: 60px;
	width: 798px;
	padding-bottom: 3px;
	padding-top: 3px;
	text-align: center;
	clear: both;
}
.image-left {
	float: left;
	border: 0;
	margin: 0 10px 10px 0;
}
.image-right {
	float: right;
	border: 0;
	margin: 0 0 10px 10px;
}
.white {
	font-weight: bold;
	margin-top: 15px;
	color: #FFF;
}
.right-box {
	width: 200px;
	background-color: #FFF;
	margin: 10px;
	padding: 10px;
	float: right;
	text-align: center;
}
.centrelinks {
	text-align: center;
	text-transform: uppercase;
	font-size: 1.4em;
}
.paraborder {
	border: 2px dotted #003399;
	padding: 10px;
	width: 250px;
	float: left;
	color: #7086E2;

}
.paraborder-r {
	border: 2px dotted #003399;
	padding: 10px;
	width: 250px;
	float: right;
	color: #7086E2;
}

