/* CSS Document */

/* Workaround for IE support on centered layouts */
html, body {
	text-align: center;
	background-color: #84AC31;
	margin: 0px;
	padding: 0px;
}

body, html {
	background-image: url(bg.gif);
	background-repeat: repeat-y;
	background-position: 740px 0%;
}

#wrapper {
	text-align: left;
	margin: 50px auto 0px 100px;
	padding: 0px 0px;
}

/* Basic formatting */

/* Layout Style */


#wrapper {
	width: 685px;
	height: 100%;
	padding: 0px 0px 0px 0px;
	background-image: url(background.gif);
	background-repeat: repeat-y;
	background-position: y-50%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 70%;
	line-height: 1.5;
}

#header {
	width: 90px;
	float: left;
	text-align: right;
	height: 230px;
	background-image: url(name.gif);
	background-repeat: no-repeat;
	background-position: right 0;
}

#mainContent {
	background-color: #FFFFFF;
	padding-top:5px;
}

#mainContent .contentBody {
	margin-bottom: 15px;
}

#mainContent .contentBody .previewImage img {
	width: 580px;
	text-align: left;
	border: 5px #CCCCCC solid;
	border-right-style:none;
	border-top-style:none;
	background-color: #FFFFFF;
}

#mainContent .contentBody .previewImage {
	width: 585px;
	height:100%;
	text-align: left;
	border-top: 5px #CCCCCC solid;
}
/*
#mainContent .contentBody:hover {
	background-color:#CEFDB3
}*/

#wrapper #header h1 {
	display: none;
}

#wrapper #navigation {
	width: 585px;
	margin: 0px 0px 0px 90px;
	height: 100%;
	text-align: right;
}

#navigation ul{
	list-style: none;
	display: block;
	margin: 5px 5px 5px 0px;
}

#navigation ul li{
	display: inline;
	margin: 0px 0px 0px 10px;
}

#navigation ul li a{
	text-decoration:none;
	font-size:90%;
	color:#009900;
}

#navigation ul li a:hover{
	text-decoration:underline;
	color:#66CC66;
}


#wrapper #mainContent {
	float: right;
	width: 585px;
	margin: 0px 10px 0px 0px;
}

#wrapper #footer {
	clear: both;
	text-align:right;
	height: 20px;
	width: 685px;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	background-image: url(background-bottom.gif);
	background-position: bottom right;
}

#wrapper #footer h5 {
	display:none;
}

.contentBody .header {
	font-size: 120%;
	color: #666666;
	letter-spacing: 0em;
	line-height: 1;
	font-variant: small-caps;
}

.contentBody .header .contentLink {
	color:#73B432;
	letter-spacing: 0em;
	line-height: 1;
	text-decoration:none;
}

.contentBody .header .contentLink:hover {
	color:#73B432;
	letter-spacing: 0em;
	line-height: 1;
	text-decoration:underline;
}

.contentBody p {
	/*text-indent: 20px;*/
	margin-left: 40px;
	margin-right: 10px;
	color: #666666;
}

.contentBody ul, li {
	color: #666666;
}

.contentBody .subHeader {
	text-indent: 0px;
	margin-left: 20px;
	font-size: 125%;
	color: #666666;
	font-weight:bold;	
}

.contentBody .descriptionHead {
	text-indent: -20px;
	text-align: left;
	margin-left: 60px;
}

.contentBody .descriptionHead em{
	text-indent: 20px;
}

.contentBody .descriptionHead:first-line {
	text-indent: -20px;
	font-weight:bold;
	text-align: left;
	margin-left: 40px;
}

.contentBody .contentImage {
	width: 565px;
	display: block;
	margin-left: 20px;
	text-align: center;
}
.contentBody .contentImage img {
	border-bottom-style: none;
	border: 2px #CCCCCC solid;
	padding: 5px;
	margin-right: 5px;
}

