html, body {
	margin: 0;
	padding: 0;
	font: 12px Arial;
	background: #838383;
	color: #111111;
	line-height:150%;
	height: 100%;
}

a {
	color: #0000ff;
	text-decoration: underline;
}

a:hover {
	color: #0000ff;
	text-decoration: none;
}

.bodywrap {
	width: 950px;
	margin: 0 auto;
	position:relative;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background: #ffffff url("images/content.jpg") repeat-y;
}

.contentwrap {
	width: 950px;
	margin: 0 auto;
}

.header {
	width: 950px;
	height: 95px;
	background: #ffffff url("images/header.jpg") no-repeat;
	position: relative;
}

.logo {
	width: 162px;
	height: 38px;
	background: url("images/logo.jpg") no-repeat;
	position: absolute;
	top: 10px;
	left: 31px;
}

.logo a {
	display: block;
	width: 162px;
	height: 38px;
}

.navigation_header {
	position: absolute;
	top: 59px;
	right: 23px;
}

.navigation_footer {
	position: absolute;
	top: 13px;
	left: 25px;
}

.navigation {
	list-style: none;
	white-space: nowrap;
	padding: 0;
	margin: 0;
}

.navigation li {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
}

.navigation li a {
	display: block;
	padding: 0 10px;
	float: left;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
}

.navigation li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.content {
	width: 670px;
	padding: 10px 0;
	margin: 0 30px;
}

.content h1 {
	
}

.content p {
	margin: 10px 0;
}

.content ul, .content ol {
	margin: 15px 0 15px 20px;
}

.sidebar {
	float: right;
	width: 180px;
	margin-right: 30px;
	margin-bottom: 70px;
	list-style: none;
	padding: 0;
}

.sidebar h2 {
	padding: 0;
	margin: 0;
}

.sidebar li {
	list-style: none;
	padding: 20px;
	margin: 0;
	background-color: #dddddd;
}

.sidebar li ul {
	list-style: none;
	padding: 0;
	margin: 0;	
}

.sidebar li ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer {
	width: 950px;
	height: 68px;
	background: #ffffff url("images/footer.jpg") no-repeat;
	position:absolute;
	bottom:0; /* stick to bottom */
}

.footer_copyright {
	position: absolute;
	top: 40px;
	left: 35px;
	color: #ffffff;
}

.footer_copyright a {
	color: #ffffff;
	text-decoration: none;
}

.footer_copyright a:hover {
	color: #ffffff;
	text-decoration: underline;
}

form {
	line-height: 17px;
}

fieldset {
	margin-top: 15px;
}

legend {
	font-size: 15px;
}


input[type=text], input[type=password] {
	width: 150px;
	font-size: 10px;
	margin: 2px 0;
	background-color: #ffffff;
	border: 1px solid #b9b9b9;
	padding: 5px 2px;
}

input[type=checkbox] {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

.block {
	display: block;
}

.float_right {
	float: right;
}

.float_left {
	float: left;
}

.clearall {
	clear: both;
}

.error {
	color: #ff0000;
}

table {
	margin: 10px 0;
}

td {
	padding: 3px;
}

.label, .label_small, .label_big, .label_medium {
	float: left; 
	text-align: right; 
	padding-right: 5px;
	font-weight: bold;
	font-size: 12px;
	padding-top: 5px;
}

.label {
	width: 150px;
}

.label_small {
	width: 100px;
}

.label_medium {
	width: 125px;
}

.label_big {
	width: 200px;
}

.form_row {
	padding: 5px 0px 0px 0px;
}

.inline {
	display: inline;
	font-weight: normal;
	font-size: 12px;
}

.form_text {
	background-color: #ffffff;
	border: 1px solid #dddddd;
	padding: 3px;
}

input[type="submit"], input[type="reset"], input[type="button"] {
	border: 1px solid #cccccc;
	padding: 3px 5px;
	background-color: #f3f3f3;
	color: #333333;
	cursor: pointer;
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	border: 1px solid #565656;
	color: #000000;
}

.form_link {
	font-size: 12px;
}