/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #c0b690;
}
#maintable {
	border: 1px solid #000000;
	background: #b9d0dc;
}
.first {
	margin-top: 0;
	padding-top: 0;
}
.photo {
	border: 5px solid #ffffff;
}
.center {
	text-align: center;
}

/* Menu
----------------------------------------------------*/

#menu {
	background: url(images/bg_menu.gif) repeat-x;
	color: #0a1643;
}
#menu .separator {
	line-height: 5px;
	color: #3b79ac;
}
#menu a:link, #menu a:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0a1643;
	font-weight: bold;
	text-decoration: none;
}
#menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

/* Content
----------------------------------------------------*/

#content {
	padding-bottom: 90px;
	background: url(images/bg_content.jpg) no-repeat bottom left;
}
td,ul,ol {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #413838;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #165073;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #8d1417;
	text-decoration: underline;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	color: #000000;
	line-height: 77px;
	margin: 0;
	background: url(images/img_toprightcontent.gif) no-repeat top right;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #51778b;
	border-bottom: 1px solid #51778b;
}
#actionButton a, #actionButton a:visited {
	/* Font */
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	/* Layout */
	border: 1px solid #000000;
	padding: 5px 15px 5px 15px;
	background-color: #212e57;
}
#actionButton a:hover {
	/* Font */
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	/* Layout */
	border: 1px solid #000000;
	padding: 5px 15px 5px 15px;
	background-color: #0a1643;
}

/* Left Sidebar
----------------------------------------------------*/

#lSidebar {
	padding-bottom: 121px;
	background: url(images/bg_lsidebar.jpg) no-repeat bottom left;
}
#lSidebar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #212e57;
	text-align: center;
	padding: 10px;
}
#lSidebar a, #lSidebar a:visited, #lSidebar a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #212e57;
	text-decoration: underline;
}

/* Right Sidebar
----------------------------------------------------*/

#rSidebar {
	padding-bottom: 116px;
	background: url(images/bg_rsidebar.jpg) no-repeat bottom right;
}
#rSidebar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0a1643;
	text-align: right;
	padding: 10px;
}

/* Footer
----------------------------------------------------*/

#footer {
	background: url(images/bg_footer.jpg) no-repeat top;
	padding-left: 82px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	height: 134px;
	color: #000000;
}
#footer a:link {
	font-family: "Times New Roman", Times, serif;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
#footer a:visited {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #e4ded8;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .separator {
	color: #ffffff;
}

/* Form
----------------------------------------------------*/

.txtbox {
	height: 20px;
	width: 160px;
	border: 1px solid #51778b;
}
.txtarea {
	border: 1px solid #51778b;
}