body, html {
	background-color: #414141;
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
}
#bg_content {
	background-image: url(images/nav_body.gif);
	background-repeat: repeat-y;
	height: 100%;
}
#bg_footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}
#footer_left {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	float: left;
	color: #FFFFFF;
	line-height: 18px;
	margin-top: 20px;
	margin-left: 20px;
	text-align: left;
}
#footer_left a {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

#footer_right {
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 60px;
	margin-right: 20px;
	text-align: left;
}
#footer_right a {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#content {
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
	height: 100%;
	text-align: left;
	width: 900px;
}
#rightsidebar {
	height: 100%;
	width: 410px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #888888;
	float: right;
	margin-left: 5px;
}
#middlesidebar {
	height: 100%;
	width: 230px;
	float: left;
	margin-left: 5px;
}
#leftcontent {
	height: 100%;
	width: 475px;
	float: left;
}
#rightsidebar_inner {
	height: 100%;
	width: 170px;
	float: right;
	margin-left: 0px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #888888;
}
form {
	margin: 0px;
	padding: 0px;
}

#left_inner {
	margin-top: 5px;
	height: 100%;
}
#middle_inner {
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	height: 100%;
}
#right_inner {
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	height: 100%;
	padding-left: 3px;
}
.upperborder  {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bfbfbf;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
input, textarea, select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
}
.news {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bfbfbf;
}
.news a {
	font-weight: bold;
	color: #365299;
	text-decoration: none;
}
#leftcontent th {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d1d1d1;
}
#leftcontent a {
	color: #365299;
	font-weight: bold;
	text-decoration: none;
}
#leftcontent h1 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-variant: small-caps;
	text-transform: capitalize;
}

.td_belowborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f1f1f1;
}
textarea {
	width: 400px;
}
