body {
	margin: 0;
	padding: 0;
	background-image: url(../Images/bgRepeater.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100.01%; 	
	min-width: 850px;
}
#header {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #000;
	height: 128px;
	background-image: url(../Images/masthead.jpg);
	background-repeat: no-repeat;
	}
#skipnav {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: -1000px;
	}
#logo {
	text-align: center;
	position: absolute;
	top: 20px;
	left: 40px;
	}

#langSelect {
	position: absolute;
	top: 0;
	right: 16px;
	margin: 0 -16px 0 0;
	padding: .5em 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFF;
	margin-right: 5%;
	text-align: right;
	letter-spacing: .05em;
	height: 1%;
}
/* Hide from MacIE. Only WinIE sees this. \*/
* html #langSelect {
	padding: 0;
	padding: .5em 0;
	}
/* end hide */

* html #langSelect li {
	height: 1%;
	}
#langSelect a {
	color: #FFF; 
	text-decoration: underline;
	margin: 0 0.2em;
	}
#langSelect a:hover {
	color: #FFCC00;
	}
#langSelect span {
	color: #FFCC00;
}
#mainnav {
	position: absolute;
	bottom: 0;
	right:16px;	
   margin: 0 16px 0 0;
	padding: .25em 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: right;
	margin-right: 5%;
	}

/* Hide from MacIE. Only WinIE sees this. \*/
* html #mainnav {
	padding: .25em 0;
	float: right;
	}
/* end hide */
#mainnav li {
	display: inline;
	border-right: 2px groove #FFF; 
	padding: 0 .5em; 
	font-weight: bold;
}

* html #mainnav li {
	height: 1%;
	float: left;
	}
#mainnav a {
	color: #FFF; 
	text-decoration: none;
	}

#mainnav a:hover {
	color: #FFCC00;
	background-color: transparent;
	}
#mainnav li span {
	color: #FFCC00;
}
#wrapper-inner {	
	position: relative;
	width: 100%;
	min-width:1025px;
	padding-bottom: 100px;
	}
/* Wraps around left col, #secnav, and center column, #contentwrapper. */
#floatwrapper {
	float: left; 
	width: 80%; 
	min-width:840px;
	position: relative; 
	z-index: 100;
}
#contentwrapper {
	float: right;
	width: 74%; 
	min-width:680px;
	position: relative;
	z-index: 100;
}

#content {
	margin: 5em 0 0 1em;
	font-size: 0.8em;
	line-height: 160%;
}
#content ul li {
	margin-bottom: 0.5em;
}
#content table {
	font-size: 100.01%;
}
/* Left column for the secondary navigation. */
#secnav {
	float: left;
	width: 150px; /*25%; */
	padding-top: 5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	position: relative; 
	z-index: 100;
	}

#secnav ul {
	margin: 0; 
	padding: 0;
	list-style: none;
	text-align: left;
	margin-left: 20%;
	margin-right: 10%;
	}
/*#secnav li {
	text-overflow:ellipsis;
}*/
#secnav a {
	display: block;
	margin-bottom: 0.6em;
	padding: 0.2em;
	color: #224FAE;
	text-decoration: none;
	font-weight: normal;
	position: relative;
	}
	
#secnav a.current {
	font-weight: bold;
}

#secnav a:hover {
	background-color: #E4EBF4;
	}

/* Right column for feature items, news, etc. */
#features {
	float: right;
	width: 16%; 
	margin-top: 6.25em;
	font-size: 0.7em;
	line-height: 130%;
	position: relative; 
	z-index: 100; 	
	margin-right: 5px;
}
	
#features h3 {
	margin: 0 0 1em 0;
	padding: 2px 10px;
	background-color: #FFF;
	font-size: 1em;
}
	
#features h2, #features h3 {
	font-family: Arial, Helvetica, sans-serif;
}
	
* html #features h3 {
	width: 100%; 
	}
/* Used to group each feature item in the column. */
#features div {
	margin: 0 0 2em 0;
}

#features p {
	margin: 0.5em 0.5em 0 1em;
	padding-bottom: 1em;
	text-align: center;
	font-size: 85%;
}

#footer {
	position: absolute; 
	bottom: 0;
	left: 0;
	width: 100%;
	border-top: 1px solid #6181D4;
	background: #fff;
	color: #999;
	z-index: 100000000;
	font-size: 0.7em;
	}
/* Hide from MacIE. Only WinIE sees this. \*/
* html #footer {
	/*position: absolute;*/
	margin-bottom: -1px;
	}
/* End hide from MacIE. */

#footer p {
	margin: 5px 0 0 0; 
	padding: 0.8em 0 1em 15em;
	}

#footer a {
	margin: 0 0.2em; 
	font-size: 1em;
	}
#footer a:link {
	color: #6181D4;
	}
#footer a:visited {
	color: #839DD1;
	}
#footer a:hover {
	background-color: #F7F9FC;
	}

.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
 
.clearfix {
	display: /*inline-*/block;
	}

/* Hides from MacIE \*/
* html .clearfix {
	height: 1%;
	}
.clearfix {
	display: block;
	}
/* End hide from MacIE */

#content a:link {
	color: #6181D4;
	}
#content a:visited {
	color: #839DD1;
	}
#content a:hover {
	background-color: #F7F9FC;
	}
a img {
	border: none;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #224FAE;
	}

h1 {
	margin: 0 0 1.2em 0;
	font-size: 1.4em;
	}

h2 {
	margin: 1.2em 0 1em 0;
	font-size: 1.2em;
	}

h3 {
	margin: 1.2em 0 0.5em 0;
	font-size: 1.1em;
	}

h4 {
	margin: 0;
	font-size: 1em;
	}

h5 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	}

h6 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	}

p {
	margin-top: 0;
	}
.imgLeft {
	float: left;
	margin: 5px 10px 0 0; 
	position: relative;
	z-index: 200;
	}

.imgRight {
	float: right;
	margin: 5px 10px 0 10px;
	position: relative;
	z-index: 200;
	}
	form input, form textarea {
		background-color: #E4EBF4;
		border: 1px solid #839DD1;
	}
	form input:focus, form textarea:focus {
		background-color: #FFFFFF;
	}
	form fieldset {
		border: 1px solid #839DD1;
	}	
