
.small_purple_text {
	font-size: 8pt;
	font-weight: bold;
	color: purple;
	line-height: 14px;
}

.center {
    text-align: center;
}

body {
    background-color: #d9d9d9;
    color: #333399;
    font-family: Georgia;
    font-size: 12pt;
    line-height: 120%;
    margin: 0;
    padding: 0;
}

#container {
    width: 782px;
}

a {
	font-family: Georgia;
}

a:link {
	color: maroon;
}

a:visited {
	color: purple;
}

#left_nav {
	float: left;
	width: 195px;
}

#stork {
	background: #d9d9d9 url('/imgs/stork.png') no-repeat top left;
	width: 195px;
	height: 184px;
}

#left_nav a {
	text-decoration: none;
	font-size: 13pt;
}

#left_nav a:hover {
	text-decoration: underline;
}

#left_nav ul {
	list-style-type: none;
	padding-left: 5px;
	text-align: left;
	margin-left: 0px;
}

#left_nav li {
	padding-bottom: 16px;
}

#left_nav span {
	background-image: url('/imgs/white_black_arrow.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
}

#left_nav span.active {
	background-image: url('/imgs/green_white_arrow.gif');
}

#content {
	float: right;
	width: 582px;
	overflow: hidden;
    background: #d9d9d9 url('/imgs/green_bar_horizontal.gif') repeat-y top left;
    padding-left: 5px;
    padding-bottom: 20px;
}

a.header_link {
	text-decoration: none;
}

#header {
	background: #d9d9d9 url('/imgs/black_green_bg.gif') no-repeat top left;
	width: 582px;
	height: 95px;
	display: block;
	margin-left: -5px;
}

.co_name,
.co_tagline {
	color: #fff;
	font-size: 22pt;
	font-style: italic;
	text-align: center;
	display: block;
	padding-top: 20px;
}

.co_tagline {
	font-size: 11pt;
}

#title {
	margin: 27px 5px 10px 9px;
	color: #000;
	font-size: 28pt;
	line-height: 120%;
	border-bottom: 2px solid #000;
}

#title.long_title {
	font-size: 18pt;
}

#body {
	float: left;
	margin-left: 15px;
	font-size: 12pt;
	line-height: 120%;
}

#main {
	width: 360px;
	float: left;
}

#right {
	padding-left: 10px;
	float: right;
}

#footer {
    clear: both;
    font-size: 10pt;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 10px;
    border-top: #336666 3px solid;
}

.contact_row {
	color: #000;
}

