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

/* --- HTML TAGS DEFINITION ------------------------------------------------- */

body {
	background-color: #3266CC;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-color: #000000;
}


caption, th, td, p, h1, h2, h3, h4, ol, ul, li, dt, dd {
	font-family: Arial, Helvetica, sans-serif;
	font-color: #000000;
}


h1, h2, h3, h4, h5 {
	border-bottom: 5px solid #999999;
}
h1 {
	border-bottom: 5px solid #999999;
	font-size: 26px;
}


a:link { color: #003399; }
a:visited { color: #666666; }
a:hover {
	color: #003399;
	text-decoration: none;
}

/* --- LAYOUT ------------------------------------*/

#pagecontainer {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
	clear: both;
	background-color: #FFFFFF;
}

#innercontent{
	width: auto;
	height: auto;
	margin: 0 auto;
		padding: 0;
	clear: both;
	background-color: #FFFFFF;
}
ul, ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

/* --- Top tools Section --- */
#headercell {
	width: auto;
	height: 164px;
	margin: 0 auto;
	clear: both;
	padding: 0;
	text-align: center;
	background: #DEE7F8;
	font-size: 13px;
		border-bottom: 1px solid #000000;
}
.innerheader {
	width: 875px;
	height: 164px;
	margin: 0 auto;
		padding: 0;
	clear: both;
	font-size: 13px;
	background: url(/assets/html/topbgphoto.jpg) no-repeat center top;
}
.mainheader {
	clear: both;
	width: 875px;
	height: 130px;
	display: block;
	height: auto;
}
.tspacer {
	width: 200px;
	height: 130px;
	float: left;
	display: inline;
}
.logo {
	width: 470px;
	height: 130px;
	float: left;
	display: inline;
	margin-right: 40px;
}
.logo span {
	display: none;
}
.textsize {
	float: left;
	display: inline;
	background: url(/assets/html/transwhite.png);
	width: 150px;
	height: auto;
	padding: 5px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	font-size: 13px;
	font-weight: bold;
}
.textsize span:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: #3366CC;
}
.textsize span a:hover {
		text-decoration: none;
	color: #FFFFFF;
}
.textsize a {
	text-decoration: none;
	color: #000000;
}
.textsize span.s {
	font-size: 11px;
	padding: 0px 4px;
	border: 1px solid #333333;
}
.textsize span.m {
	font-size: 13px;
	padding: 0px 4px;
	border: 1px solid #333333;
}
.textsize span.l {
	font-size: 15px;
	padding: 0px 4px;
	border: 1px solid #333333;
	font-weight: bold;
}
#menu{
	width: 875px;
	margin: 0 auto;
	padding: 0;
	clear: both;
	text-align: center;

}
#menu span {
	display: none;
}
#menu a:hover {
	background-position: 0 -34px;

}
.menuspacer {
	width: 90px;
	height: 34px;
	display: block;
	float: left;
}
.home {
	width: 84px;
	height: 34px;
	display: block;
	float: left;
	margin-right: 5px;
	background: url(/assets/html/home.gif) no-repeat center top;
}
.aboutus {
	width: 104px;
	height: 34px;
	display: block;
	float: left;
	margin-right: 5px;
	background: url(/assets/html/aboutus.gif) no-repeat center top;
}
.contactus {
	width: 119px;
	height: 34px;
	display: block;
	float: left;
	margin-right: 5px;
	background: url(/assets/html/contactus.gif) no-repeat center top;
}
.links {
	width: 147px;
	height: 34px;
	display: block;
	float: left;
	margin-right: 5px;
	background: url(/assets/html/pub.gif) no-repeat center top;
}
.whatsnew {
	width: 130px;
	height: 34px;
	display: block;
	float: left;
	margin-right: 5px;
	background: url(/assets/html/whatsnew.gif) no-repeat center top;
}
.partners {
	width: 98px;
	height: 34px;
	display: block;
	float: left;
	background: url(/assets/html/partners.gif) no-repeat center top;
}

/* --- Path / Forms --- */

.clearer { width: 1px; height: 2px; margin: 1px; clear: both; }
select {}
input {}
iframe { text-align: center; }
form { margin: 0px; }
label { }
.required {	}
.error {}

/* --- Left navigation --- */

.leftcell {
	width: 625px;
	height: auto;
	float: left;
	display: inline;
	padding-right: 25px;
}

/* --- Content --- */

#contentcell { 
	width: 875px;
	height: auto;
	margin: 0 auto;
	clear: both;
	padding-top: 15px;
}

.partnerbox {
	width: 625px;
	border: 2px solid #CCCCCC;
	padding: 5px;

}
.partnerbox p {
	margin: 0;
	padding: 5px;
}

/* --- Right navigation --- */
.rightcell {
	width: 215px;
	padding: 5px;
	height: auto;
	float: left;
	display: inline;
}
#whatsnew {
	width: 203px;
	height: auto;
	background: #224386 url(/assets/html/sidelinksbg.jpg) repeat-x center top;
	border: 1px solid #000000;
	padding-left: 7px;
	padding-right: 7px;
	margin-bottom: 3px;
}
#whatsnew iframe{
	border: 0px;
}
#learnlinks {
	width: 203px;
	height: 300px;
	background: #224386 url(/assets/html/sidelinksbg.jpg) repeat-x center top;
	border: 1px solid #000000;
	padding: 7px;
	color: #FFFFFF;
	font-size: 13px
	
}
#learnlinks ul {
	padding: 3px;
}
#learnlinks ul li a {
	color: #FFFFFF;
	font-size: 13px;
}

/* --- Footer tools --- */

#footermenu {
	width: auto;
	height: 100px;
	margin: 0 auto;
	clear: both;
	text-align: center;
	background: #3266CC url(/assets/html/footerbg.jpg) repeat-x center top;
	padding-top:25px;
	color: #FFFFFF;
	font-size: 12px;
}
#footermenu a{
	color: #FFFFFF;
	font-size: 12px;
}
#subfooter {
	width: 875px;
	height: auto;
	margin: 0 auto;
	clear: both;
	font-size: 11px;
	padding-top: 8px;
	color: #FFFFFF;
}
#subfooter a {
	font-size: 11px;
	color: #FFFFFF;
}
/* --- Print version --- */

@media print {
body { background-color:#fff; }
#headercell { display: none; }


.leftcell {
	width: auto;
}
.rightcell {
	display: none;
}
}
