@charset "UTF-8";
/* CSS Document */

html, body {
	color: #000000;
	font-size: 12px;
	line-height: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #48513D;
	margin: 0;
	padding: 0
	}

.hide {
	display: none;
	}

/*-----------* COMMON ELEMENTS *-----------*/

b {
	font-size : 12px;
	line-height : 19px;
	font-weight: bold;
	}

p  {
	font-size: 12px;
	line-height: 17px
	}

li {
	line-height: 17px;
	}

br {
	line-height: 17px;
	}

/*-----------* LINK OPTIONS *-----------*/

a:link  {
	text-decoration: underline
	}

a:visited  {
	text-decoration: underline
	}

a:hover  {
	text-decoration: none;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0
	}

a:active  {
	text-decoration: none
	}

/*-----------* TEXT SIZES *-----------*/

.small_text {
	font-size : 10px;
	line-height : 15px;
	}

.title  {
	font-size : 17px;
	line-height : 22px;
	font-weight: bold;
	}

.title_banner  {
	color: #000000;
	font-size: 17px;
	background-color: #c7cdbf;
	position: relative;
	left: -6px;
	margin-bottom: 17px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	}

/*-----------* IMAGES *-----------*/

.header_image {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left 0;
	margin-bottom: 15px;
	height: 214px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #333333;
	background-color: #48513D;
	}

.header_short_image {
	background-image: url(../images/header_short.jpg);
	background-repeat: no-repeat;
	background-position: left 0;
	margin-bottom: 15px;
	height: 120px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #333333;
	background-color: #48513D;
	}
	
.print_image {
	display: none;
	}

.center_image {
    margin-bottom: -3px;
    }	

/*-----------* LIST VARIANTS *-----------*/

.arrow li {
	list-style-image: url(../images/arrow.gif);
	list-style-position: outside;
	display: list-item;
	margin-left: -15px;
	margin-bottom: 5px;
	}

.no_dot li {
	display: list-item;
	margin-left: -25px;
	margin-bottom: 5px;
	list-style-type: none;
	}

.line li {
	list-style-position: outside;
	display: list-item;
	margin-left: -40px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c7cdbf;
	list-style-type: none;
	padding-bottom: 5px;
	}

.navlist {
	font-size: 10px;
	font-weight: bold;
	margin-top: -34px;
	margin-right: 10px;
	float: left;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	}

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

.navlist li a {
	text-decoration: none;
	background: #c7cdbf;
	margin-left: 1px;
	padding: 3px 0.5em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-left-color: #333333;
	}

.navlist li a:link {
	color: #336600
	}

.navlist li a:visited {
	color: #336600
	}

.navlist li a:hover {
	color: #c7cdbf;
	background: #48513D;
	border-color: #000000
	}

.navlist li a#current {
	background: #FFFFFF
	}

/*-----------* BOXES *-----------*/

.box {
	border: 1px solid #336600;
	}

.grey_box {
	background-color: #c7cdbf;
	left: -6px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	margin-top: 7px;
	margin-bottom: 7px;
	}

.grey_line {
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c7cdbf;
	padding-left: 10px;
	padding-right: 5px;
	}
	
.red_box {
	border: 1px solid #FF0000;
	padding: 10px;
	}

/*-----------* LAYOUT *-----------*/

#container {
	background-color: #FFFFFF;
	margin-top: 25px;
	margin-right: 100px;
	margin-left: 100px;
	border: 1px solid #FFFFFF
	}

#content {
	float: left;
	width: 65%;
	padding-top: 5px;
	padding-left: 10px
	}

#right_column {
	width: 30%;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c7cdbf;
	padding-left: 10px;
	padding-right: 5px;
	}

#right_column_tool {
	width: 30%;
	float: right;
	padding-left: 5px;
	padding-right: 5px;
	}

#footer {
	color: #999999;
	padding-top: 20px;
	width: 100%;
	clear: both;
	font-size: 9px;
	}
