/*** Browser reset ***************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*** Begin Site Styles *************/

body {
	background: #d5e1ef url(../images/BackGrad.gif) repeat-x top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #68624a;
}

#outerWrapper {
	width:940px;
	margin:0 auto;
	position:relative;
}

.headerImg {
	position:absolute;
	top:3px;
	right:0;
	z-index:100;
	behavior: url(images/iepngfix.htc);
}

#innerWrapper {
	width:800px;
	margin:0 auto;
	position:relative;
	background-color:#FFF;
}

#banner {
	background:url('../images/banner.gif') no-repeat top center;
	height:109px;
	width:800px;
}

#navbar {
	width:800px;
	height:44px;
	background:url('../images/navbar.gif') no-repeat top center;	
	font-weight: bold;
	font-size: 10px;
}

#navbar a {
	text-decoration: none;
	color: #015353;
	z-index: 200;
	position: relative;
}

#navbar ul {
	list-style: none;
	margin: 0px 0px 0px 25px;
	padding: 0px;
}

#navbar li {
	float: left;
	padding-left: 3px;
	margin-top:14px;
}


#contentTop{
	width:579px;
	background:url('../images/MainBoxTop.gif') no-repeat;
	padding-top: 8px;
}

#content {
	width:579px;
	min-height: 485px;
	background:url('../images/MainBoxCntr.gif') repeat-y;
	position:relative;
	margin-left:9px;
}

#contentBody {
	padding:25px;
	min-height: 435px;
}

* html #contentBody {
}

#contentBody h1 {
	border-bottom: 1px dotted;
	font-weight: normal;
	font-size: 28px;
}

#contentBody h2 {
	margin-top: 15px;
	font-weight: normal;
	font-size: 19px;
}

#contentBody p {
	line-height:20px;
	margin-top:10px;
	margin-bottom:10px;
}

#contentBody img {
	float: left;
	border: 2px solid #92a505;
	margin-right:15px;
	margin-bottom:10px;
	margin-top:5px;
	padding: 3px;
}

#contentBody a {
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #92a505;
}

#contentBottom {
	width:579px;
	background:url('../images/MainBoxBtm.gif') no-repeat bottom center;
	padding-bottom: 8px;
}


#rightSide {
	float:right;
	width:193px;
	margin-right:11px;
	margin-top:249px;
	position:relative;
	background:url('../images/infoBoxCntr.gif') repeat-y;
	padding:0;
}

* html #rightSide {
	margin-right:5px;
}

#rightSideContent {
	margin:10px 0;
}

#rightSideTop {
	width:193px;
	height:15px;
	background:url('../images/infoBoxTop.gif') no-repeat;
	position:absolute;
	top:0;
	margin-top:-2px;
}

#rightSideBottom {
	width:193px;
	height:9px;
	background:url('../images/infoBoxBottom.gif') no-repeat bottom center;
	position:absolute;
	bottom:0;
	margin-bottom:-2px;
}

#rightSideContent h2 {
	border-bottom: 1px dotted;
	margin: 10px 25px 5px 15px;
	font-size: 16px;
}

#rightSideContent p {
	line-height: 16px;
	margin: 10px 25px 5px 15px;
	font-size: 11px;
}

#rightSideContent a {
	text-decoration: none;
	color: #015353;
}

#rightSideContent ul {
	color: #015353;
	margin: 0px;
	margin-top: 10px;
	padding-left: 30px;
}

#rightSideContent li {
	font-size: 11px;
	font-weight: bold;
	line-height: 22px;
	list-style:disc;
}

#footer {
	clear:both;
}

#footer p {
	padding:10px;
}

#bottom {
	width:800px;
	height:9px;
	background:url('../images/bottom.gif') no-repeat;
	margin:0 auto;
}

#Audio {
	padding-bottom: 10px;
	margin-left: 20px;
}

.sketch {
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #92a505;
	cursor: pointer;
}