@charset "UTF-8";

body {
	margin:0px;
	padding:0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
}

/*header*/

.header {
	width:100%;
	height:80px;
	background-color:#000000;
    border-bottom:solid grey 4px;
}

.header_container {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

.header_name {
	color:white;
	font-size:30px;
	margin-top:20px;
	float:left;

}

.header_right {
	color:white;
	font-size:30px;
	margin-top:20px;
	float:right;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
}

.logo_image {
	width:255px;
	height:75px;
	margin-left:10px;
	margin-top:15px;
	float:left;
	background-image: url(../images/logo.gif);
}

.nav_block {
	float:right;
	height:80px;
}

.nav_block a {
	color:white;
	text-decoration:none;
}

.nav_button {
	margin-left:20px;
	float:left;
	height:100%;
}

.nav_button_active {
	margin-left:20px;
	float:left;
	height:100%;
	background-color:red;
}

.nav_button_text {
	margin-left:10px;
	margin-right:10px;
	position: relative;
    top: 50%;
    transform: translateY(-50%);
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:center;
}

.nav_button:link {
	text-decoration:none;
}

.nav_button:hover {
	text-decoration:none;
	background-color:#333333;
}

.header_button {
	height:80px;
	float:right;
	color:white;
}

.header_button_text {
	margin-left:10px;
	margin-right:10px;
	position: relative;
    top: 50%;
    transform: translateY(-50%);
	color:white;
	font-size:25px;
	text-align:center;
}

.header_button:link {
	text-decoration:none;
}

.header_button:hover {
	text-decoration:none;
	background-color:#333333;
}


/*body*/

.content {
	margin-left:auto;
	margin-right:auto;
	width:950px;
	margin-bottom:100px;
	
}

.content_container {
	margin-top:50px;
	margin-bottom:50px;
	width:900px;
}

.content_container_up {
	font-size:35px;
	color:.000000;
	margin-bottom:20px;
	margin-top:20px;
	/*font-style: italic;*/
}

.content_container_bottom {
	font-size:20px;
	color:#333333;
}

.content_right {
	color:#333333;
	float:right;
	font-size:18px;
	margin-top:-14px;
	width:200px;
}

table {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	text-align: left;
	border-collapse: separate;
	border-spacing: 5px;
	background: #ECE9E0;
	color: #656665;
	border: 16px solid #ECE9E0;
	border-radius: 20px;
}
th {
	font-size: 10px;
	padding: 5px;
}
td {
	background: #fdffad;
	padding: 5px 50px 0px 10px;
}

.tdcenter {
	text-align: center;
	min-width:10px;
}



/*footer*/

.footer {
	border-top:solid grey 4px;
	width:100%;
	height:120px;
	background-color:black;
	margin-top:50px;
	color:green;
	position:relative;
}

.footer_container {
	height:90px;
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

.footer_content {
	width:400px;
	float:left;
	margin-right:40px;
	margin-top:10px;
}

.footer_content_header {
	font-size:25px;
	color:#FFFFFF;
	width:400px;
	/*font-style: italic;*/
}

.footer_content_lower {
	font-size:18px;
	color:#CCCCCC;
	width:400px;
	line-height:1.5;
}

.footer_content_right {
	float:right;
	margin-top:20px;
	width:400px;
}

.footer_content_right a {
	color:white;
	text-decoration:none;
	margin-left:10px;
}