
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4F5B65;
}

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

.input-text {
	font: 11px Arial, Helvetica, sans-serif;
	color: #4F5B65;
}

h1, h2, h3 {
	margin-top: 0px;
}

h1 {
	font-size: 20px;
	font-weight: normal;
}

h1 a {
	text-decoration: none;
}

h1 a:hover {
	text-decoration: underline;
}

h2 {
}

h3 {
	margin-bottom: 10px;
	font-size: 11px;
	color: #005876;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 18px;
	text-align: left;
	line-height: 130%;
}

p {
}

ol {
}

img {
	border: 0;
}

ul.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

ul.list1 li a {
	padding-left: 15px;
	background: url(../images/layout-images/homepage09.gif) no-repeat left center;
}

ul.list2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

ul.list2 li {
	padding: 10px 0px;
	border-top: 1px solid #D0D4D8;
}

ul.list2 li.first {
	padding-top: 0px;
	border: none;
}

ul.list2 h3 {
	margin: 0px;
	font-size: 13px;
}

ul.list2 h3 a {
	text-decoration: none;
	color: #005876;
}

ul.list2 h3 a:hover {
	text-decoration: underline;
	color: #0090BA;
}

ul.list2 p {
	margin: 0px;
}

ul.list3 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.list3 li {
	padding: 20px 0px;
	border-top: 1px solid #D0D4D8;
}

ul.list3 li.first {
	padding-top: 0px;
	border: none;
}

ul.list3 h3 {
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	color: #8B97A0;
}

ul.list3 h3 a {
	text-decoration: none;
	font-weight: bold;
	color: #005876;
}

ul.list3 h3 a:hover {
	text-decoration: underline;
	color: #0090BA;
}

ul.list3 p {
	margin: 0px;
}

a {
	color: #0090BA;
}

a:hover {
	text-decoration: none;
}

.more {
	height: 22px;
	padding: 7px 0px 0px 10px;
	background: url(../images/layout-images/more-1.png) repeat-x left top;
	color: #000000;
	font-size: 11px;
}

.more a {
	padding-left: 16px;
	color: #000000;
}

a img {
	border: none;
}

img.border {
	padding: 3px;
	border: 1px solid #CBD0D4;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	margin: 0px auto;
}

img.alignleft {
	margin-right: 15px;
}

img.alignright {
	margin-left: 15px;
}

img.aligncenter {
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
}

/** HEADER */

#header {
}

/** LOGO */

#logo {
}

/** SEARCH */

#search {
}

#search input {
	float: left;
}

#search .input-text {
	width: 165px;
	height: 16px;
	background: #FFFFFF;
	border: 0px none;
}

#search-input-submit {
	margin-left: 5px;
}

/** TOPMENU */

#topmenu {
	color: #3F6967;
}

#topmenu p {
	margin: 0px;
}

#today {
	float: left;
	padding: 2px 0 0 0;
}

#login {
	float: right;
	padding: 0;
	color: #3F6967;
}

#login span {
	color: #7F979D;
}

#login a {
	color: #3F6967;
}

#login span, #login a {
	padding: 0px 13px;
}

/** MENU */

#menu {
	height: 38px;
}

#menu ul {
	margin: 0px;
	padding: 12px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

/*#menu li {
	float: left;
	padding: 0px 20px 0px 20px;
	background: url(../images/layout-images/homepage04.gif) no-repeat left top;
}

#menu li.first {
	padding-left: 15px;
	background: none;
}

#menu a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu li ul li {
	float: none;
	margin: 0;
	padding: 0;
	background: none;
}*/

/** PAGE */

#page {
	width: 940px;
	padding: 10px;
	background: #FFFFFF;
}

/** 3-COLUMN LAYOUT */

.three-columns {
}

.three-columns .column1 {
	float: left;
	width: 240px;
	padding: 0px 0px 0px 0px;
}

.three-columns .column2 {
	float: left;
	width: 480px;
	padding: 0px 10px;
}

.three-columns .column3 {
	float: left;
	width: 200px;
	padding: 0px 0px 0px 0px;
}

/** 2-COLUMN LAYOUT WITH RIGHT CONTENT AREA */

.two-columns-right-content {
}

.two-columns-right-content #content {
	float: right;
	width: 690px;
}

.two-columns-right-content #sidebar {
	float: left;
	width: 240px;
}

/** 2-COLUMN LAYOUT WITH LEFT CONTENT AREA */

.two-columns-left-content {
}

.two-columns-left-content #content {
	float: left;
	width: 770px;
}

.two-columns-left-content #sidebar {
	float: right;
	width: 200px;
}

/** 1-COLUMN LAYOUT */

.one-column-content {
}

/** FOOTER */

#footer {
	background: #DADEE1;
}

#footer .container {
	width: 940px;
	padding: 20px 0px;
	height: 50px;
}

#footer p {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #5F8B9D;
}

#footer a {
	padding: 0px 10px;
	color: #5F8B9D;
}

#footer .legal {
	float: left;
}

#footer .links {
	float: right;
}

/** BOX STYLE 1 */

.box-style1 {
	margin-bottom: 10px;
}

.box-style1 h2 {
	height: 25px;
	margin: 0px;
	padding: 13px 0px 0px 15px;
	background:  url(../images/layout-images/box1-h2.png) no-repeat left top;
	font-size: 11px;
	color: #FFFFFF;
}

