@import url("/media/css/reset.screen.css");

/* standardized element styling */

body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #686868;
}

a {
	text-decoration: none;
}
.article_view p {
	margin-bottom:1em;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0px;
}
h1 {
	color: #d02100 !important;
	padding-bottom:5px;
	margin:5px 0;
	font-size:23px;
	line-height:28px;
	font-weight: normal;
}
h3 {
	color: #636363;
	padding:0 0 5px 0;
	border-bottom:2px solid #c4bcab;
	margin:0px 0 10px 0;
	font-size:12px;
	color: #4d4545;
}
		
input,
textarea,
select,
option {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}

/* standardized classes */

.nodisp { display: none; } /* compatibility reasons - used by 301 register */

.d-none { display: none; }
.d_none { display: none; }
.d_block { display: block; }
.d_inline { display: inline; }

.fl_left { float: left; }
.fl_right { float: right; }
.fl_clear,
.fl_clear_l,
.fl_clear_r {
  display: block;
  height: 1px; font-size: 1px;
  overflow: hidden;
  visibility: hidden;
  clear: both;
}
.fl_clear_l {
  clear: left;
}
.fl_clear_r {
  clear: right;
}

.ta_left { text-align: left !important; }
.ta_right { text-align: right !important; }
.ta_justify { text-align: justify !important; }
.ta_center { text-align: center !important; }

.fw_bold {	font-weight: bold !important; }
.fs_italic { font-style: italic !important; }

/* misc */
.nowrap { white-space: nowrap; }

.cur_help { cursor: help; }

/* standardized page elements setup */

.page {
	text-align: left;
	width:1000px;
	margin: auto auto;
	font-size:12px;
	line-height:18px;
}

		.page_head {
			height: 200px;
			display: inline-block;
		}
		
		
		.page_content {
		}
			.page_content .col_l {
				width: 650px;
				float: left;
				margin-right:20px;
			}
			
			.page_content .col_r {
				width: 330px;
				float: left;
				text-align: justify;
			}
