body {
	background-color: #eeeeee;
	margin: 10px 0px 0px 0px;
	text-align:center;
}

body, table, td {
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 9pt;
	margin-bottom: 5px;
}

#frame {
	width: 768px;
	margin-right:auto;
	margin-left:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid #393939;
}

#top {
	background-image: url(images/top2.jpg);
	background-repeat: no-repeat;
	width: 768px;
	height: 220px;
	text-align: left;
}


#mainmenu {
	position: relative;
	left: 175px;
	top: 10px;
	line-height: 20px;
}

#menu {
	height: 30px;
	width: 768px;
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	color: #FFFFFF;
}

#body {
	width: 768px;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #A1B793;
	padding-bottom: 40px;
}

#footer {
	width: 768px;
	height: 21px;
	background-image: url(images/footer_bg.jpg);
	color: #393939;
	text-align: center;
	font-size: 10px;
	padding-top: 3px;
	border-top: 1px solid #FFFFFF;
}

.placeholder {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	margin: auto;
}

.small_column_left {
	width: 320px;
	height: 100%;
	text-align: left;
	padding-right: 20px;
	padding-bottom: 15px;
}
.small_column_right {
	width: 320px;
	height: 100%;
	margin-left: 20px;
	text-align: left;
	padding-bottom: 15px;
}
.large_column {
	width: 640px;
	height: 100%;
	text-align: left;
	padding-bottom: 15px;
}

.grey_header {
	width: 100%;
	height: 17px;
	background-color: #A1B793;
	margin-bottom: 15px;
}

.grey_footer {
	background-color: #393939;
	color: #FFFFFF;
	width: 320px;
	padding: 6px 10px 0px 5px;
	height: 25px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
.grey_footer_large {
    background-color: #393939;
	color: #FFFFFF;
	width: 640px;
	padding: 6px 10px 0px 5px;
	height: 25px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
.grey_footer_home {
    background-color: #393939;
	color: #FFFFFF;
	padding: 5px 10px 0px 5px;
	height: 23px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

a {
	color: #000;
}
a:hover {
	color: #333333;
}

a.mainmenulink {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
}

a.mainmenulink:hover {
	/*background-color: #1284EF;*/
	font-style: italic;
}

a.menulink {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
}

a.menulink:hover {
	background-color: #ADF953;
	color: #393939;
}

.title {
	font-weight: bold;
}
.bigtitle {
	font-weight: bold;
	font-size: 18px;
}
.subtitle {
	background-color: #C6E0B5;
	font-weight: bold;
	padding: 5px;
	margin-top: 30px;
	border-bottom: 1px solid #82A26D;
}

.dashed_line {
	font-family: "Courier New", Courier, monospace;
}

a.col_footer {
	color: #FFFFFF;
	text-decoration: none;
}

a.col_footer:hover {
	background-color: #AAAAAA;
	color: #222222;
}

a.footer {
	color: #393939;
}

.imgborder {
	border: 1px solid #3B3B3A;
}

li {
	list-style-type: square;
}

input, textarea {
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	background-color: #E4F1DC;
	border: 1px solid #3B3B3A;
}

