/* CSS Document */




/*//////////////////////////////////////////////// Document Setup /////////////////////////////////*/

#page_container {
	width: 901px;
	margin:0 auto;
}

html, body	{
	margin:0;
	padding:0;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

body {
	background-image: url(../images/bg.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	background-color: #f1f7fa;
}
h1 {
	font-size: 20px;
	color: #004E97;
}
h2 {
	font-size: 14px;
	color: #333333;
	padding-bottom:5px;
	line-height: 130%;
}

h3 {
	font-size: 12px;
	font-color: #666;
}
h4 {
	font-size: 10px;
	color: #666;
}
h5 {
	font-size: 12px;
	color: #666;
	line-height: 130%;
}
h6 {
	font-size: 36px;
	color: #004E97;
}

p	{
	font-size: 12px;
	font-color: #666;
	line-height: 130%;
}
p2 {
	color:fff;
}


a:link {
	color:#2b6aab;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4B93E0;
}
a:hover {
	text-decoration: none;
	font-size:100%;
	color:#E05206;
}
a:active {
	text-decoration: none;
}

.selected{
	background-image: url(../images/header_arrow_icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	font-weight: normal;
	padding-left: 20px;
	color: #E05206;
	
}



/*//////////////////////////////////////////////// Document Setup End /////////////////////////////////*/





/*//////////////////////////////////////////////// Blue Box /////////////////////////////////*/


#unique_box_css_id {
	padding-left:5px;
	width:190px;
}

#unique_box_css_id2 {
	margin-left:0px;
	float:left;
	width:500px;
}

#unique_box_css_id3 {
	padding-left:10px;
	float:left;
	width:200px;
}
#unique_box_css_id a {
	display:block;
}

.box_middle{
	margin-right: 0px;
	padding: 0px;
	background-image: url(../images/left_box.jpg);
	background-repeat: repeat;
}
.box_middle, .content{
	margin-right: 9px;
	margin-left: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/blue_fade.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.box_middle, .content p{
	font-size:12px;
	margin-top: 0px;
	margin-right: 9px;
	margin-bottom: 0px;
	color:#2b6aab;

}
#box_middle, .content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#box_middle, .content li {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top:solid;
	border-color: #d0e1f3;
	border-top-width: 1px;
}
#box_middle, .rss-item {
	
	padding-top: 5px;
	padding-bottom: 5px;
	border-top:solid;
	border-color: #d0e1f3;
	border-top-width: 1px;
}
#box_middle, .rss-item a {
	
	display:block;
}
.box_right{
	background-image: url(../images/right_box.jpg);
	background-repeat: repeat-y;
	background-position: top right;
	padding-right: 2px;
	margin-right: -4px;
}
.box_left{
	margin-left: 1px;
	left: 0px;
	height: inherit;
	background-image: url(../images/left_box.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.box_top{
	background-image: url(../images/top_box.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 19px;
	margin-left: -2px;
}
.box_top_right{
	background-image: url(../images/top_right_box.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	width: 20px;
	height: 19px;
	float: right;
}
.box_top_left{
	background-image: url(../images/top_left_box.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 20px;
	height: 19px;
	float: left;
}
.box_bottom{
	background-image: url(../images/bottom_box.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 19px;
	margin: 0px;
	padding: 0px;
}
.box_bottom_right{
	background-image: url(../images/bottom_right_box.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 20px;
	height: 19px;
	float: right;
	margin-right: -2px;
	padding-right: 0px;
}
.box_bottom_left{
	background-image: url(../images/bottom_left_box.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 20px;
	height: 19px;
	float: left;
	margin: 0px;
	padding: 0px;
}


/*//////////////////////////////////////////////// Blue Box End /////////////////////////////////*/





/*//////////////////////////////////////////////// Div's /////////////////////////////////*/

#banner {
	
	left:0px;
	top:0px;
	width:901px;
	height:153px;
}

#op_window {
	top:153px;
	width:901px;
	height:320px;
}

#showcase {
	width:901px;
	height:116px;
}

#spacer {
	height:1px;
}
#left_column {
	float:left;
	width:200px;
	padding-bottom:20px;
	padding-top:10px;
	background-color:#fff;
}
#content {
	float:left;
	width:470px;
	padding-top:8px;
	padding-left:18px;

}
#right_column {
	float:right;
	width:200px;
	padding-bottom:20px;
	padding-top:10px;
	background-color:#fff;
}

#footer {
	float:left;
	left:0px;
	top:1400px;
	width:901px;
	height:100px;
	background-color:#01558b;
	padding-top: 12px;
}
#footer a {
	color: #ccc;
	text-decoration: none;
}
#footer a:hover{
	color: #fff;
	font-size:100%;
	text-decoration: none;
}

#seperator {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top:solid;
	border-color: #d0e1f3;
	border-top-width: 1px;

}

#seperator2 {
	padding:10px;

}
#seperator3 {
	padding:70px;

}
#seperator4 {
	padding:25px;

}

#icons {
	margin-left:8px;
	float:left;
}
#icons_text {
	padding-left:5px;
	float:left;
	width:80px;
}

#opwindow_image {
	float:left;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:5px;
	padding-right:10px;
}
#opwindow_image2 {
	width:240px;
	float:left;
	padding-top:30px;
	padding-bottom:5px;
	padding-right:10px;
}
#opwindow_image3 {
	float:left;
	padding-top:60px;
	padding-bottom:5px;
	padding-right:10px;
	padding-left:2px;
}
#opwindow_text {
	width:320px;
	float:left;
	padding-top:10px;
	padding-bottom:5px;
	padding-right:10px;
	padding-left:20px;
}

#logo {
	float:left;
	padding-left:116px;
	padding-top:50px;
}
#navigation	{
	float:left;
	padding-left:165px;
	padding-top:127px;
}
#navigation a {
	color:#FFFFFF;
	font-size:12px;
}
#navigation a:hover {
	color:#000;
	font-size:12px;
}
#sitemap {
	margin-left:750px;
	padding-top:5px;
}
#sitemap a {
	color:#0063a4;
	font-size:12px;
}
#sitemap a:hover {
	color:#fff;
	font-size:12px;
}
#cell	{
	background-color:#2b6aab;
	padding:2px;
}
#cell	a {
	color:#fff;
}
#cell	a:hover{
	text-decoration: underline;
}



div.stock {
    font-size: small;
    width: 140px;
}

.stock_symbol {
    color: #00549f;
}

.stock_name {
    text-align: left;
}

.stock_value {
    text-align: right;
}

.stock_change_up {
    color: green;
}

.stock_change_down {
    color: red;
}

.stock_image {
    text_align: left;
	padding-top:10px;
}
.stock_image img	{
	width:145px;
	height:100px;
}


/*//////////////////////////////////////////////// Div's End /////////////////////////////////*/




.style1 {color: #FFFFFF}
</style>