@charset "utf-8";

* {	
	padding: 0; margin: 0; border: 0;
}

p {
	padding: 9px 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #fff;
	margin: 0;
	color: #333;
}

a:link, a:active, a:visited {
	color: #009900;
	text-decoration: none;
}

a:hover {
	color: #fff;
}

#footer_indent a:link, #footer_indent a:active, #footer_indent a:visited {
	color: #fff;
	border-bottom: none;
}

#footer_indent a:hover {
	color: #009900;
	border-bottom: none;
}

h1 {
	text-indent: -9999px;
}

h2 {
	background: #ccc;
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	text-indent: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;

}
h2 strong {
	color: #009900;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}


h3 {
	color: #009900;
	font-size: 11px;
	text-transform: uppercase;

}
h4 {
	background-color: #009900;
	color: #fff;
	font-size: 11px;
	border-bottom: 1px solid #666;
	padding: 3px;
	letter-spacing: 1px;
}


#wrapper {
	margin: 0 auto;
}

#header {
	height: 106px;
	background: url(images/header.jpg) no-repeat;
	width: 800px;
	margin: 0 auto;

}
#header_bg {
	background: #e4e4e4 url(images/bg_span.jpg) repeat-x;
}

#main_column {
	width: 800px;
	margin: 0 auto;

}
#content_outer {
	background: #fff;
}


#side_column {
	width: 150px;
	background: #ddd;
	border-bottom: 5px solid #009900;
	float: left;
	margin: 0 10px 0 0;
	color: #333;
}
#side_column li {
	list-style-type: none;

}
#side_column p {
	padding: 5px 3px;
}
#side_column li .viewings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #33;
}



#maintext {
	padding: 0 5px 10px;
}
#maintext p.first {
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}
#maintext p.example {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	border-top: 1px dashed #666;
}
#maintext p.example span {
	color: #099800;
}


#maintext ul {
	padding: 5px 0;
	list-style-type: none;
}
#maintext li {
	background: url(images/tick.gif) no-repeat;
	text-indent: 20px;
}



#flash_nav {
}
#content_wrapper {
	float: left;
	width: 460px;
	margin: 0 10px 20px 0;
	border-bottom: 5px solid #009900;
	background: #eee;
}
#small_column {
	float: left;
	width: 169px;
	height: 580px;
	background: url(images/small_column.jpg) no-repeat;
}
#footer {
	clear: both;
	background: #666;
	color: #333;
	letter-spacing: 1px;
	font-size: 10px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
#footer_indent {
	width: 790px;
	margin: 0 auto;
	text-align: center;
	height: 18px;
	line-height: 18px;
	font-weight: bold;
}

.clear {
	clear: both;
}
.border {
	border: 1px solid #009900;
}
