/* CSS Document */

.font-small {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px}

body {
  	margin:0;
  	border:0;
  	padding:0;
	background: white;
	font-size: 12pt; 
  	font-family:georgia, arial, verdana, sans-serif; 
	/* overflow: hidden;  */
  }

#container {
  	padding-left: 10px;   /* LC width */
  	padding-right: 10px;  /* RC width */
}

.column {float: none;}

#header {
  	display: none;
  }

#left {
  	display: none;
  	margin: 0 !important;
  	padding: 0 !important;
  	float: none !important;
  }
  
#right {
  	display: none;
  }
  
#center {
  	width: auto;
  	margin: 0 !important;
  	padding: 0 !important;
  	float: none !important;
  	position: relative !important;
  }
  
#footer {
	position: static;
}    
	
/* for internet explorer */

* html body {
  padding:70px 0 90px 0; 
  }

* html #contents {
  height:100%; 
  width:100%; 
  }

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
  
a.topnavigation {font-family: Helvetica, sans-serif; 
                 font-size: 12px;
                 color: #000066}

a.topnavigation2 {font-family: Helvetica, sans-serif; 
                 font-size: 14px;
                 color: #ffffff}
                 
.paragraphtitle1 {font-family: Helvetica, sans-serif; 
                  font-size: 20px; 
                  font-weight: bold; 
                  color: #000066}

.paragraphtitle2 {font-family: Helvetica, sans-serif; 
                  font-size: 16px; 
                  color: #000066}

.paragraphtitle3 {font-family: Helvetica, san-serif; 
                  font-size: 14px; 
                  color: #000066; 
                  font-weight: bold}
				  
.boxheader {font-family: Helvetica, san-serif; 
                  font-size: 14px; 
                  color: #ffffff; 
                  font-weight: bold}
				  
.paragraphtitle4 {font-family: Helvetica, san-serif; 
                  font-size: 14px; 
                  color: #000066; 
                  font-weight: bold}
				  
.paragraphbody2 {font-family: Arial, sans-serif; 
                 font-size: 12px;
				 color: #000066}

.textnavigation {font-family: Helvetica, Century Gothic, sans-serif; 
                 font-size: 14px; 
                 color: #FFFFFF; 
                 link: #FFFFFF; 
                 vlink: #99FFFF; 
                 alink: #FFFF66}

.paragraphbody {font-family: Arial, sans-serif; 
                 font-size: 11px;
				 color: #000066}
