html {
	margin: 0px;
	width: 100%;
	height: 100%;
}

body {
	margin: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../gui/background.gif);
}

.maincontainer {
	background-image: url(../gui/container.gif);
	background-repeat: repeat-y;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	position: relative;
	height: 100%;
}

.icon {
	background-image: url(../gui/icon.gif);
	position: absolute;
	left: 19px;
	width: 62px;
	height: 54px;
	top: 9px;
	background-repeat: no-repeat;
}

.igsfag {
	height: 29px;
	width: 236px;
	background-image: url(../gui/igsfag.gif);
	background-repeat: no-repeat;
	left: 495px;
	top: 21px;
	position: absolute;
}

.container {
	width: 750px;
	position: absolute;
	top: 225px;
	background-image: url(../gui/container.gif);
}

.watermark {
	width: 730px;
	background-image: url(../gui/watermark.gif);
	float: left;
	clear: both;
	background-repeat: no-repeat;
}

.scaler {
	height: 450px;
	float: right;
}

.navigation {
	width: 161px;
	position: absolute;
	left: 17px;
}

.content {
	width: 535px;
	left: 0px;
	float: right;
	clear: both;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #595959;
	text-decoration: none;	
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #595959;
	text-decoration: none;
	border: #595959 1px solid;
}

textarea {
	width: 535px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #595959;
	text-decoration: none;
	border: #595959 1px solid;
}

.inputbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: #595959 1px solid;
}

.content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006D92;
	text-decoration: none;
	margin-bottom: 8px;
	margin-top: 5px;
}

.content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #595959;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 6px;
	margin-top: 4px;
}

a {
outline-color:invert;
outline-style:none;
outline-width:medium;
}

.content A {
	color: #0000AA;
	text-decoration: none;
}

.content A:hover {
	text-decoration: underline;
}


.content p, .content td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #595959;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 14px;
}


.header {
	position: absolute;
	width: 715px;
	height: 154px;
	top: 71px;
	left: 17px;
}

.navmain, .navmainsel, .navsub, .navsubsel {
	clear: both;
	float: left;
}
