﻿
body 
{
	text-align: center;
	padding: 0 0 0 0;
	background-image: url(../images/AFH_r4_c1.jpg);
	margin: 0;
	height: 100%;
	min-height: 100%;
}
td
{
	vertical-align:top;
}
h1
{
	font-size: 20px;
	color: #0e2628;
}
A
{
	font-size: 10px;
	font-family: Verdana, Tahoma, Verdana;
	color: midnightblue;
}

#main
{
	margin:auto; /* for IE6 and Firfox centering */
	text-align:left; /* so that IE6 and Firefox puts the text to the left*/
	height:400px; /* Have to put SOMETHING in here for the height for both browser. DO NOT put in a percentage, must be a pixel value */
	width: 100%;
	margin: auto;
	background: url(../images/AFH_r1_c1.jpg) repeat-x;
	
}

#mainframe
{
	text-align: left;
	width: 735px;
	height: 100%;
	margin: 0 auto;
	font-size: 10px;
	font-family: Verdana, Tahoma, Verdana;
	color: dimgray;
	background: #ffffff;
	background-image: url(../images/main_bg.jpg);
	
}
#col1
{
	width: 171px;
	height: 100%;
	border: solid 0px red;	
	float:left;
}
#logos
{
	width: 171px;
	height: 195px;
	background-image: url(../images/logos.jpg);
	float:left;
}

#col2
{
	width: 564px;
	border: solid 0px blue;	
	float:right;
}
#content
{
	padding: 15px;	
}

#menu
{
	background-image: url(../images/AFH_r2_c2.jpg);
}

#footer 
{
	text-align: center;
	clear: both;
	font-family: Verdana, Tahoma, Verdana;
	color: white;
	font-weight:normal;
	font-size: 10px;
	margin: 40px auto;
	width: 500px;
	
}

/*-------------------------------------------------------------------*/
.footer
{
	font-family: Verdana, Tahoma, Verdana;
	color: white;
	font-weight:normal;
	font-size: 10px;
	padding: 3px;

}

.stockimg
{
	border: solid 1px #999999;
	margin: 0;
	padding: 0;
	margin: auto;
}

.stockhead
{
	font-size: 12px;
	font-family: Verdana, Tahoma, Verdana;
	color: dimgray;
	font-weight:bold;
}
.stockprice
{
	font-size: 12px;
	font-family: Verdana, Tahoma, Verdana;
	color: #0e2628;
	font-weight:bold;	
}
.formInput
{
	border: solid 1px #cccccc;	
}
.button
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 8pt;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	font-family: Verdana;
	background-color: #EEF1F2;	
	
}
/*-------------------------------------------------------------------*/

.MenuGroup
{
	cursor: pointer;
	cursor: hand;

}

.MainItem 
{
	height: 29px;
	cursor: hand;
	font-size: 12px;
	font-family: Verdana;
	font-weight:bold;
	padding: 6px 0 6px 11px; 
	margin: 0px;
	color: #ffffff;
	width: 171px;
	text-align:left;
	text-decoration: none;
}
.MainItemOver A
{
	height: 29px;
	cursor: hand;
	font-size: 12px;
	font-family: Verdana;
	font-weight:bold;
	padding: 6px 0 6px 11px; 
	margin: 0px;
	color: #ffffff;
	width: 171px;
	text-align:left;
	text-decoration: underline;
}
.MainItemClicked
{
	height:32px;
	cursor: pointer;
	cursor: hand;
	font-size: 11px;
	font-family: Arial, Verdana;
	color: #333333;
	width: 97px;
	margin-right:19px;
	text-align:center;
	border-top: 1px solid #6BC020;
	border-left:1px solid #C5C5C5;
	border-right:2px solid #A1A1A1;
	background-image:url(../images/menuBg.gif);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}