body {
	margin: 0px;
	margin-top: 15px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	background: #405c86 url("images/background.gif") repeat-x top;
	color: #333;
	line-height: 1.3em;
}

div#centerall {
	margin: 15px auto;
	width: 782px;
}

div#imagebanner {
	background: transparent url("images/top_banner.jpg") no-repeat;
	width: 782px;
	height: 131px;
}

div#centerall div#content {
	background: #2a4570 url("images/content_bg2.gif") repeat-y;
	display: block;
}

a:link {
	color: #0b78c1;
}

a:hover {
	color: #0366a8;
	background: #dbf1ff;
}

h1 {
	margin: 0px;
	padding: 0px;
}

h1 a {
	display: block;
	height: 87px;
	background: transparent url("images/title.gif") left top no-repeat;
}

h1 a:hover {
	background: transparent url("images/title.gif") left bottom no-repeat;
}

h1 a span {
	display: none;
}

div.pusher {
	display: block;
	clear: both;
	height: 1px;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	margin-top: -1px;
}


div#leftmenu {
	width: 146px;
	float: left;
	padding: 15px 0px 0px 24px;
}

div#center {
	float: left;
	width: 412px;
	padding: 15px 15px 0px 15px
}

div#rightmenu {
	width: 146px;
	float: right;
	padding: 15px 24px 0px 0px;
}

div#leftmenu h3,
div#rightmenu h3 {
	font-size: 1.2em;
	margin: 0px 0px .5em 0px;
	padding: 0px;
	color: #333;
}

div#leftmenu ul,
div#rightmenu ul{
	list-style: none;
	padding: 0px;
	margin: 0px 0px 1.5em;
}

div#leftmenu ul li,
div#rightmenu ul li {
	margin-bottom: .25em;
}

div#footer_top {
	background: transparent url("images/footer_top.jpg") no-repeat bottom left;
	height: 60px;
}

div#footer_bottom {
	background: #22395c url("images/footer_bottom.jpg") no-repeat bottom left;
	padding-bottom: 40px;
}

div#footer_bottom p {
	margin: 0px 0px .5em 0px;
	color: #6887b6;
	text-align: center;
}

/* =============================== */

h2 {
	margin: .15em 0px 1em 0px;
	padding: 0px;
	font-size: 1.5em;
	line-height: 1.2em;
}

input.text {
	width: 100%;
}

label {
	text-align: right;
	display: block;
}

textarea {
	width: 100%;
}

input.profile_button {
	padding: 5px 10px;
}