body {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Arial";
	background-image:url(images/img_body_bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#FFFFFF;
	font-size:12px;
	line-height:16px;
	color:#333333;
}

.outside_wrapper {
	background-image:url(images/img_header_repeat.gif);
	background-repeat:repeat-x;
}

.wrapper {
	width:996px;
	margin:0 auto;
}

.clear {
	clear:both;
	width: 100%;
	height: 0px;
	line-height:0px;
	font-size: 0px;
	padding: 0;
	margin: 0;
	border: none;
	overflow:hidden;
}

.header {
	background-image:url(images/img_header.gif);
	height:143px;
}

.middle_page {
	padding:18px;
	margin:0;
}

.left_content {
	width:240px;
	float:left;
}

.left_content .block {
	margin-bottom:20px;
}

.left_content #block-user-1 {
	background-image:url(images/img_menu_top.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding:18px 0 0 0;
}

.left_content #block-user-1 .content {
	padding:0 0 18px 0;
	background-image:url(images/img_menu_btm.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}

.left_content .menu {
	list-style:none;
	list-style-image:none;
	background-color:#00A1DE;
	margin:0;
	padding:0;	
}

.left_content .menu .menu {
	background-image:none;
}

.left_content .menu li {
	list-style:none;
	list-style-image:none;

	background-color:#00A1DE;
	padding:0 12px;
	margin:0;
}

.left_content .menu li a {
	color:#FFFFFF;
	border-bottom:1px solid #32A9E2;
	display:block;
	padding:8px 0 8px 12px;
	text-decoration:none;
    background-image:url(images/img_arrow.gif);
	background-repeat:no-repeat;
	background-position:0 12px;
}

.left_content .menu li.first a {
	padding-top:0;
	background-position:0 4px;
}

.left_content .menu li.last a {
	background-position:0 12px;
	border-bottom:none;
	padding-bottom:0;
}

.left_content .menu li a.active, .left_content .menu li a.active-trail {
	background-image:url(images/img_arrow_over.gif);
	color:#333333;
}

.left_content .menu li a:hover {
	background-image:url(images/img_arrow_over.gif);
}



.main_content {
	width:720px;
	float:right;
}

.main_content .content_container_top {
	background-image:url(images/img_content_top.gif);
	background-repeat:no-repeat;
	height:18px;
	margin:0 0 0 30px;
}

.main_content .content_container {
	margin:0 0 0 30px;
	padding:30px 50px 12px 50px;
	background-color:#FFFFFF;
}

.main_content .content_container_btm {
	background-image:url(images/img_content_btm.gif);
	background-repeat:no-repeat;
	height:18px;
	margin:0 0 0 30px;
}

.main_content .content_container a {
	color:#63b1e5;
	text-decoration:none;
	}
	
.main_content .content_container a:hover {
	text-decoration:underline;
	}

h1 {
	font-size:28px;
	color: #d52b1e;
	line-height:32px;
	margin:0 0 36px 0;
	font-weight:normal;
}

h2 {
	font-size:18px;
	line-height:24px;
	color:#00a1de;
	margin:32px 0 12px 0;
	font-weight:normal;
}

h3 {
	font-size:16px;
	line-height:20px;
	color:#00a1de;
	margin:32px 0 8px 0;
}

h3 {
	font-size:14px;
	line-height:16px;
	color:#00a1de;
	margin:32px 0 8px 0;
}

h4 {
	font-size:12px;
	line-height:16px;
	color:#333333;
	margin:32px 0 8px 0;
}

h5 {
	font-size:10px;
	line-height:12px;
	color:#00a1de;
	margin:32px 0 8px 0;
}

h6 {
	font-size:10px;
	line-height:12px;
	color:#333333;
	margin:32px 0 8px 0;
}


p {
	font-size:12px;
	line-height:16px;
	margin:0 0 16px 0;
}

ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	margin:32px 12px;
}

ul li {
	list-style-image:none;
	list-style-position:outside;
	margin:12px;
}

ul li ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:circle;
	margin:8px 0 24px 12px;
	font-size:11px;
}

ol {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:decimal;
	margin:32px 12px;
}

ol li {
	list-style-image:none;
	list-style-position:outside;
	margin:12px;
}

ol li ol {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:lower-alpha;
	margin:8px 0 24px 12px;
	font-size:11px;
	}

hr {
	height:1px;
	border:none;
	background-color:#A9B3B1;
	margin:20px 0;
}

.footer {
	margin:32px 0 0 0;
	border-top:1px solid #a9b3b1;
	padding:10px 0;
	color:#a9b3b1;
}

.footer p {
	font-size:10px;
	margin:0;
}

.form-wrapper p {
	margin:40px 0;
	font-weight:bold;
}

.form-item {
	margin:20px 0;	
}

.form-item .form-label {
	margin-bottom:8px;
}

.form-item #comments {
	width:300px;
	height:150px;
}	