﻿/* CSS layout */
#masthead {
}

#top_nav {
	border-width: 0;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-right: 200px;
	margin-left: 200px;
}

#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#footer {
	text-align: center;
	font-family: Verdana;
	font-size: x-small;
}

a {
	color:#000000;
	text-decoration:underline;
}

a:hover {
	color:#893578;
	text-decoration:underline;
}

h2 {
	font-family:verdana, arial, times, sans-serif;
	font-size:19px;
	font-weight:normal;
	padding-bottom:3px;
	margin-top:24px;
}
h3 {
	font-family: verdana, arial, times, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 3px;
	margin-top: 24px;
	margin-left: 40px;
	margin-right: 40px;
	font-style: italic;
}

/* h2 {
	font-family: Arial;
	font-size: medium;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #000000;
}*/
.style6 {
	margin-left: 40px;
	margin-right: 40px;
}
.style9 {
	font-family: Verdana;
	font-size: 11px;
}
.style10 {
	border-collapse: collapse;
}

.style11 {
	margin-left: 40px;
	margin-right: 40px;
	font-family: Verdana;
	font-size: 11px;
}
.style16 {
	border-width: 0;
}
.style24 {
	border-width: 0;
	background-color: #e1e0dd;
}
.style25 {
	text-align: center;
	font-family: Verdana;
	font-size: 14px;
}
.style26 {
	margin-left: 40px;
	margin-right: 40px;
	font-family: Verdana;
	font-size: 11px;
	text-align: center;
}


