body {
	margin: 0px auto;
}

.underline { text-decoration: underline; }
.bold { font-weight: bold; }
.italic { font-style: italic; }

.title {  font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #000000; text-decoration: none}
.textTitle {  font-family: Arial, Helvetica, sans-serif; font-size: 13pt; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #000000; text-decoration: none}

.copyright {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 7.5pt; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #000000; 
	word-spacing: normal; 
	text-align: center;
	width: 760px;
	clear:both;
		margin-left:auto;
	margin-right: auto;
}
div.copyright a {
	margin: -2px;
}
.description {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}


.indexdescription {
	font-family: Arial, Helvetica, sans-serif;
}


div.body {
	clear:both;
	width: 760px;
	margin-left:auto;
	margin-right: auto;
}
div.content {
	padding: 0px 40px 20px 40px;
	font-family: Times New Roman; 
	font-size: 12pt;
}
div.sideImage 
{
	padding: 10px 10px 20px 10px;
	clear: left;
	float: left;
	height: 100%;
}

/***** NAVIGATION STYLES *****/

.nav, .mainNav {
	font-family:  Arial, Helvetica, sans-serif;  
	font-size: 8pt; 
	clear: both;
	height: 22px;
	width: 100%; 
	background-color: #ff6600;
}

.mainNav {
	font-weight: bold;
	background-color: #693;
	height: 23px;
}

.nav ul, .mainNav ul {
	list-style-type: none;
	margin: 0px; padding: 0px;
	padding-top: 5px;
}

.nav li, .mainNav li {
	display: inline;
}

.nav a, .mainNav a {
	text-decoration: none;
	color: #FFF;
	padding: 3px;
	margin: 2px 5px 0px 5px;
}
.nav ul li a:hover, .mainNav ul li a:hover {
	color: #000;
	font-weight: bolder;
}
.mainNav a {
	color: #C6E1A0;
}
.mainNav ul li a:hover {
	color: #ff6600;
	font-weight: bolder;
}

/***************/


div.menus {
	width: 100%;
	text-align: center;
}

img {
	border-width: 0px;
}

img.withBorder {
	border: solid 2px;
}

img.right {
	float: right;
	clear: right;
	margin: 15px;
	margin-right: 0px;
}

img.left {
	float: left;
	clear: left;
	margin: 15px;
	margin-left: 0px;
}

p.indexSide 
{
	margin-bottom: 25px;
	font-size: 15px;
}

p.indexSide a {
	font-family: sans-serif; 
	text-decoration: none;
	font-weight: bold;
}