/* Margins and Master Heights */
html, form
{
    height: 100%;   
    width: 100%;
}
body
{
    height: 100%;
    width: 100%;
	font-size: 8pt;
	color: #000000; 
	font-family: verdana, arial, helvetica, sans-serif;
}


/* Sticky Footer Configuration */
#wrapper
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -40px; /*must match footer/push */
}
#sticky-footer, #push
{
    height: 40px; /*must match wrapper margin */
}


/* Border and Positioning */
.content-border
{
    border-left: 1px solid #144293;
    border-right: 1px solid #144293;
    height: 100%;
    margin: 0 auto;
}


/* Layout Widths */
.public-width
{
    width: 775px;    
}
.publichome-width
{
    width: 1000px;    
}


/* Header styling */
.header
{
    background-color: #FFFFFF;
}
.header-table
{
    height: 87px;
    width: 100%;
    border: 0px;
}
.header-table td
{
    text-align: left;
    vertical-align: top;
    padding: 0px;
}
.slogan
{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;  
    font-family: verdana, arial, helvetica, sans-serif;
}
.main-navigation
{
    width: 100%;
}

a.HeaderLink, a.HeaderLink:link, a.HeaderLink:hover, a.HeaderLink:visited
{
    text-decoration: underline;
    font-size: 8pt;
	color: #666666; 
	font-family: verdana, arial, helvetica, sans-serif;
}
a.RenewalLink, a.RenewalLink:link, a.RenewalLink:hover, a.RenewalLink:visited
{
    text-decoration: underline;
    font-size: 8pt;
	color: Red; 
	font-family: verdana, arial, helvetica, sans-serif;
}
.UserName
{
    font-size: 8pt;
	color: #000000; 
	font-family: verdana, arial, helvetica, sans-serif;
}


/* Body Layout/Styling */
.bodyarea
{
    clear: left;  
    width: 100%;
}
.sidebar-left
{
    width: 160px;
    background-color: #F1F1F1; 
}
.sidebar-left-bg
{
    background-image: url('../images/sidebar-left-bg-160px.gif');
    background-position: left top;
    background-repeat: repeat-y;
}
.main-content
{
    padding: 0px;
}

/* Footer Styling */
.footer
{
    background-color: #FFFFFF;
    clear: both;
}
.footer-content
{
    padding: 15px 20px 0px;
    font-size: 7pt;
	color: #666666; 
	font-family: verdana, arial, helvetica, sans-serif;
}
a.footerlink
{
    text-decoration: none;
    font-size: 7pt;
	color: #666666; 
	font-family: verdana, arial, helvetica, sans-serif;
}
a.footerlink:hover
{
    text-decoration: underline;
}


/* Extra */

.NormalText
{
    font-size: 8pt;
	color: #000000; 
	font-family: verdana, arial, helvetica, sans-serif;
}
