body {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
#header {
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 224px;
}
#header h2 {
	text-indent: -10000px;
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
	background-image: url(../images/menu_on.gif);
}
#header h1 {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	text-indent: -10000px;
	height: 224px;
	margin: 0px;
	padding: 0px;
}
#content {
	width: 600px;
	margin-left: 180px;
	line-height: 150%;
	padding-top: 20px;
}
#copyright {
	margin-left: 600px;
	font-size: xx-small;
	color: #999999;
	margin-top: 100px;
	font-weight: normal;
	clear: both;
}
#menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: absolute;
	z-index: 2;
	left: 20px;
	top: 260px;
	width: 140px;
}

#menu a:hover {
	background-image: url(../images/menu_on.gif);
	color: #547EB8;
	background-repeat: repeat-x;
	background-position: bottom;
}

#menu a {
	background-image: url(../images/menu_off.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 8px;
	font-weight: bold;
	color: #365581;
	text-decoration: none;
	padding-bottom: 8px;
	display: block;
}

#menu .nohover:hover {
background-image: none;
}

#menu .nohover{
background-image: none;
	padding-top: 8px;
	text-decoration: none;
	padding-bottom: 8px;
	display: block;
}

#content a {
	color: #225CB5;
	font-weight: bold;
}
#content li {
	list-style-type: square;
}
#content p {
	margin-top: 0px;
	margin-bottom: 20px;
}


#content h3 {
	font-size: small;
	font-weight: bold;
	color: #173569;
}
#title {
	position: absolute;
	z-index: 2;
	width: 400px;
	left: 180px;
	top: 190px;
	color: #253E5A;
	font-size: large;
}
.image_border {
	margin: 10px;
	padding: 5px;
	background-color: #D8E3F9;
	border: 1px solid #92A3CB;
	clear: both;
	float: right;
}
.notetext
{
color:#FF0000;
}#content #testimonials {
	float: right;
	width: 275px;
	font-size: xx-small;
	line-height: normal;
	margin-left: 15px;
	color: #6180AD;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E8EEF7;
	background-image: url(../images/fade_circle_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 150px;
}
#content #testimonials p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#content #clearer {
	clear: both;
}
#tableLines td
{
border-bottom:solid 1px #DEE6F3;
vertical-align:top;
}