/**************** body and tag styles ****************/
body {
	margin-top: 0px;	  
	margin-bottom: 30px;
	padding: 0;
	font: 11px "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	line-height: 1.4em;
	background: #ffffff;
}

img {
	border: 0px;
}

a {
	color: #113593;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #0000cc;
	font-weight: bold;
	text-decoration: underline;
}

a.inner {
	color: #113593;
	font-weight: normal;
	text-decoration: none;
}

a:hover.inner {
	color: #0000cc;
	font-weight: normal;
	text-decoration: underline;
}


#container {
	width: 766px;
	margin: 0 auto;
	background-color: #ffffff;
	text-align: center;
}

#navigation {
	float: left;
	width: 766px;
	font-size: 12px;
	text-align: center;
}

#navigation ul {
	color: #4c9993;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	list-style-type: none;
	white-space: nowrap;
}

#navigation ul li {
	display: inline;
	padding: 0 20px;
}

#navigation ul li a{
	color: #113593;
	text-decoration: none;
	font-weight: normal;
}

#navigation ul li a:hover{
	text-decoration: underline;
	color: #0000cc;
}

#ieContainer {
	width: 766px;
	margin: 0 auto;
}

#logo {
	width: 272px;
	height: 160px;
	float: left;
	margin: 0px 1px 1px 0px;
}

#rightAsset {
	width: 493px;
	height: 160px;
	float: right;
	margin: 0px 0px 1px 0px;
	padding: 0px;
}


#shortBox {
	width: 272px;
	height: 205px;
	float: left;
	margin: 0px 1px 1px 0px;
	padding: 0px;
	background: #ccdbb2;
}

#longBox {
	width: 493px;
	height: 205px;
	float: right;
	margin: 0px 0px 1px 0px;
	padding: 0px;
	background: #bcdb8d;
}

#middleAsset {
	width: 272px;
	height: 160px;
	float: right;
	margin: 0px 0px 1px 0px;
}

#longBoxMiddle {
	width: 493px;
	height: 160px;
	float: left;
	margin: 0px 1px 1px 0px;
	padding: 0px;
	background: #e7eff1;
}

.bottomShortBox {
	width: 272px;
	height: 200px;
	float: left;
	margin: 0px 1px 1px 0px;
	padding: 0px;
	background: #ffffff;
}

.bottomLongBox {
	width: 490px;
	height: 200px;
	float: right;
	margin: 0px 0px 1px 0px;
	padding: 0px;
	background: #ffffff;
	text-align: left;
}


.bottomLongBox p {
	padding: 20px 10px 0px 10px;	
}

#homeText {
	padding: 25px 20px 10px 20px;
	text-align: left;
}

.homeTextBottom {
	padding: 2px 20px 0px 20px;
	text-align: left;
}

#homeTextQuote {
	padding: 25px 20px 0px 20px;
	text-align: left;
}

#homeTextQuote .quote {
	font: 11px Arial, sans-serif;
	font-weight: bold;
}

#homeTextQuote .attrib {
	color: #113593;
}


#bottomlogos {
	clear: left;
	width: 766px;
	text-align: right;
	margin: 0px 0px 10px 0px;
}

.imgleft {
	float: right;
	padding: 0px 10px 0px 10px;
}

.listTextLeft {
	float: left;
	padding: 20px 20px 0px 40px;
	text-align: left;
}

.listTextLeft ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 30px 0px 20px;
}

.listTextLeft li {
	margin: 0px;
	padding: 0px 10px 20px 0px;
}



.listTextRight {
	padding: 20px 40px 0px 20px;
	text-align: left;
}

.listTextRight ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.listTextRight li {
	margin: 0px;
	padding: 0px 10px 20px 0px;
}

#footer {
	clear: both;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	width: 766px;
	text-align: center;
}

#footer ul {
	color: #4c9993;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	list-style-type: none;
	white-space: nowrap;
}

#footer ul li {
	display: inline;
	padding: 0 10px;
}

#footer ul li a{
	color: #113593;
	text-decoration: none;
	font-weight: normal;
}

#footer ul li a:hover{
	text-decoration: underline;
	color: #0000cc;
}


#credits {
	clear: both;
	width: 766px;
	margin: 0px auto;
	text-align: center;
	color: #cccccc;
	margin: 20px 0px 10px 0px;
}

#credits a{
	color: #cccccc;
	text-decoration: none;
	font-weight: normal;
}

#credits a:hover{
	text-decoration: none;
	color: #000000;
	background-color: #eeeeee;
}