@charset "utf-8";

a#login, a#login:visited, a#login:hover
        {
        color:white;
        }

h1
        {
        margin-top:13px;
        font-size:16px;
        }

h2
     {
     margin-top:10px;
     font-size:14px;
     }

A:link
        {
        text-decoration:none;
        }

A:hover
        {
        text-decoration:underline;
        color: #993333;
        }

/*A:visited
        {
        text-decoration:none;
        color: #993333;
        }
*/
body
	{
	color:#666666;
	font-size:11px;
	font-family: verdana,helvetica,sans-serif;
        line-height:16px;
	}

#topBlue
	{
	background-color:#333362;
	height:6px;
	}

#topMaroon
	{
	 background-color:#993333; 
	 margin:0 0 0 0; 
	 padding:0 0 0 0;
	 height:24px;
	 }
	 
#memberLogin
	{
	text-align:right;
	margin: 0 auto;
	width: 702px;
	bottom:0px;
        color:white;
	}

body
	{
	background-color:#ca3232;
	margin:0 0 0 0;
	}

#bodyWrapper
	{
	margin: 0 auto;
	width: 712px;
	bottom:0px;
	}
	
#bodyContent
	{
	background-color:white;
	position:relative;
	}

#bodyContentInner
	{
	padding: 10px;	
	}
	
#logo
	{
	float:left;
	width:200px;
	height:85px
	}
	
#topNav
	{
	height:95px;
	text-align:center;
	}
	
#navLinks
	{
        margin-left:240px;
	padding-top:37px;
	}
	
#pageBanner
	{
	background-color:white;
	text-align:center;
	}

#leftNav
	{
	float:left;
	width:160px;
	margin:0;
	height:100%;
	font-size:11px;
	}
	
#leftNav A:link
	{
	COLOR: #993333; 
	text-decoration:none;
	}

#leftNav A:visited
	{
	COLOR: #993333; 
	text-decoration:none;
	}
	
#leftNav A:active
	{
	COLOR: #993333; 
	text-decoration:none;
	}

#leftNav A:hover
	{
	color:#252F88;
	text-decoration: underline;
	}

#leftNav ul
	{
	margin-left:-10px;	
	}

#leftNav li
       {
       margin-bottom:4px;
       }

#content
	{
	margin-left:180px;
        margin-right:10px;
	}
	
.footer
	{
	text-align:center;
	margin-top: 0px;
        margin-bottom:10px;
        font-family: Verdana;
        font-size:9px;
        color: #410d0d;
}
	
.spacer
	{
	height:1px; 
	background-image:url(/subpage_files/rule_gray02_3x1.gif);
        margin-top:2px;
        margin-bottom:2px;
	}

#horLine
        {
	background-image:url(/subpage_files/rule_gray02_3x1.gif);
	background-repeat:repeat-y;
        float:left;
        width:10px;
        }

/* Start Rounded Corners */

.corner { position: absolute; width: 10px; height: 10px; background: url(../images/conners.gif); no-repeat; font-size: 0%; }
.TL { top: 0; left: 0; background-position: 0 0; }
.TR { top: 0; right: 0; background-position: -10px 0; }
.BL { bottom: 0; left: 0; background-position: 0 -10px; }
.BR { bottom: 0; right: 0; background-position: -10px -10px; }

/* End Rounded Corners */