/* ******************************************************
   Base Definition 
   ****************************************************** */
html {
	width: 100%;
	height: 100%;
}

body {
	background-color: #a7a9ac;
	height: 100%;
	width: 100%;
	margin: 0px;
}

/* ******************************************************
   Container Definitions 
   ****************************************************** */
.main_container {
	width: 775px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../gui/background_2.gif);
}

.head_container {
	padding-top: 7px;
	padding-right: 23px;
	background-image: url(../gui/background_1.gif);
}

.cont_container {
	background-image: url(../gui/background_2.gif);
}

/* ******************************************************
   Header Images 
   ****************************************************** */
.logo {
	width: 218px;
	height: 195px;
	overflow: hidden;
	margin-left: 534px;
}

.head_image {
	width: 524px;
	position: absolute;
	left: 10px;
	top: 130px;
	height: 72px;
	background-image: url(../gui/header_image_01.gif);
}

.copyright {
	width: 5px;
	position: absolute;
	left: 770px;
	top: 17px;
	height: 130px;
}

/* ******************************************************
   Main Navigation 
   ****************************************************** */

.head_navigation {
	width: 372px;
	position: absolute;
	left: 160px;
	top: 16;
	height: 110px;
}

.head_navigation ul, .head_navigation li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	clear: both;
line-height: 17px;
	display: inline;
}

.head_navigation a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	position: relative;
	width: 369px;
	float: left;
	clear: left;
	background-color: #FFD200;
	padding-left: 5px;
	font-size: 12px;
	line-height: 17px;
}

.head_navigation a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
}

.head_navigation a.selected {
	text-decoration: none;
	color: #000000;
	background-color: #d1d3d4;
}

/* ******************************************************
   Main Navigation 2
   ****************************************************** */

.head_navigation_2 {
	width: 100px;
	position: absolute;
	left: 25px;
	top: 7px;
	height: 110px;
}

.head_navigation_2 ul, .head_navigation_2 li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	clear: both;
	line-height: 17px;
	display: inline;
}

.head_navigation_2 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	position: relative;
	width: 123px;
	clear: both;
	float: left;
	background-color: #FFD200;
	padding-left: 10px;

}

.head_navigation_2 a:hover{
	text-decoration: none;
	color: #FFFFFF;

}

.head_navigation_2 a.selected{
	text-decoration: none;
	color: #000000;
	background-color: #d1d3d4;
}

/* ******************************************************
   Subnavigation
   ****************************************************** */
.sub_navigation {
	width: 100px;
	position: absolute;
	left: 25px;
}

.sub_navigation ul, .sub_navigation li  {
	list-style-type: none;
	clear: both;
	margin: 0px;
	padding: 0px;
	line-height: 17px;
	display: inline;
}

.sub_navigation a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	position: relative;
	width: 125px;
	clear: both;
	float: left;
	background-color: #FFD200;
	padding-left: 10px;
}

.sub_navigation a:hover{
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
}

.sub_navigation a.selected{
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
}

/* ******************************************************
   Main Content
   ****************************************************** */
.content {
	width: 520px;
	margin-right: 33px;
	padding-top: 20px;
	margin-left: 200px;
	top: 0px;
}

.content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
}

.content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}

.content h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}

.content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 0.8em;
	color: #000000;
	line-height: 16px;
}

.content a {
	color: #0000FF;
	text-decoration: none;
}

.content a:hover {
	color: #0000FF;
	text-decoration: underline;
}