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

body {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-color: #397BAD;
	font-family: "Trebuchet MS";
}
.headerbg {
	background-image: url(../images/heading-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
a:link {
	color: #1D6BFE;
}
a:visited {
	color: #1D6BFE;
}
a:hover {
	color: #6DA0FE;
}
a:active {
	color: #1D6BFE;
}
.bottomText {
	color: #FFFFFF;
	font-size: 12px;
}
a.bottomText:active {
	color: #FFFFFF;
}
a.bottomText:link {
	color: #FFFFFF;
}
a.bottomText:visited {
	color: #FFFFFF;
}
a.bottomText:hover {
	color: #FFFFFF;
}
.cellbg {
	background-image: url(../images/cellbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bottombg {
	background-image: url(../images/bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.lan_bar {
	font-weight: bold;
	color: #FFFFFF;
}
a.lan_bar:link {
	color: #FFFFFF;
}
a.lan_bar:hover {
	color: #FFFFFF;
}
a.lan_bar:visited {
	color: #FFFFFF;
}
a.lan_bar:active {
	color: #FFFFFF;
}

.notification, a.nofification {
	color: #FF0000;
}

.picWrap {
	float: left;
	padding: 15px;
}

.picWrap2 {
	float: right;
	padding: 15px;
}

.thirdList {
	width: 33%;
	margin: auto;
	float: left;
}

.halfList {
	width: 50%;
	margin: auto;
	float: left;
}