/* CSS Document */

p{
font-family: Arial, sans-serif;
font-size:12px;
color:#666666;
line height: 20px;
padding: 3px;
font-weight:400;
}

.subtitle {
	font-family: Georgia, serif;
	font-size: 13px;
	font-weight: bolder;
	color: #0066CC;
	text-decoration: none;
}
.bold {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #666666;
}

.navigation {
	font-family: Georgia, Times, serif;
	font-size: 13px;
	font-style: normal;
	color: #0066CC;
	text-decoration: none;
	display: block;
	border-bottom-color: #0099FF;
	border-bottom-style: solid;
	border-bottom-width: thin;
	text-align: center;
	position: relative;
	float: left;
	vertical-align: middle;
	border-top-color: #0099FF;
	border-top-style: solid;
	border-top-width: medium;
	padding-top: 10px;
	padding-bottom: 10px;
	top: auto;
	padding-left: 25px;
	padding-right: 21px;
	font-weight: 400;
	max-width: 175px;
}


.navigation:hover {
	font-family: Georgia, Times, serif;
	font-size: 13px;
	font-style: normal;
	color: #E51937;
	text-decoration: none;
	display: block;
	border-bottom-color: #0099FF;
	border-bottom-style: solid;
	border-bottom-width: thin;
	text-align: center;
	position: relative;
	float: left;
	vertical-align: middle;
	border-top-color: #0099FF;
	border-top-style: solid;
	border-top-width: medium;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 21px;
	font-weight: 400;
	max-width: 175px;
}


.sidenavigation {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #0066CC;
	text-decoration: none;
	padding: 5px;
	width: 150px;
	list-style-image: url(assets/arrow.gif);
	display: block;
}

.list {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #0066CC;
	text-decoration: none;
	padding: 0px;
	width: 140px;
	list-style-image: url(assets/arrow.gif);
	display: block;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	line-height: 18px;
	list-style-position: outside;
	list-style-type: square;
}
 
 #wrapper {
 	background: #fff;
	width: 889px;
	margin: 0 auto;
	padding: 0 0 0 0;
	border: 0px solid #000;
	}	
	
.leftnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #666666;
	background-position: #333333;
	text-align: right;
	text-indent: 0px;
	vertical-align: text-top;
	display: block;
	padding: 5px;
}

.rightnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0066CC;
	text-align: left;
	display: block;
	padding: 3;
}

.boldtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #6699FF;
}

.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066CC;
}
.link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066CC;
	text-decoration: underline;
}

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
}
