/* Clearfix */
.cf:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.cf { display: inline-block; }
html[xmlns] .cf { display: block; }
* html .cf { height: 1%; }

body {
	margin: 0;
	font: 62.5% Arial, Helvetica, Sans-serif;
}

ul {
        list-style-type: square; 
}

.wai {
	display: none;
}

h1 {
	float: left;
	margin: 0;
	padding: 20px 0 0 70px;
	background: url(/images/logo.gif) no-repeat top left;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 3.6em;
	line-height: 47px;
}

dl dd {
	margin: 0; padding: 0;
	color: #69696c;
	font-size: 0.9em;
}

#container {
	position: relative;
	width: 900px;
	max-width: 100%;
	margin: 0 auto;
	border-style: solid;
	border-color: #ccc;
	border-width: 0 1px 1px;
	background: #fff;
}

#header {
	background: #050633;
	color: #fff;
}

#nav ul, #subNav ul {
	text-align: left;
	font-size: 1.2em;
	text-transform: uppercase;
	background: #83c1f4;
	margin: 5px;
	padding: 0;
}

#subNav ul {
	background: #bde1ff;
}

#nav li, #subNav li {
	list-style: none;
	display: inline;
	margin: 0; padding: 0 0.6em;
	line-height: 30px;
}

#nav li a, #subNav li a {
	color: #050633;
	font-weight: bold;
	text-decoration: none;
}

#subNav li a {
	font-weight: normal;
}

#header .sponsor {
	float: right;
}

#footer {
	width: 90em;
	margin: 2em auto;
	background: #eee;
}

#footer ul, #footer p {
	font-size: 1.4em;
	margin: 0 10px;
	padding: 10px 0;
}

#footer .copyright {
	text-align: center;
}

#footer ul {
	text-align: center;
}

#footer li {
	display: inline;
}

.subtitle {
	padding: 0 10px;
	background: #eee;
	color: #222;
	font-style: italic;
	font-size: 1.6em;
	text-align: right;
	line-height: 30px;
}

.content {
	border-top: 4px solid #939394;
	background: #eee;
}

.contentFlow {
	margin: 0 5px 5px;
	padding: 5px;
}

.contentItem {
	font-size: 1.6em;
	line-height: 1.5;
}



.primaryContent {
	float: left;
	width: 76%;
}

.primaryContent .contentItem {
	background: #fff;
	border: 1px solid #dad7d7;
	padding: 15px;
}

.contentItem hr {
	height: 1px;
	border: none;
	border-top: 1px dotted #ccc;
}

.secondaryContent {
	float: right;
	width: 23.6%;
}

.secondaryContent .contentItem {
	border: 1px solid #dcd9d9;
	background: #fff;
	margin: 0 0 5px;
	padding: 10px;
}

.contentItem h3 {
	color: #050633;
	margin: 0;
	padding: 2px 0;
	font-weight: normal;
	font-size: 1.1em;
	background: url(/images/h3bg.gif) no-repeat 0% 54%;
	padding-left: 15px;
}

.secondaryContent .inversed {
	background-color: #050633;
	color: #fff;
}

.inversed h3 {
	background-image: url(/images/h3invertedBg.gif);
	color: #fff;
}

.secondaryContent p {
	margin-top: 0;
}

#footer li {
  padding: 0 6px;
}

/* Change font color, size and background */

.fontColorChanger {
	float:left;
	padding-left:130px;
	padding-top:10px;
}

.fontChangerSelect{
	height:19px;
	font-size:11px;
	width:158px;
}

#select12 {
	font-size:12px;
	background-image:url(/images/small.gif);
}

#select14 {
	font-size:14px;
}

#select16 {
	font-size:16px;
}

#select18 {
	font-size:18px;
}