/* CSS Document */

body {
	background: #FFFFFF;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0;
}

.header {
	background-image: url(img/header_img.gif);
	background-repeat: no-repeat;
	background-position: right;
}

h1 {
	font-size: 18px;
	display: inline;
	margin: 0;
	padding: 2px 0px 2px 0px;
	font-weight: 700;
	color: #FF0000;
}

h2 {
	display: inline;
	margin: 0;
	color: #ffffff;
}
	
a {
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

a:hover {
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

.big_link a {
	font-size: 18px;
	color: #ff0000;
	text-decoration: underline;
}

.big_link a:hover {
	font-size: 18px;
	color: #ff0000;
	text-decoration: underline;
}

.menu {
	text-align: left;
	position: relative;
	float: right;
	width: 430px;
	height: auto;
}

.boxTop { background: url(img/box_top.gif) top left repeat-x; background-color: #FFFFFF; height: auto; width: 100%;	}
.boxLeft { background: url(img/box_left.gif) top left repeat-y; height:auto; width: 100%;	}
.boxRight { background: url(img/box_right.gif) top right repeat-y; height:auto; width: 100%;	}
.boxBottom { background: url(img/box_bottom.gif) bottom left repeat-x; height: auto; width: 100%; z-index: 10;	}
.tl {	background: url(img/box_top_left.gif) top left no-repeat;	}
.tr {	background: url(img/box_top_right.gif) top right no-repeat;	}
.bl {	background: url(img/box_bottom_left.gif) bottom left no-repeat; z-index: 100;	}
.br {	background: url(img/box_bottom_right.gif) bottom right no-repeat; padding: 20px 10px 20px 10px; z-index: 100;	}

.box2Top { background: url(img/box2_top.gif) top left repeat-x; background-color: #ececec; height: auto; width: 100%;	}
.box2Left { background: url(img/box2_left.gif) top left repeat-y; height:auto; width: 100%;	}
.box2Right { background: url(img/box2_right.gif) top right repeat-y; height:auto; width: 100%;	}
.box2Bottom { background: url(img/box2_bottom.gif) bottom left repeat-x; height: auto; width: 100%; z-index: 10;	}

.tl2 {	background: url(img/box2_top_left.gif) top left no-repeat;	}
.tr2 {	background: url(img/box2_top_right.gif) top right no-repeat;	}
.bl2 {	background: url(img/box2_bottom_left.gif) bottom left no-repeat; z-index: 100;	}
.br2 {	background: url(img/box2_bottom_right.gif) bottom right no-repeat; padding: 10px 15px 10px 15px; z-index: 100;	}

.cointainer {
	position: relative;
	height: auto;
	width: 100%;
}

.right_column {
	width: 230px;
	height: auto;
	position: relative;
	right: -10px;
	float: right;
	background-color: #FF0000;
	color: #ffffff;
}

.right_column2 {
	width: 229px;
	height: auto;
	position: relative;
	right: -9px;
	float: right;
	background-color: #d4d4d4;
	color: #000000;
}

.right_column_label {
	width: 100%;
	height: auto;
	position: relative;
	right: 0px;
	float: right;
	color: #000000;
	font-size: 16px;
	font-weight: 700;
}

.right_column_top { background: url(img/column_box_top.gif) top left no-repeat; }
.right_column_bottom { background: url(img/column_box_bottom.gif) bottom left no-repeat; padding: 10px 10px 10px 20px; }

.right_column_top2 { background: url(img/column_box_top2.gif) top left no-repeat; }
.right_column_bottom2 { background: url(img/column_box_bottom2.gif) bottom left no-repeat; padding: 10px 10px 10px 20px; }

input.text {
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 3px;
}

select {
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 2px;
}

ul {
	margin: 0;
	padding-left: 19px;
	padding-top: 0px;
	list-style-image: url(img/bullet.gif);
}

div.hr {
	padding-top: 5px;
	height: 1px;
	background: #fff url(img/sep_hor.gif) repeat-x scroll center;
}

div.hr hr {
	display: none;
	visibility: hidden;
}

.important {
	position: relative;
	width: auto;
	height: auto;
	border: 1px solid #e78123;
	padding: 5px; 
}

br {
	clear: both;
}

label
{
	padding: 0;
	margin: 0;
	width: 80px;
	float:left;
	
}

input
{
	padding: 0;
	margin: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
