body {
	margin:0;
	padding: 5px;
	font-family: verdana, tahoma, sans-serif;
	font-size: 11px;
	color: #000;
}

/* HEADER */

#header {
	position: relative;
	height: 83px;
	background: url("../img/layout/head_c.png") repeat-x;
	margin: 10px 0 0 0;
	padding:0;
}

#header_left {
	float: left;
	height: 83px;
	width: 3px;
	background: url("../img/layout/head_l.gif") no-repeat;
	margin:0;
	padding:0;
}

#header_right {
	float: right;
	height: 83px;
	width: 3px;
	background: url("../img/layout/head_r.gif") no-repeat;
	margin:0;
	padding:0;
}

#header_text1 {
	position: absolute;
	top: 23px;
	left: 170px;
	color: #1e3756;
	font-size: 18px;
	font-weight: bold;
}

#header_text2 {
	position: absolute;
	top: 43px;
	left: 200px;
	color: #5e7796;
	font-size: 14px;
	font-weight: bold;
}

#header_text1 a {
	color: #1e3756;
	text-decoration: none;
}
#header_text2 a {
	color: #5e7796;
	text-decoration: none;
}
#header_text2 a.external {
	color: #1e3756;
	text-decoration: none;
}

/* BORDER */

.border {
	height: 7px;
	background: url("../img/layout/border_c.gif") repeat-x;
	margin: 6px 0;
	padding:0;
	clear: both;
}

.border_left {
	float: left;
	height: 7px;
	width: 3px;
	background: url("../img/layout/border_l.gif") no-repeat;
	margin:0;
	padding:0;
}

.border_right {
	float: right;
	height: 7px;
	width: 3px;
	background: url("../img/layout/border_r.gif") no-repeat;
	margin:0;
	padding:0;
}

/* FOOTER */

.footer {
	height: 31px;
	background: url("../img/layout/footer_c.gif") repeat-x;
	margin: 3px 0;
	padding:0;
	clear: both;
	font-size: 10px;
	color: #b5b5b5;
}

.footer_left {
	float: left;
	height: 31px;
	background: url("../img/layout/footer_l.gif") no-repeat left top;
	margin:0;
	padding-top: 8px;
	padding-left: 10px;
	border: 1p solid blue;
}

.footer_right {
	float: right;
	height: 31px;
	background: url("../img/layout/footer_r.gif") no-repeat right top;
	margin:0;
	padding-top: 8px;
	padding-right: 10px;
	text-align: right;
}

/* COLUMNS */

#column_left {
	float: left;
}

#column_right {
	float: right;
}

.column_panel { 
	width: 201px;
	margin: 0 0 10px 0;
	padding: 0;
}

.column_panel h2{ 
	background: url("../img/layout/panel_t.gif") no-repeat;
	margin: 0;
	padding: 3px 8px;
	color: #fff;
	font-size: 12px;
}

.column_panel .contents { 
	border-left: 1px solid #b5b5b5;
	border-right: 1px solid #ccc;
	background: #fcfcfc url("../img/layout/panel_bg.gif") repeat-x;
	padding: 7px 4px;
}

.column_panel .panel_bottom { 
	width: 201px;
	height: 3px;
	background: url("../img/layout/panel_b.gif") no-repeat bottom center;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 1px;
}

* html .column_panel .panel_bottom { 
	width: 203px;
}

#column_center { 
	padding: 0 220px;
}

/* CONTENTS */

.column_panel ul {
	border: none;
	margin: 0;
	padding: 0;
	list-style-image: url("../img/layout/li.gif");
	list-style-position: inside;
}

#column_center .div_h1 { 
	background: url("../img/layout/main_head_c.gif") repeat-x;
	height: 31px;
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 1px;
}

#column_center .div_h1 .h_l{ 
	float: left;
	background: url("../img/layout/main_head_l.gif") no-repeat;
	margin: 0;
	padding: 0;
	height: 31px;
	width: 3px;
	font-size: 1px;
}

#column_center .div_h1 .h_r{ 
	float: right;
	background: url("../img/layout/main_head_r.gif") no-repeat;
	margin: 0;
	padding: 0;
	height: 31px;
	width: 3px;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 1px;
}

* html #column_center .div_h1 .h_r{ 
	right: -1px;
}

#column_center h1{ 
	margin: 0;
	padding: 6px 0 0 10px;
	height: 31px;
	color: #fff;
	font-size: 14px;
}

#column_center .start_paragraph {
	height: 3px;
	background: url("../img/layout/p_t.gif") repeat-x;
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 1px;
}

#column_center .start_paragraph_l {
	float: left;
	height: 3px;
	width: 3px;
	background: url("../img/layout/p_tl.gif") no-repeat;
	margin:0;
	padding:0;
	font-size: 1px;
}

#column_center .start_paragraph_r {
	float: right;
	height: 3px;
	width: 3px;
	background: url("../img/layout/p_tr.gif") no-repeat;
	margin:0;
	padding:0;
	font-size: 1px;
}

#column_center .stop_paragraph {
	height: 3px;
	background: url("../img/layout/p_b.gif") repeat-x;
	margin: 0 0 5px 0;
	padding:0;
	font-size: 1px;
}

#column_center .stop_paragraph_l {
	float: left;
	height: 3px;
	width: 3px;
	background: url("../img/layout/p_bl.gif") no-repeat;
	margin:0;
	padding:0;
	font-size: 1px;
}

#column_center .stop_paragraph_r {
	float: right;
	height: 3px;
	width: 3px;
	background: url("../img/layout/p_br.gif") no-repeat;
	margin:0;
	padding:0;
	font-size: 1px;
}

#column_center .paragraph { 
	border-left: 1px solid #b5b5b5;
	border-right: 1px solid #ccc;
	background: #fcfcfc url("../img/layout/p_bg.gif") repeat-x top;
	margin:0;
	padding: 7px 4px;
	overflow:auto;
}

* html #column_center .paragraph {
	zoom: 1;
}

/****/


.center {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

img {
	border: none;
}

img.left {
	margin-right: 15px;
}

img.right {
	margin-left: 15px;
}

a {
	text-decoration: none;
	color: #e62339;
}

a:hover {
	text-decoration: underline;
	color: #e62339;
}

fieldset {
	border: none;
}

input, textarea, select {
	border: 1px solid #bbb;
	font-family: inherit;
	font-size: inherit;
}

button, .buttonx {
	width: 150px;
	height: 22px;
	background: url("../img/layout/btn.gif");
	color: #fff;
	font-size: 11px;
	border: none;
}

button:hover, .buttonx:hover {
	background: url("../img/layout/btn_h.gif");
}

h3 {
	color: #fff;
	background: #326399;
	border-top: 1px solid #8499aa;
	border-bottom: 1px solid #1e3756;
	font-size: 12px;
	padding: 2px;
	margin: 5px 0;
}

h4 {
	text-align: center;
	color: #326399;
	border-top: 1px solid #8499aa;
	border-bottom: 1px solid #1e3756;
	font-size: 11px;
	padding: 2px;
	margin: 7px 5px;
}

table {
	border-collapse: collapse;
	width: 100%;
}

td {
	vertical-align: top;
}