@charset "utf-8";
/* CSS Document */

BODY,* {
	margin:0px;
	padding:0px;
	font-family:Tahoma, Verdana, Arial;
	/*font-size:small;*/
}
BODY {
	background-color:#3B3B3B;
}
DIV#header {
	height:145px;
	background-color:#000000;
	background-image:url(../images/topBG.gif);
	background-position:top center;
	background-repeat:repeat-x;
	position:relative;
}
	DIV#logo {
		height:145px;
		background-color:transparent;
		background-image:url(../images/logo.gif);
		background-position:center center;
		background-repeat:no-repeat;
	}
	DIV#lang {
		position:absolute;
		bottom:15px;
		right:5px;
	}
		DIV#lang A IMG {
			margin-left:5px;
		}

DIV.mainWidth {
	margin:0px auto;
	width:900px;
}

DIV#serverHelp {
	width:16px;
	height:30px;
	float:right;
}
	DIV#serverHelp IMG {
		border:none;
	}
DIV#server {
	float:right;
	width:55px;
	background-color:transparent;
	font-size:smaller;
}
	DIV#server FORM {
		margin:5px 0px 0px 0px;
		padding:0px;
		text-align:right;
	}
		DIV#server FORM INPUT {
			border:solid;
			border-width:1px;
			border-color:#595A59;
			background-color:#333333;
			width:30px;
			text-align:center;
			color:#DDDDDD;
		}
		DIV#server FORM INPUT#submit2 {
			border:none;
			border-width:1px;
			border-color:#595A59;
			background-color:#595A59;
			width:22px;
			text-align:center;
			color:#333333;
		}

DIV#mainContainer {
	background-color:transparent;
	background-image:url(../images/bodyBG.gif);
	background-position:top center;
	background-repeat:repeat-x;
	height:auto !important;
	height:300px;
	min-height:300px;
	clear:both;
}
	DIV#mainBG {
		background-color:transparent;
		background-image:url(../images/mainBGfix.gif);
		background-position:top center;
		background-repeat:repeat-y;
	}
		DIV#main {
			background-color:transparent;
			background-image:url(../images/mainBG.gif);
			background-position:top center;
			background-repeat:no-repeat;
			height:auto !important;
			height:300px;
			min-height:300px;
			font-size:small;
		}
			DIV#contentHr {
				height:10px;
				font-size:0px;
			}
			DIV#content {
				padding:0px 25px 25px 25px;
				margin:0 auto;		
			}
				DIV#floatContent {
					margin-left:160px;					
				}
		DIV#mainFooter {
			height:14px;
			background-color:transparent;
			background-image:url(../images/mainFooterBG.gif);
			background-position:top center;
			background-repeat:no-repeat;
		}
		
DIV#footer {
	text-align:center;
	color:#DDDDDD;
	font-size:x-small;
	margin-bottom:5px;
}
	DIV#footer A {
		font-size:x-small;
		color:#DDDDDD;
	}
	DIV#footer A:hover {
		font-size:x-small;
		color:#DDDDDD;
		text-decoration:none;
	}