html, body {
	margin: 0;
	padding: 0;
	background: #dfdfdf url("images/sqbg.jpg") repeat;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
}

#top {
	width: 100%;
	height: 100px;
	margin: 0;
	background-color: #fff;
}

#topbg {
	margin: 0;
	height: 6px;
	width: 100%;
	background: #fff url("images/topbg.png") repeat-x;
}

#topwrapper {
	width: 980px;
	height: 94px;
	margin: 0 auto 0 auto;
	background-color: #fff;
}

#logo {
	padding-top: 5px;
	border: 0;
}

#contactbox {
	padding-top: 10px;
	float: right;
	font-size: 10pt;
}

#contactbox td.title {
	color: #606060;
}

#contactbox td.value {
	color: #7f4141;
	font-weight: bold;
}

#menuline {
	width: 100%;
	height: 49px;
	margin:0;
	background: #747474 url("images/topbottombg.png") repeat-x;
	background-position: top;
}

#menulinetop {
	width: 100%;
	height: 12px;
	margin: 0 auto 0 auto;
}

#menubar {
	width: 980px;
	height: 37px;
	margin: 0 auto 0 auto;
	background: #000 url("images/menubar-black.png") repeat-x;
	list-style: none;
	text-align: center;
}

#menubar ul {
	padding: 0;
	margin: 0;
/*	margin-left: 250px; */
	padding-top: 1.5ex;
}

#menubar li {
	display: inline;
	background: url("images/menubar_sep-black.png") 100% 0 no-repeat;
	color: #fff;
	height: 37px;
	font-size: 10pt;
	font-weight: bold;
	font-family: vera, sans, sans-serif;
	padding-left: 2ex;
	padding-right: 2em;
}

#menubar li.last {
	background: none;
	padding-right: 2ex;
}

#menubar li.selected {
	background: #19438d url("images/menubar_selected.png") 0 0 repeat-x;
	padding-top: 1.3ex;
	padding-bottom: 1.3ex;
	margin-left: -1ex;
}

#menubar li a {
	color: #fff;
	text-decoration: none;
}

#menubar li a:hover {
	color: #e22;
}

#content {
	width: 978px;
	height: 100%;
	margin: 0 auto 0 auto;
	background: #fff url("images/leftbg.png") repeat-y;
	background-position: left;
	
	border: 1px solid #aaa;
	border-top: 0;

	display: table;
}

#real_content {
	margin-left: 260px;
	padding: 0;
	padding-top: 3.5em;
	padding-bottom: 3em;
	margin-right: 50px;
	background-color: #fff;
	color: #444;
}

#real_content h1 {
	padding-top: 0;
	padding-bottom: 0.6em;
	margin-top: 0;
	color: #c60c30;
	font-size: 18pt;
	font-weight: normal;
	font-family: sans-serif;
}

#real_content h2 {
	font-family: sans-serif;
	font-size: 14pt;
}

#real_content form table th {
	text-align: left;
	vertical-align: top;
	padding-right: 1em;
}

#real_content input,
#real_content textarea {
	border: 1px solid #aaa;
}

#leftmenu {
	padding-top: 2em;
	padding-left: 25px;
	float: left;
	width: 210px;
	font-size: 10pt;
	list-style: none;
}

#leftmenu li.title {
	width: 185px;
	background: url("images/lefttitlebg.png") repeat-y;
	font-size: 12pt;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #303030;
	font-family: Verdana;
	font-weight: bold;
}

#leftmenu li {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#leftmenu ul {
	list-style: none;
	padding-left: 0;
	margin-top: 0;
}

#leftmenu ul li {
	padding-left: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
}

#leftmenu ul li:hover {
	background: url("images/leftentryhover.png") repeat-y;
	cursor: pointer;
}

#leftmenu ul li a {
	color: #000;
	text-decoration: none;
}

#footer {
	width: 978px;
	height: 1em;
	margin: 0.8em auto 0.8em auto;
	border: 1px solid #aaa;

	text-align: center;
	font-size: 8pt;

	background-color: #fff;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

table.borderless {
	border: 0;
}
