@charset "UTF-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	/*background-color: #ffffff;*/
	background-color: #221717;
	text-align: left;
	color: #ead9c6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}
#wrapper {
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 0px;
	background-color: #221717;
}
table {
	border-collapse: collapse;
}
td, th {
	background-color: inherit;
}


/* text */

h1 {
	text-align: left;
	color: #eceadd;
	font-size: 11pt;
	font-weight: bold;
}
p {
	text-align: justify;
	color: #ead9c6;
	font-size: 10pt;
	font-weight: normal;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.formtext {
	font-size: 10pt;
	font-weight: normal;
	color: #ead9c6;
	text-align: right;
}
.smaller {
	font-size: 8pt;
	font-weight: normal;
	color: #ead9c6;
	text-align: left;
}
.copyright {
	padding-top: 10px;
	display: block;
	text-align: center;
	font-size: 8pt;
	font-weight: normal;
	color: #ffffff;
}
a:link {
	color: #ffb800;
	text-decoration: none;
}
a:visited {
	color: #ffb800;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


/* image positioning */

.imgleft {
	float: left;
	margin: 0px;
	padding: 0px 15px 3px 0px;
}
#imgcenter {
	margin: 0px auto 0px auto;
	padding: 0px 10px 3px 10px;
	text-align: center;
}
.imgrightcenter {
	margin: 0px auto 0px auto;
	padding-left: 10px;
	text-align: center;
}
.imgleftcenter {
	margin: 0px auto 0px auto;
	padding-right: 10px;
	text-align: center;
}
.imgright {
	float: right;
	margin: 0px;
	padding: 0px 0px 3px 15px;
}


/* page parts */

#header {
	width: 800px;
	height: 235px;
	background-color: #4267b7;
	background-image:url(images/header.jpg);
}
#menu_wrapper {
	width: 800px;
	height: 28px;
	background-color: #221717;
}
.menu_left {
	width: 410px;
	height: 28px;
	float: left;
	background-color: #221717;
	background-image:url(images/menu_bg_left.jpg);
	background-repeat: repeat-x;
}
.menu_right {
	width: 390px;
	height: 28px;
	float: right;
	background-color: #221717;
	background-image:url(images/menu_bg_right.jpg);
	background-repeat: no-repeat;
}
#contenttopper {
	width: 800px;
	height: 65px;
	float: right;
	background-color: #221717;
	background-image:url(images/body_bg_topright.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
#contentbox {
	width: 800px;
	background-color: #221717;
}
.content {
	padding: 0px;
	margin: 0px;
	width: 800px;
}
#leftcolumn {
	width: 600px;
	float: left;
	background-color: #221717;
}
.contentleft {
	margin: 0px;
	padding: 0px 50px 50px 50px;
}
#rightcolumn {
	width: 200px;
	float: left;
	background-color: #221717;
}
.contentright {
	margin: 0px;
	padding: 0px 50px 50px 0px;
}
.listheader {
	text-align: left;
	font-family: Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;
}
#services {
	padding-top: 20px;
	margin: 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ead9c6;
}
#services ul {
	padding-bottom: 20px;
	padding-left: 10px;
	margin: 0px;
	border: 0px;
	list-style-type: none;
}
#services li {
	padding-top: 3px;
	margin: 0px;
	border: 0px;
}
.bullet {
	margin-right: 5px;
	margin-bottom: 1px;
}
.listfooter {
	text-align: left;
	font-family: Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
}
.clear {
	clear: left;
}
#footer {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 800px;
	background-color: #634735;
	border-top: 1px solid #ffb800;
	vertical-align: top;
	text-align: center;
	color: #1e0b05;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}


/* iframe */

#framebox {
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	width: 700px;
	height: 600px;
	z-index: 8000;
	;
}
