/* Site Design Notes 
Margins are important in this layout 
Body: 25px 
Right side nav: 15px.

COLORS:
blue = 006683
orange = ff6633
yellow = foeb7a
text = 3333333

TYPE:
Headers = AlProsperall
body = arial or trebuchet */

body {
	font-family: Arial, Trebuchet, Helvetica, sans-serif;
	font-size: 12px;
        margin: 10px;
	color: black;
}

/* TD Styles */
td { vertical-align: top; }

td.footer 
        { 
        padding: 5px 0px 5px 12px;
        font-size: 10px;
        }

TD P
	{
        font-size: 12px;
        padding-right: 24px;
	}
        
TD OL
        {
        font-size: 12px;
	padding-right: 24px;
	}

TD UL
        {
        font-size: 12px;
	padding-right: 24px;
	}        

TD LI
        {
        font-size: 12px;
        }


TABLE#newAccount
        {
        font-size: 12px;
        font-weight: bold;
        color: #033016;
        }

TD#right
	{
	padding-bottom: 50px;
	}
	
TD#right P
	{
	padding-left: 20px;
	}	

TD#left
	{
	padding-left: 20px;
        padding-right: 10px;
        font-size: 10px;
	}
        
TD#left2
	{
        font-size: 10px;
        vertical-align: middle;
        font-weight: bold;
        color: #033016;
	}
        


        
        
DIV.left_line
	{
	position: relative;
	height: 1px;
	width: 30px;
	background-color: #FF6331;
	left: -30px;
	bottom: 1px;
	}

* html DIV.left_line
	{
	bottom: 4px;
	}

.smalltext 
        {
        font-size: 10px;
        }        

.smalltext B 
        {
        font-size: 11px;
        font-weight: bold;
        }

.text12
        {
        font-size: 12px;
        }

/* Links */
a:link { color: #333333; text-decoration: underline; }
a:hover { color: #333333; text-decoration: underline; }
a:visited { color: #333333; text-decoration: underline; }

a.footerlink:link {
	color: #666666;
	font-size: 10px;
	text-decoration: none;
}
a.footerlink:hover {
	color: #666666;
	font-size: 10px;
        text-decoration: underline;
}
a.footerlink:visited {
	color: #666666;
	font-size: 10px;
	text-decoration: none;
}
h1 { 
        font-family: Arial, trebuchet, Helvetica;
        font-size: 15px;
        color: #033016;
        padding-bottom: 0px;
}
/* Picture Styles */
