﻿/* CSS layout */

/* Dynamic Template Styles */
body {
	font-family: Tahoma;
	font-size: 10pt;
	color: #000;
	margin: 0px;
	background-image: url('../images/background15a.jpg');
}
#page {
	position: relative;
	width: 1040px;
	height: 790px;
	margin: 0 auto;
}
#border_left {
	position: absolute;
	width: 40px;
	height:100%;
	left: 0px;
	top: 0px;
	background-image: url('../images/shadow-l.png');
}
#border_right {
	position:absolute;
	width:40px;
	height:100%;
	top:0px;
	right:0px;
	background-image: url('../images/shadow-r.png');
}
#page_center {
	margin-left: 40px;
	margin-right: 40px;
	width: 960px;
	height: 790px;
	background-image: url('../images/gradient_body_logo.jpg');
	background-repeat: no-repeat;
	z-index: 0;
}
#sidebar {
	position:absolute;
	top:0px;
	width: 180px;
	height: 100%;
	background-image: url('../images/gradient_sidebar.jpg');
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #d7061c;
	display: block;
	font-size: 12pt;
	text-indent: 15px;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #006e42;
	border-bottom: 1px solid #f9f9f9;
	background-color: #f9f9f9;
}
#logo {
	text-align: center;
	margin-top: 2px;
}
#main_page {
	;
		position: absolute;
	top: 0px;
	margin-left: 180px;
	width: 780px;
	z-index: 2;
}
#masthead {
	position: relative;
	margin: 0;
	width: 100%;	
}
#masthead a {
	font-size: small;
	text-decoration: none;
	color: #d7061c;
	font-weight: bold;
	text-align: center;
	display: inline-block;
}
#masthead a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #006e42;
	border-bottom: 1px solid #f9f9f9;
	background-color: #f9f9f9;
}
#header {
	text-align:right;
	height:35px;
	width:780px;
}
#page_content {
	height: 725px;
	width: 100%;
}

#footer {
	width: 100%;
	text-align: center;
}
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
.sidebar_text {
	font-size: x-small;
	font-weight: bold;
	color: #006e42;
	text-align:center;
}
.masthead_lines {
	font-size: medium;
	color: #006E42;
}
.copyright {
	text-align: center;
	color: #006E42;
	font-size: x-small;
}
#main_title_div {
	position: absolute;
	left: 0px;
	top: 192px;
	width: 780px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
}
#content {
	padding: 15px; 
	position:absolute; 
	left: 0px; 
	top: 300px; 
	width: 750px; 
	height: 500px; 
}