.box-style1 li h3 {
	margin: 0;
	padding: 0 0 10px 0;
}

.box-style1 li p {
	margin: 0;
	padding: 0;
}

.box-style1 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

.box-style1 li {
	margin: 1px 0 0 0;
	padding: 9px 15px 10px 15px;
	background: #E4E7E9;
	border-bottom: 1px #CCCCCC solid;
}

.box-style1 li.alt {
	background: #DADEE1;
}

.box-style1 a {
	text-decoration: underline;
	color: #4E5A64;
}

.box-style1 a:hover {
	text-decoration: none;
}

/** BOX STYLE 2 */

.box-style2 {
	margin-bottom: 10px;
}

.box-style2 h2 {
	height: 20px;
	margin: 0px;
	padding: 8px 0px 0px 15px;
	background: url(../images/layout-images/box2-h2.png) no-repeat left top;
	font-size: 11px;
	color: #FFFFFF;
}

.box-style2 p {
	margin-bottom: 7px;
}

.box-style2 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

.box-style2 li {
	margin: 1px 0 0 0;
	padding: 4px 0px 4px 0px;
}


.box-style2 .content {
	padding: 10px 15px 5px 15px;
	border: 1px solid #eeeeee;
	border-top: 1px solid #ffffff;
}



/** BOX STYLE 3 */

.box-style3 {
	margin-bottom: 10px;
}

.box-style3 .title {
	height: 28px;
	background: url(../images/layout-images/subpage3_01.jpg) no-repeat right top;
}

.box-style3 .title h2 {
	height: 28px;
	margin: 0px;
	padding: 8px 0px 0px 15px;
	background: url(../images/layout-images/subpage3_02.jpg) no-repeat left top;
	font-size: 12px;
	color: #394149;
}

.box-style3 .content {
	padding: 20px 15px 10px 15px;
}

/** BOX STYLE 4 */

.box-style4 {
	margin-bottom: 10px;
}

.box-style4 h2 {
	height: 20px;
	margin: 0px;
	padding: 8px 0px 0px 15px;
	background: url(../images/layout-images/box4-h2.png) repeat-x left top;
	font-size: 12px;
	color: #FFFFFF;
}

.box-style4 h2 a {
	color: #FFFFFF;
	text-decoration: none;
}

.box-style4 h2 a:hover {
	text-decoration: underline;
}

.box-style4 .content {
	padding: 20px 15px 0px 15px;
	background: #E6E9EB;
	border-bottom: 1px solid #efefef;
}


/** BOX STYLE 5 */

.box-style5 {
	margin-bottom: 10px;
}

.box-style5 h2 {
	height: 20px;
	margin: 0px;
	padding: 8px 0px 0px 15px;
	background: url(../images/layout-images/box5-h2.png) repeat-x left top;
	text-transform: uppercase;
	font-size: 11px;
	color: #FFFFFF;
}

.box-style5 .content {
	padding: 15px 13px;
	background: #ffffff;
	border: 1px solid #eeeeee;
	border-top: 1px solid #ffffff;
}

/** STOCK TICKER */

.stock-ticker {
}

.stock-ticker .chart {
	margin-bottom: 5px;
}

.stock-ticker .change {
	margin: 0px;
	line-height: normal;
	font-size: 13px;
}

.stock-ticker .change span {
	font-weight: bold;
	color: #128558;
}

.stock-ticker .change small {
	display: block;
	font-size: 10px;
	color: #85909B;
}

/** MORE HEADLINES */

#more-headlines .content {
	padding-bottom: 10px;
}

/** CLEAR FLOAT */

.clear-float {
	clear: both;
}

/** Icon Links */

.icon-links {
	padding: 13px;
}

.html-links {
	background: url(../images/icon_html.gif) no-repeat left center;
	padding: 4px 15px 5px 20px;
	font-weight: bold;
}

.pdf-links {
	background: url(../images/icon_pdf.gif) no-repeat left center;
	padding: 4px 15px 5px 20px;
	font-weight: bold;
}

.www-links {
	background: url(../images/icon_html.gif) no-repeat left center;
	padding: 4px 15px 5px 20px;
	font-weight: bold;
}

/** read previous newsletters */

.previous-newsletters {
	background: url(../images/newsletters-bkg.png) no-repeat left center;
	margin-top: 8px;
	padding: 8px 15px 9px 24px;
	font-weight: bold;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.previous-newsletters a {
	color: #000000;
}

/** database nav */


.database-nav {
	height: 22px;
	padding: 5px 10px 0 6px;
	background: url(../images/layout-images/box4-h2.png) repeat-x left top;
	color: #ffffff;
	font-size: 11px;
	text-align: right;
	border-bottom: 1px solid #CCCCCC;
	margin: 0;
}

.client-list {
	padding-top: 15px;
	background-color: #f0f4f6;
}

.client-list ul li {
	list-style-type: square;
	margin-left: -15px;
	padding-bottom: 5px;
	font-size: 11px;
}

.reference {
	padding: 12px;
	background-color: #f0f4f6;
	margin-top: 1px;
	border-bottom: 1px #CCCCCC solid;
	font-size: 11px;
}

/** links page */


.link-list {
	 margin-left: -30px;
	 list-style: none;
}


.link-list ul li {
	 margin-left: -20px;
	 margin-top: 6px;
	 list-style: square;
}

.link-heading-a {
	color: #FFFFFF;
	text-decoration: none;
}




