body {
	background-color: #FFF;
	background-image: url(../images/homepage_01.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-family: Verdana;
	font-size: 11px;
	}

.content {
	width: 900px;
	margin: 0 auto;
	height: auto;
	}

/*------Links------*/

a:link { color: #444; text-decoration: none; }

a:hover { color: #000; text-decoration: underline; }

a:visited { color: #444; text-decoration: none; }

a:visited:hover { color: #000; text-decoration: underline; }

a.topbar:link { color: #888; text-decoration: underline; }

a.topbar:hover { text-decoration: none; }

a.topbar:visited { color: #888; text-decoration: underline; }

a.topbar:visited:hover { text-decoration: none; }

a.foot:link { color: #777; text-decoration: underline; }

a.foot:hover { text-decoration: none; }

a.foot:visited { color: #777; text-decoration: underline; }

a.foot:visited:hover { text-decoration: none; }

a.side:link { color: #444; text-decoration: underline; }

a.side:hover { color: #000; text-decoration: none; }

a.side:visited { color: #444; text-decoration: underline; }

a.side:visited:hover { color: #000; text-decoration: none; }

/*------Header------*/

.links {
	width: 480px;
	height: 37px;
	float: right;
	}

.toptext {
	color: #888;
	text-align: left;
	width: 400px;
	height: 27px;
	padding-top: 10px;
	float: left;
	}

img.title {
	float: left;
	margin-left: 8px;
	}

html>/**/body img.title {
	margin-left: 2px;
	}

/*------Body------*/

.maincontent {
	width: 900px;
	height: auto;
	padding-top: 12px;
	text-align: left;
	clear: both;
	}

.rightcontent {
	width: 650px;
	float: right;
	border-left: 1px #000 dotted;
	padding-left: 7px;
	}

.leftcontent {
	width: 225px;
	float: left;
	}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	}

h2 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
	}

ul li {
	list-style-image: url(../images/sitephotos/bullet1.gif);
	padding: 3px;
	}

.formfield {
	font-family: Verdana;
	font-size: 11px;
	border: 1px #555 solid;
	}

.formleft {
	text-align: left;
	}

.formright {
	text-align: right;
	}

.q {
	font-size: 15px;
	font-weight: bold;
	color: #000168;
	}

.question {
	color: #000168;
	}

.a {
	font-size: 15px;
	font-weight: bold;
	color: #4F6BBC;
	margin-top: 7px;
	}
	
.answer {
	color: #4F6BBC;
	margin-top: 7px;
	}

.smallprint {
	font-size: 9px;
	font-weight: bold;
	font-style: italic;
	}
/*------News------*/

.item {
	border: 1px #CCC solid;
	width: 640px;
	padding: 1px;
	margin-bottom: 20px;
	margin-top: 8px;
	}

.subject {
	width: 640px;
	background-color: #00A8FF;
	height: 17px;
	font-size: 12px;
	font-weight: bold;
	color: #444;
	vertical-align: middle;
	margin-bottom: 1px;
	}

.date {
	font-size: 9px;
	width: 640px;
	height: 13px;
	color: #FFF;
	background-color: #4D4D4D;
	vertical-align: middle;
	}

/*------Footer------*/

.footer {
	width: 895px;
	border-top: 1px #000 dotted;
	margin-top: 5px;
	padding-bottom: 8px; 
	font-size: 9px;
	color: #777;
	clear: both;
	}