@import url('styles.css');

body {font: 8pt "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #606060; width: 100%; height: 100%;}

.wrap {
	position: relative;
	width: 100%;
	margin: 0;
}

/* - SECTIONS - */


#hd {
	display: none;
}

	#logo { display: none; }

		#logo img { display: none; }

	#topnav { display: none; }
				
	#textsize { display: none; }
	
	#topsubnav { display: none; }

#bd {
	float: none;
	top: 0;
	width: 100%;
	padding: 0;
	margin: 0;
}

	#mainnav { display: none; }

	#subnav { display: none; }
	
	#content, #content.sub {
		float: none;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	
		#breadcrumbs { margin: 0 0 2em 0; }

		#content h2 {
			color: #622280;
			font-weight: bold;
			margin: 0 0 1em 0;
		}
		
		#content a, #content a:link, #content a:visited {
			font-weight: bold;
			text-decoration: underline;
		}
		
			#content a:hover, #content a:active {
				color: #622280;
				text-decoration: underline;
			}
		
		#content a.gototop { display: none; }

		#content h3 a, #content h3 a:link, #content h3 a:visited {
			font-size: 1.2em;
			font-weight: normal;
		}

		#content ul {
			margin-bottom: 1.5em;
			padding-left: 1em;
			list-style: square;
		}

		#content ol {
			margin-bottom: 1.5em;
			padding-left: 1em;
			list-style: decimal;
		}

		#content blockquote {
			margin-bottom: 1.5em;
			padding: 0.25em 0.75em 0.75em 1.5em;
			border-left: solid 0.75em #99CC33;
			background: #FDFDFD;
		}

			#content blockquote p {
				margin-bottom: 0em;
			}

		#content table {
			margin-bottom: 1.5em;
			border-collapse: collapse;
			text-align: left;
			border: 0;
		}

			#content table th {
				font-weight: bold;
				padding: 0.5em;
			}

			#content table td {
				padding: 0.5em;
				border-right: solid 2px #fff;
			}

			#content table tr.rowH {
				color: #ffffff;
				background: #99CC33;
				border-right: solid 2px #fff;
			}

			#content table tr.rowA {
				background: #F8F8F8;
				border-top: solid 2px #fff;
				color: inherit;
			}

			#content table tr.rowB {
				background: #FFFFFF;
				border-top: solid 2px #fff;
				color: inherit;
			}
			
			#content table th.date, #content table td.date {
			}
			
				#content table td.new {
					background: transparent url('/images/news_green.gif') no-repeat scroll 8px 8px;
				}
				
				#content table td h4 {
					color: #622280;
					height: 100%;
					font-weight: bold;
					padding: 0;
					margin: 0;
				}	

#ft {
	display: none;
}

#ftnav {
	display: none;
}
