html,body {
	margin: 0;
	padding: 0;
	font-family: verdana;
	color: #444;
	font-size: 12px;
	background: #fff;
}


#wrapper {
	margin: 0 auto 0 auto;
	width: 800px;
}
#top {
	/*display: block;*/
	background: #fff ;
	/*height: 284px;*/
	margin: 0;
	padding: 0;
}
#topWrapper {
	display: block;
	margin: 0 auto 0 auto;
	width: 800px;
	height: 84px;
	padding-left: 0px;	
	background: #fff;	
}
#topWrapper h1 {
	margin: 0;
	padding-top: 200px;
	padding-left: 40px;
	font-size: 36pt;
}
#navBg {
	display: block;
	height: 200px;
	background: url('../gfx/shadow-stripe2.png') repeat-x;
	padding: 0;
	margin: 0;
}
#navBgImg {
	display: block;
	position: absolute;
	left:0px;
	top: 84px;
	height: 200px;	
}
#navBg img {
	display: inline;
	border: 0;
}
#nav {
	display: block;
	margin: 0 auto 0 auto;
	width: 800px;
	height: 200px;
	background: url('../gfx/shadow-stripe2.png') repeat-x;
	color: #aaa;
	padding: 0;
	padding-left: 10px;	
	padding-top: 30px;
}
#nav a {
	font-size: 14pt;
	color: #fff;
	text-decoration: none;
}
#nav a:hover {
	color: #aaa;
	text-decoration: underline;
}

#content {	
	width: 800px;
	padding-top: 0px;
	height: 100%;
	margin: 0 auto 0 auto;
}
#columnContainer {
	padding-left: 0px;
}
#stripe {
	margin-top: 0;
	padding: 0;
	width: 100%;
	height: 212px;
	background: url('../gfx/shadow-stripe2.png') repeat-x;
}
#stripe a { color: #888; }
#stripe a:hover { color: #fff; }
#stripe img { float:left; clear:left; border: 0; }
#stripeContent {	
	margin: 0 auto 0 auto;
	padding: 0px;
	color: #fff;
	width: 800px;
	height: 200px;
}
.column { float:left; margin-right: 15px; width: 240px; }
.columnNoRightMargin {
	float:left; margin-right: 0px; width:240px;	
}
.column h3 {
	margin: 0;
	padding: 0;
	margin-top: 5px;
	font-size: 12px;
}
.column a { color: #617EBF; text-decoration: none;  }
.column a:hover { text-decoration: underline; }
.column2 { float:left; margin-right: 15px; width:285px; }
.column2 h3 {
	margin: 0;
	padding: 0;
	margin-top: 5px;
	font-size: 12px;
}
.column2 a { color: #617EBF; text-decoration: none;  }
.column2 a:hover { text-decoration: underline; }
.clear {clear:both;}
/* -- */
#sloganContainer {
	float:right;
	width: 615px;
}
.blueSlogan { 
	color: #A0C0E5;
	font-size:32px;
	font-weight: normal;
	margin-left: 10px;
	text-align: right;
}
.contactText {
	color: #aaa;
	font-size: 11px;
	margin-top: 10px;
	margin-left: 10px;
	float:right;	
}
#StripeTextWrapper {
	padding-top: 40px;
	width: 800px;
	margin: 0 auto 0 auto;
	padding-left: 0px;	
}
#stripePuzzleRight {
	float: right;
	width: 100px;
	margin-right: 0;
	padding-right: 0;
}
#footer {
	width: 800px;
	margin: 0 auto 0 auto;
	margin-top: 60px;
	border-top: 4px solid #A0C0E5;
	color: #888;
	font-size: 10px;
	padding: 0;
	padding-top: 4px;
}
.footerText {
	width: 300px;
	margin-right: 0px;
	float:right;
	clear:right;
	text-align: right;
}
.footerText2 {
	width: 350px;
	margin-right: 0px;
	float:right;
	clear:right;
	text-align: right;
	margin-bottom: 10px;
}
.footerText2 h2 {
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #617EBF;
}
img {
	margin: 0;
	padding: 0;
}
h1 {
	color: #000;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
}
#partner {
	position: absolute;
	left: 7px;
	top: 78px;	
	z-index: 1000;
}
/* Stripes */
.footerStripe { width: 276px; display: block; float: left; }
.darkGreenStripe { padding-bottom: 4px; border-bottom: 4px solid #A0C0E5; }
.greenStripe { padding-bottom: 4px; border-bottom: 4px solid #D1DF5C; }
.orangeStripe { padding-bottom: 4px; border-bottom: 4px solid #F47957; }
.blueStripe { padding-bottom: 4px; border-bottom: 4px solid #617EBF; }
/* Cloud */
#cloud {
	color: #0B1A26;
	border: 0px dotted #C1BC96;
	text-align: justify;
}
#cloud a { text-decoration: none; }
#cloud a:focus { outline: none; }
#cloud a:hover { text-decoration: underline; }
#cloud .size1 { font-size: 10px; color: #314656; }
#cloud .size2 { font-size: 11px; color: #1D2936;} 
#cloud .size3 { font-size: 12px; color: #436076; }
#cloud .size4 { font-size: 13px; font-weight:bold; color: #314656; }
#cloud .size5 { font-size: 14px; font-weight:bold; color: #1D2936; }
#cloud .size6 { font-size: 15px; font-weight:bold; color: #436076; }
