@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #777777;
	background-image: url(../images/bk_body.jpg);
	background-repeat: repeat-x;
	background-color: #D7D7D7;
}
h1 {
	font-size: 1.8em;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
h2 {
	font-size: 1.8em;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #01659F;
	font-weight: normal;
}
h3 {
	font-size: 1.4em;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #669900;
	font-weight: normal;
}
h4 {
	font-size: 1.2em;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	color: #555;
	float: none;
	clear: both;
}
p {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
a {
	color: #918159;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul {
	margin-right: 20px;
	margin-left: 50px;
	margin-bottom: 10px;
}
ol {
	margin-right: 20px;
	margin-left: 50px;
	margin-bottom: 10px;
}
li {
	margin-top: 5px;
	margin-bottom: 5px;
}
em {
	font-style: normal;
}
ul.bullet_icons {
	margin-left: 35px;
	margin-top: 10px;
}
ul.bullet_icons li  {
	background-image: url(../images/ico_arrow.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: left center;
	list-style-type: none;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
div.hr {
	height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-bottom: 10px;
	clear: both;
	margin-top: 10px;
	margin-right: 25px;
	margin-left: 25px;
}
div.hr hr {
	display: none;
	width: 0px;
}
#container #content .left_column .line{
	margin-left: 25px;
	width: 525px;
	height: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(../images/bk_rule.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.align_left {
	text-align: left;
}
.align_center {
	text-align: center;
}
.align_right {
	text-align: right;
}
.align_justify {
	text-align: justify;
}
.alternative_content {
	font-size: 0em;
	margin-left: -9999px;
}
.show_element {
	display: block;
}
.hide_element {
	display: none;
}
.clearer {
	clear: both;
}
div.clearer {
	font-size: 0em;
	height: 0px;
}
.float_right {
	float: right;
}
img.float_right {
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.float_left {
	float: left;
}
img.float_left {
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.font_small {
	font-size: 0.8em;
}
.font_medium {
	font-size: 1em;
}
.font_large {
	font-size: 1.2em;
}
.alert_error {
	background-color: #EAC7C6;
	border: 1px solid #990033;
	margin: 20px;
	color: #660000;
	background-image: url(../images/alert_error.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
}
.alert_success {
	background-color: #CFE59C;
	border: 1px solid #67A729;
	margin: 20px;
	color: #466F20;
	background-image: url(../images/alert_success.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
}
.alert_warning {
	background-color: #FEFFCB;
	border: 1px solid #FFCC33;
	margin: 20px;
	color: #CC9900;
	background-image: url(../images/alert_warning.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
}
.alert_information {
	background-color: #D3EEFF;
	border: 1px solid #99CCFF;
	margin: 20px;
	color: #1E4983;
	background-image: url(../images/alert_information.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
}
.wrapper {
	float: left;
	width: 100%;
}
.left_column, .right_column, .center_column, .left_column div, .right_column div, .center_column div {
	float: left;
}
.left_column div, .right_column div, .center_column div {
	float: left;
	width: 100%;
}
.left_column  div.alert_success, .left_column  div.alert_error{
	float: none;
	width: auto;
}
.indent strong {
	color: #777;
}
.indent .italic {
	color: #959595;
}

