/* CSS Document */

html, body, * {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


:link img, :visited img, :hover img, :active img, img { border: none; } 
h1, h2, h3, h4, h5, h6 { font-weight: normal; }


h1 {
	margin-bottom: 0.5em;
	font-size: 20px;
	color: #142A88;
	font-weight:normal;
	line-height:26px;
}


h2 { 
	margin-bottom: 0.5em; 
	font-size: 16px;
	color: #419DDE;
	font-weight:normal;
	line-height:22px;
}


h3 {
	color: #419DDE;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 9px;
	letter-spacing: 0.5px;
}


h4, h5, h6, p, ul, ol, address, blockquote, dl, table { 
font-size: 1; 
margin-bottom: 1em; 
margin-top: 0px;
}


/* ========== Mainbody ========== */

body {
	background-color:#FFFFFF;
	margin-top:20px;
}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:820px;
}


#banner {
	height: 228px;
	background-image:url(../images/header_logo.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color:#FFFFFF;
}


#middle_box {
	background-image: url(../images/baseline.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #E1F4FD;
	width: 820px;
	height: auto;
	float: left;
}

#nav_bar {
	width: 190px;
	height: auto;
	margin-right: 10px;
	float: left;
	margin-bottom: 20px;
}

#nav_button {
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 190px;
	height: 38px;
	margin-top: 2px;
	margin-bottom: 2px;
}


#nav_button_select {
	background-image: url(../images/button_selected.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 190px;
	height: 38px;
	margin-top: 2px;
	margin-bottom: 2px;
}


#main_holder{
	width: 460px;
	height: auto;
	float: left;
	margin-bottom: 120px;
}


#main_box_top_pic {
	background-repeat: no-repeat;
	background-position: top center;
	float: left;
	background-color: #FFFFFF;
}


#main_text_box {
	width: 420px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #FFFFFF;
	float: left;
}


#main_box_bottom_pic {
	background-repeat: no-repeat;
	background-position: top center;
	margin-bottom: 20px;
	float: left;
}


#download_button {
	background-image: url(../images/download_button.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 200px;
	height: 35px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;	
	float: right;
}
#download_button2 {
	background-image: url(../images/download_button2.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 380px;
	height: 35px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 20px;	
	float: left;
}

#rightside_column {
	width:160px;
	height: auto;
	margin-top: 20px;
	float: right;
}


#footer {
	width: 820px;
	height: 20px;
	background-color: #CC0000;
	float: left;
	margin-bottom: 20px;
}


.button_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
	color: #000000;
}


.button_text_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
	color: #FFFFFF;
}


.main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	line-height: 15px;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
}
#ticker {
	width: 420px;
	height: 40px;
	float: left;
	color:#FFFFFF;
	background-color:#e1f4fd;
	font-size: 16px;
	padding-top: 20px;
	font-size: 16px;
	color: #419DDE;
	font-weight:normal;
	line-height:22px;
}
#ticker a, #ticker a:active, #ticker a:visited {
	margin-bottom: 0.5em; 
	font-size: 16px;
	color: #419DDE;
	font-weight:normal;
	line-height:22px;
}
#ticker a:hover {
	margin-bottom: 0.5em; 
	font-size: 16px;
	color: #142A88;
	font-weight:normal;
	line-height:22px;
}
.tbcell {
	padding-bottom: 3px;
	border-bottom: dotted 1px #0066b3;
	padding-top: 3px;
	padding-left: 5px;
	font-size:11px;
}