/*
  Designed by Keith Eubanks
*/



/* Body Styles #62829a*/
                
body            {
                margin: 0;
                padding: 0;
                color: #333; 
                font: 12px Helvetica, Arial, sans-serif; 
                line-height: 18px; 
                }

h2              { 
                color: #333; 
                }

a               {
                color: #8FC742; 
                font-size: 16px; 
                font-weight: bold; 
                line-height: 40px; 
                }
		
p               { 
                margin: 0 0 18px; 
                }               

#wrapper		{ 
                float: left; 
                }
		
/* Header */
		
        
#header			{ 
                background: #8FC742; 
                border-bottom: 2px solid #ddd;
                margin-left: 0px;
                margin-top: 20px; 
                padding-left: 25px
                }
		
#header h1  	{ color: #004b6f; 
                margin: 0 0 3px; 
                padding: 24px 18px 0; 
                }

#header p		{ color: #666; 
                font-size: 11px; 
                font-weight: bold; 
                padding: 0 18px; 
                }
		
/* Navigation */

#navigation		{ background: #014A8E; 
                border-bottom: 1px solid #ccc; 
                float: left;
                margin-left: 25px;
                margin-top: 20px; 
                margin-bottom: 20px; 
                padding-top: 20px;  
                width: 288px; 
                }

/* Navigation Text Alignment */

#NavCenter      {
                text-align:left; 
                margin-left: 15px; 
                }

#NavLeft        {text-align:left;
                 margin-left: 0px;
                 }

#navigation ul	{margin-top: 30px; 
                Margin-bottom: 30px; 
                }
		
		
/* Content Positioning & Size */

#content		{ 
                background-color:#C6D9D7;
                border-bottom: 1px solid #ccc;
                float: left;
                width: 540px;  
                margin-left: 0px;
                margin-top: 20px; 
                margin-bottom: 20px; 
                padding-top: 20px; 
                padding-left: 20px; 
                 
                }

#content p      { 
                padding-right: 18px; 
                font-size: 10pt; 
                font-weight: normal 
                }

#content h2     { 
                color: #014A8E; 
                Font-size: 18pt; 
                Font-weight: Bold; 
                }

#content h3     { 
                Font-size: 14pt; 
                Font-weight: Bold;
                line-height: 14pt 
                }
            
#content a      { 
                color: #014A8E; 
                Font-size: 11pt; 
                Font-weight: normal; 
                }                

		
/* Extra */

#extra			{ 
                float: left; 
                margin-left: 10px;
                margin-top: 20px; 
                margin-bottom: 20px; 
                padding-top: 0px; 
                padding-left: 20px; 
                padding-right: 10px;
                border-bottom: 1px solid #ccc;
                width: 350px; 
                }	

#extra h2		{ 
                color:#014A8E; 
                Font-size: 18pt; 
                Font-weight: Bold; 
                line-height: 18pt 
                }

#extra h3		{ 
                color:#333; 
                Font-size: 12pt; 
                Font-weight: Bold; 
                line-height: 12pt 
                }                

#extra small	{ 
                font-size: 11px; 
                line-height: 18px; 
                }

#extra p        { 
                padding-right: 18px; 
                }

#extra a		{ 
                color:#014A8E; 
                Font-size: 10pt; 
                Font-weight: Bold;
                line-height: 10pt; 
                margin-left: 20px 
                }
		

/* Footer */

#footer			{ 
                margin-top: 20px;
                background: #014A8E; 
                border-bottom: 2px solid #999; 
                clear: left; 
                width: 100%; 
                }

#footer a		{ 
                color: #8FC742; 
                margin-left: 25px; 
                }

#footer	p		{ 
                color: #8FC742; 
                margin: 0; 
                padding: 0 18px 10px; 
                }

#footer ul		{ 
                border-bottom: 2px solid #8FC742; 
                list-style: none; 
                margin: 0 18px 6px; 
                padding: 10px 0 6px; 
                }

#footer li		{ 
                display: inline; 
                font-size: 11px; 
                font-weight: bold; 
                padding-right: 5px; 
                }



