* {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear { 
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clear {
  height: 1%;
}

.clear {
  display: block;
}
/* End hide from IE-mac */

html, body {
	background: #eef6fc url('../img/bg.gif') left top repeat-x;
	color: #003964;
	height: 100%;
}

body {
	font-size: .8em;
	padding-bottom: 20px;
	text-align: center;
}             

a.x {
	color: #003964 !important;
	cursor: text;
	text-decoration: none;
}

img {
	border: 0;
}

a img, h1 img {
	vertical-align: middle;
}

a, :focus {
	outline: 0;
}

a, a * {
	cursor: pointer;
}

p {
	line-height: 170%;
	padding-bottom: 20px;
}

#header h1 span, #header h2, .access {
	display: none;
}

#logo, #navigation ul, #content, #footer {
	margin: 0 auto;
	text-align: left;
	width: 700px;
}

#logo {
	background: transparent url('../img/logo.gif') left top no-repeat;
	display: block;
	height: 81px;
	padding: 43px 0 0 20px;
	width: 720px;
}

#logo h1 {
	line-height: 0;
	padding: 0;
}

#logo h1, #logo h1 a {
	display: block;
	height: 55px;
	width: 190px;
}

#navigation {
	background: #003964 url('../img/navbg.gif') left top repeat-x;
	font-weight: bold;
	padding: 8px 0;
}

#navigation ul {
	display: block;
	list-style: none;
}

#navigation li {
	display: block;
	float: left;
}

#navigation a, #navigation span {
	color: #d2e2f1;
	display: block;
	margin: 0 2px;
	padding: 4px 10px;
	text-decoration: none;
}

#navigation .act a, #navigation .act span {
	background: #e94f44 url('../img/navactbg.gif') left top repeat-x;
	color: #fff;
}

#navigation a:hover, #navigation a:focus {
	background: #206698;
	color: #fff;
}

#content {
	background: #fff url('../img/sbg.gif') left bottom no-repeat;
	padding: 30px 20px 20px 20px;
	width: 700px;
}

#content h2, #content a {
	color: #e94e43;
}          

#content h2 a {
	text-decoration: none;
}

#content a:hover {
	text-decoration: none;
}

#content h2, #content h3, #content p {
	line-height: 155%;
	padding-bottom: 15px;
}

#content h2 {
	font-size: 150%;
	font-weight: normal;
	line-height: 130%;
	padding: 10px 0 40px;
}

#content h3 {
	font-size: 100%;
}

#content .txtSplit {
	padding-bottom: 50px;
}

#content .txtSplit .col1,
#content .txtSplit .col2 {
	display: block;
	float: left;
	width: 340px;
}

#content .txtSplit .col1 {
	padding-right: 10px;
	width: 340px;
}

#content .txtSplit .col2 {
	padding-left: 10px;
}

#content .im-right {
	float: right;
	margin: 0 0 0 40px;
}

#teaseBox {
	display: block;
	padding: 20px 0 60px;
	overflow: hidden;
	width: 700px;
}

#teaseBox .innerWrap {
	display: block;
	margin-left: -20px;
	width: 720px;
}

#teaseBox .box {
	background: #eff5f9;
	display: block;
	float: left;
	margin: 0 0 20px 20px;
	width: 340px;
}

#teaseBox .box .inner {
	padding: 15px;
}

#teaseBox .box h3 {
	border-bottom: 1px solid #e3ebf0;
	padding: 0 0 10px;
}

#teaseBox .box p {
	padding: 10px 0 0;
}

#teaseBox .box a {
	display: block;
	text-decoration: none;
}

#teaseBox .box a:hover, #teaseBox .box:focus {
	text-decoration: underline;
}

#teaseBox .box .more a {
	background: transparent url('../img/arrow.gif') left 55% no-repeat;
	display: block;
	padding: 2px 2px 2px 19px;
}

#content .txtSplit p strong,
#teaseBox .box p strong {
	font-weight: normal;
}

#footer {
	font-size: .85em;
	text-align: center;
	padding: 20px 70px 40px 70px;
	width: 600px;
}

#footer p {
	line-height: 130%;
}

#footer a {             
	color: #003964;
	text-decoration: none;
}

#footer .inf {
	font-size: .95em;
}

#footer .inf p {
	padding-bottom: 3px;
}

#footer .inf, #footer .inf a {
	color: #7293ad;
	text-decoration: none;
}

#content .gga {
  display: block;
  padding-bottom: 20px;
}