html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {		
	font-family: arial, tahoma, Verdana, sans-serif;
	text-align: center;
	font-size: 75%;
}

h1 {
	color: #3062aa;
	font-size: 150%;
	margin-top: 0px;
}

h2 {
	color: #3062aa;
	font-size: 125%;
}

a {
	color: #23406b;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	line-height: 22px;
}

hr {
	color: #1f3d69;
	height: 1px;
	background-color: #1f3d69;
	border: 0px;
}

.highlightText {
	color: #3062aa;
	font-weight: bold;
}
		
#container {
	margin: 0 auto;
	width: 750px; 
	text-align: left;
	position: relative;
}

#header {
	height: 260px;
	width: 100%;
	margin: 0px 0px 5px 0px;
}

#navigation {
	width: 754px;
	padding-top: 3px;
	#padding-top: 0px;
}

.menuTable {
	width: 100%;
	margin-left: -2px;
}

.menuTable td {
	background: url(images/img-menu-background.jpg) repeat-x;
	border: 1px solid #1f3d69;
	padding: 5px 23px 5px 23px;	
	text-align: center;
}

.menuTable a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.menuTable a:hover {
	text-decoration: underline;
}
	
#content {
	width: 740px;
	padding: 20px 10px 10px 10px;
	background: url(images/img-background-content.gif) no-repeat;
	background-position: right bottom;
	clear: both;
	overflow: hidden;
}

#columnText {
	width: 65%;
	float: left;
}

#columnTestimonials {
	width: 30%;
	float: right;
	padding-top: 5px;
}

.testimonials {
	padding: 0px;
	margin: 0px;
}

.testimonials li {
	background: none;
}

li {
	list-style-type: none;
	background: url(images/img-bullet.gif) no-repeat;
	background-position: 0px 2px;
	padding: 0px 10px 0px 20px;
	margin-bottom: 20px;
	color: #3062aa;
	font-style: italic;
	font-weight: bold;
}

.list li {
	color: #000000;
	font-weight: normal;
	font-style: normal;
}


#footer	{
	width: 750px;
	font-size: 95%;
	color: #ffffff;
	font-weight: bold;
	padding: 0px 0px 0px 5px;
	background-color: #3468be;
	border: 1px solid #1f3d69;
	margin: 0 auto;
}

#footer p {
	padding: 0px;
	margin: 0px;
}

#clearfooter {
	height: 17px;
	width: 100%;
	clear: both
}

.imgBorder {
	border: 1px solid #1f3d69;
}

.menuTable .selected{
	text-decoration: underline;
}