body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	background-image: url(images/bkgrnd.gif);
	background-repeat: repeat-x;
	background-color: #003971;
}

#layout {
	width: 900px;
	background-color: #FFFFFF;
	margin: 0px auto;
	padding: 0px;
}

#leftcontent {
	float: left;
	width: 298px;
	margin: 0px;
	padding: 0px;
}

* html #leftcontent {
	display: inline;
}

#rightcontent {
	float: left;
	width: 602px;
	background-image: url(images/index_02.jpg);
	background-repeat: no-repeat; 
	margin: 0px;
	padding: 165px 0px 0px 0px;
}

* html #rightcontent {
	display: inline;
}

#navigation {
	width: 600px;
	height: 29px;
	margin: 0px;
	padding: 0px 0px 0px 2px;
	background-color: #9FD8D1;
}

#content {
	clear: both;
	width: 542px;
	margin: 0px;
	padding: 30px;
}

#footer {
	clear: both;
	width: 900px;
	height: 72px;
	background-image: url(images/index_05.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-align: center;
}

#mindbody {
	font-size: 11px;
	margin: 0px;
	padding: 5px;
	border: 1px solid  #CCCCCC;
}

#clear {
	clear: both;
}

/* Text Styles */

.Header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #104780;
	line-height: 26px;
}

.headings {
	font-size: 18px;
	color: #104780;
}

.subheadings {
	font-size: 14px;
	font-weight: bold;
	color: #336666;
}

.bluebold {
	color: #104780;
	font-weight: bold;
}

a.button:link, a.button:visited {
	display: block;
	width: 200px;
	height: 24px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	background-image: url(images/buttonback.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	margin: 0px 0px 5px 0px;
	padding: 6px 5px 0px 5px;
}

a.button:hover {
	color: #104780;
	background-image: url(images/buttonbackhover.jpg);
}
