﻿/* THIS IS THE GENERAL SITE STYLE SHEET. */


/*This controls the page settings.*/
.body{
background-color:      #004167;


 }
 
 

 /* These are the panel to the left of the content section settings. */

.leftpanel{
background-color:	#ffffff;
text-align:            top;




}


 /* These are the menu settings for the CMS Builder rendered in the Main Menu box. */

.menu{
background-color:	#ffffff;
border-right: thin solid #C0C0C0;
padding-left: 10px;
padding-top: 30px;
padding-bottom: 10px;

}

a:visited  {
color:	#000000;
font-family:	verdana, arial, sans-serif;
font-size:	10px;
line-height:	175%;
text-decoration: none;
}

a:hover  {
color:	#666666;
font-family:	verdana, arial, sans-serif;
font-size:	10px;
line-height:	175%;
text-decoration: underline;
}

a:link  {
color:	#000000;
font-family:	verdana, arial, sans-serif;
font-size:	10px;
text-decoration: none;
line-height:	175%;
}

a:active  {
color:	#000000;
font-family:	verdana, arial, sans-serif;
font-size:	10px;
text-decoration: none;
line-height:	175%;
}
 
/* These are the CMS Builder Manger general content settings. */
 .cms_content  {
background-color:    #FFFFFF;
 font-family:        verdana, arial, sans-serif;
 font-size:          13px;
 color: 			   #333333;
 line-height: 150%;
padding-right: 15px;
padding-left: 15px;
padding-top: 20px;
padding-bottom: 20px;


 }

a:visited.cms_content {
color:	#000000;
font-family:	verdana, arial, sans-serif;
font-size:	11px;
line-height:	150%;
text-decoration: none;
}

a:hover.cms_content  {
color:	#000000;
font-family:	verdana, arial, sans-serif;
font-size:	11px;
line-height:	150%;
text-decoration: underline;
}  

   
/* These are the copyright statement settings found in the footer. */
  .copyright  {
  background-color:         #004167;
  color:	                  #ffffff;
  font-family:            verdana, arial, sans-serif;
  font-size:              12px;
  text-align:             center;

  }
  
.tr_corner  {
	 text-align: right;
	 background-color: #FFFFFF;
}

.tl_corner  {
	 background-color: #FFFFFF;
} 

