#main {
	position:absolute;
	height:100%;
	top:0px;
	left:50%;
	width:800px;
	margin-left:-400px;
}

#logo {
	position:absolute;
	top:30px;
	left:14px;
	height:43px;	
	width:259px;
}

#language_selection {
	position:absolute;
	top:50px;
	left:680px;
	height:12px;	
	width:90px;
}

#menu {
	position:absolute;
	top:110px;
	left:14px;
	height:152px;
	width:774px;
}

#back1 {
	position:absolute;
	top:0px;
	left:1px;
	height:110px;
	width:800px;
	background:url(images/back1.jpg);
}

#back2 {
	position:absolute;
	top:0px;
	left:1px;
	height:100%;
	width:800px;
	background:url(images/back2.jpg);
}

#content {
	position:absolute;
	top:235px;
	left:1px;
	width:508px;
	padding-left:146px;
	padding-right:146px;
	padding-bottom:20px;
	background:url(images/back2.jpg);

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	
	scrollbar-3d-light-color: #C0E7F8;
	scrollbar-arrow-color: #009DE0;
	scrollbar-base-color: #C0E7F8;
	scrollbar-dark-shadow-color: #C0E7F8;
	scrollbar-face-color: #C0E7F8;
	scrollbar-highlight-color: #C0E7F8;
	scrollbar-shadow-color: #C0E7F8;
}

#subcontent td {
	border:1px solid #000000;
}

#subcontent th {
	font-weight:bold;
	border:1px solid #000000;
}

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

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

#login {
	position:absolute;
	top:50px;
	left:0px;
	height:20px;
	width:125px;
	text-align:right;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#73CAEE;
	text-align:center;
}

#login a {
	color:#999999;
	text-decoration:none;
}

#login a:hover {
	color:#3366FF;
	text-decoration:none;
}

#footer {
	position:absolute;
	top:655px;
	left:14px;
	height:10px;
	width:774px;
}

#credits {
	position:absolute;
	top:97%;
	left:50%;
	width:800px;
	margin-left:-400px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	text-align:center;
}

#credits a {
	text-decoration:none;
	color:#666666;
}

#credits a:hover {
	text-decoration:none;
	color:#000000;
}

#frame_left {
	position: absolute;
	left:22px;
	top:20px;
	width:129px;
}

#frame_right {
	position:absolute;
	right:20px;
	top:20px;
	width:202px;
}

h1 {
	font-family:"Century Gothic", Helvetica-Conth, Arial;
	font-size:18px;
	color:#000000;
	font-weight:bold;
}

.newsTitle {
	color:#009DE0;
	font-weight:bold;
	font-size:11px;
}

.menu1 {
	width:125px;
	height:50px;
	background-color:#73CAEE;
	
	font-family:"Century Gothic", Helvetica-Conth, Arial;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	color:#FFFFFF;
}

.menu1 a {
	color:#FFFFFF;
	text-decoration:none;
}

.menu1_over {
	width:125px;
	height:50px;
	background-color:#009DE0;
	
	font-family:"Century Gothic", Helvetica-Conth, Arial;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	color:#FFFFFF;
}

.menu1_over a {
	color:#FFFFFF;
	text-decoration:none;
}


.menu2 {
	width:4px; 
	background-color:#FFFFFF;
}

.menu3 {
	width:125px;
	height:102px;
	background-color:#C0E7F8;
		
	font-family:"Century Gothic", Helvetica-Conth, Arial;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	vertical-align:text-top;
	color:#585659;
}

.menu3_over {
	width:120px;
	height:102px;
	background-color:#C0E7F8;
	border-left:3px #009DE0 solid;
	padding-left:2px;
		
	font-family:"Century Gothic", Helvetica-Conth, Arial;
	font-size:11px;
	text-align:left;
	vertical-align:text-top;
	color:#585659;
	font-weight:bold;
}

.menu3_over a {
	color:#585659;
	text-decoration:none;
}

.menu3_over a:hover {
	color:#000000;
	text-decoration:none;
}

.menu4 {
	width:4px;
	background-color:#C0E7F8;
}

.textfield {
	background-color:#C0E7F8;
	border:1px solid #009DE0;
	color:#000000;
	overflow:hidden;
	width:200px;
}

.button {
	background:#009DE0;
	border:1px solid #000000;
	color:#000000;
}

.textfield2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#FFFFFF;
	border:1px solid #999999;
	color:#999999;
	overflow:hidden;
	width:100px;
	margin:1px;
}

.textfield3 {
	background-color:#73CAEE;
	border:1px solid #009DE0;
	color:#FFFFFF;
	overflow:hidden;
	width:120px;
}

.button2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	width:125px;
	background-color:#73CAEE;
	border:1px solid #73CAEE;
	color:#FFFFFF;
	margin:1px;
}

.formtitle {
	vertical-align:text-top;
	text-align:right;
	font-weight:bold;
}

.searchResult {
	width:98%;
	background-color:#73CAEE;
	border:1px solid #009DE0;
	margin-bottom:6px;
}


