body { 
	margin: 0;
	padding: 0;
	background: url('images/cloudBackground.jpg') repeat-x fixed 0% 0%; 
	color: #000000;
	text-align: center;
	font-family: Verdana, sans-serif;
}
.MainContainer {
	width: 90%;
	min-width: 950px;
	max-width: 1280px;
	margin: 10px auto;
	text-align: left;
}
#header, #header .InnerContainer  {
	overflow: hidden;
}
#central {
	margin-top: 5px;
	width: 74%;
	float: left;
	overflow: visible;
	position: relative;
}
#right {
	margin-top: 5px;
	float: right;
	width: 25%;
}
#footer {
	clear: both;
	padding: 5px 0;
	overflow: visible;
}
#searchFieldSet, #mailFieldSet {
	border:none;
	padding:0;
	width:100%;
	overflow: hidden;
}
#email {
	padding: 5px 0 0 0;
}
#skype {
	padding: 5px 0 0 0;
	margin: 0 auto;
}
#skype .InnerContainer {
	text-align: center;
}
#FET5622 {
	padding: 5px 0 5px 0;
	margin: 0 0 5px 0;
}
#mailForm, #searchForm {
	margin:0;
}
#mailFieldSet .TextInput, #searchFieldSet .TextInput {
	width:95%
}
#topOfMailForm, #bottomOfMailForm, #bottomOfSearchForm {
	display: none;
}
.hideButton {
	position:absolute;
	right:5px;
	bottom:5px;
}
.links {
	margin:5px 5px 0 0;
	right:0;
	text-align:right;
}
.links a {
	color: #ffffff;
	margin-right:5px;
}
.links img {
	vertical-align: -30%;
	margin-right: 3px;
}
#stats {
	font-size: small;
}
#validated {
	position: absolute;
	right: 5px;
	top: 0;
	z-index: 1;
}
h1, h2, h3, h4 {
	margin: 0;
}
h1 {
	margin-top: -5px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
p {
	margin: 10px 0 0 0;
}
ul {
	margin-top: 0;
}

/* Generic corner properties -------------------------------------------------*/
.TopLeft, .TopRight, .BottomLeft, .BottomRight { 
	height: 11px;
	font-size: 2px; /* Correction for IE */
	z-index: -1;
}
.TopLeft, .BottomLeft { 
	margin-right: 11px;
}
.TopRight, .BottomRight { 
	margin-left: 11px;
	margin-top: -11px;
}
.TopRight {
	background-position: 100% 0;
}
.BottomLeft  { 
	background-position: 0 -11px;
}
.BottomRight { 
	background-position: 100% -11px;
}

/* Generic inner box properties ----------------------------------------------*/
.InnerContainer {
	border-left: 3px solid;
	border-right: 3px solid;
	color: #000000;
	padding-left: 10px;
	padding-right:10px;
	position:relative;
	overflow: visible;
}

/* Specific corner properties ------------------------------------------------*/
.BoxLight .TopLeft, .BoxLight .TopRight, .BoxLight .BottomLeft, .BoxLight .BottomRight { 
	background-image: url('images/cornersBlue.gif');
}
.BoxDark .TopLeft, .BoxDark .TopRight, .BoxDark .BottomLeft, .BoxDark .BottomRight { 
	background-image: url('images/cornersDkBlue.gif');
}
.BoxWhite .TopLeft, .BoxWhite .TopRight, .BoxWhite .BottomLeft, .BoxWhite .BottomRight { 
	background-image: url('images/cornersWhite.gif');
}

/* Specific inner box properties ---------------------------------------------*/
.BoxLight .InnerContainer {
	border-left-color: #376092;
	border-right-color: #376092;
	background: #DCE6F2;
	color: #000000;
}
.BoxDark .InnerContainer {
	border-left-color: #264162;
	border-right-color: #264162;
	background: #376092;
	color: #ffffff;
}
.BoxWhite .InnerContainer {
	border-left-color: #62696A;
	border-right-color: #62696A;
	background: #ffffff;
	color: #000000;
}

.BoxWhite, .BoxLight, .BoxDark { 
    filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
