@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #container {
	width: 900px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: auto;
	margin-right: auto;
	color: #666;
	background-color: #FFF;
	border-right-width: thin;
	border-left-width: thin;
	border-bottom-width: thin;
	border-top-width: thin;
}
.headline_h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #0d9ca3;
	font-style: italic;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.links a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
}
.links a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999;
}

.links a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #629230;
	}
.twoColFixLtHdr #header {
	background-color: #669932;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	left: auto;
	right: auto;
	background-image: url(../images/banner_c.gif);
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	background-color: #FFF;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 80px;
	margin-bottom: 0px;
	margin-left: 225px;
	padding: 0px;
	top: 138px;
} 
.twoColFixLtHdr #footer {
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
	text-align: center;
	float: left;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: auto;
	width: 900px;
	color: #666;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	position: relative;
	height: auto;
	width: auto;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.headline_2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #333;
}
.indent_para {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #666;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 1.5em;
}

a:link {
	color: #669932;
}
a:visited {
	color: #666;
} 
a:hover {
	color: #333;
} 
.typehighlight {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #FFF;
	margin: 25px;
	padding: 20px;
	background-color: #15877B;
	font-style: normal;
	line-height: 1.6em;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	line-height: 1.45em;
}
.p_cv_indent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	line-height: normal;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	height: auto;
	width: auto;
}
#flash_movie {
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #FFF;
	padding: 3px;
	margin: 0px;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
p {
	padding-left: 0px;
}
.samples {
	background-color: #ddeeec;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 25px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
}

