/* Fonts */
@font-face {
    font-family: 'kaushan_scriptregular';
    src: url('kaushanscript-regular-webfont.eot');
    src: url('kaushanscript-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('kaushanscript-regular-webfont.woff') format('woff'),
         url('kaushanscript-regular-webfont.ttf') format('truetype'),
         url('kaushanscript-regular-webfont.svg#kaushan_scriptregular') format('svg');
    font-weight: normal;
    font-style: normal;

}	

/* Links */
	a:link {  font-size: 12px; color: #000000; text-decoration: underlined}
	a:visited {  font-size: 12px; color: #000000; text-decoration: underlined}
	a:active {  font-size: 12px; color: #cc6600; text-decoration: underlined}
	a:hover {  font-size: 12px;	color: brown; text-decoration: underlined}
	td {font-family: Arial, Helvetica, sans-serif; font-size: 10pt;	font-style: normal;	line-height: 20px;	}
	
	a.FooterNav:link { color: #FFFFFF; font-size: 11px; font-weight: normal; text-decoration: none; font-family: Arial, Helvetica, sans-serif; }
	a.FooterNav:visited { color: #FFFFFF; font-size: 11px; font-weight: normal; text-decoration: none; font-family: Arial, Helvetica, sans-serif; }
	a.FooterNav:hover { text-decoration: none; font-size: 11px; font-weight: normal; color: #ffff00; font-family: Arial, Helvetica, sans-serif; }
	a.FooterNav:active { color:#FFFFFF; font-size: 11 px; font-family: Arial, Helvetica, sans-serif;  }
	
	a.TopNav:link { color: #014d93; font-size: 15px; font-weight: bold; text-decoration: none; font-family: Arial, Helvetica, sans-serif; }
	a.TopNav:visited { color: #014d93; font-size: 15px; font-weight: bold; text-decoration: none; font-family: Arial, Helvetica, sans-serif; }
	a.TopNav:hover { text-decoration: none; font-size: 15px; font-weight: bold; color: #bb221a; font-family: Arial, Helvetica, sans-serif; }
	a.TopNav:active { color:#014d93; font-size: 15 px; font-family: Arial, Helvetica, sans-serif;  }
	


/* Menu */
nav { width: 796px; height: 27px; text-align:center; z-index: 100; position: relative; padding-top: 3px;
}

			nav ul {height: auto; list-style:none;}
				nav ul li {float: left; position:relative; width: auto; margin: 0 10px 0 10px; }
					nav ul li a {
					color: #014D93!important; 
					font: 15px/22px Arial, Helvetica, sans-serif!important; 
					font-weight: bold!important; 
					text-decoration: none; }
						nav ul li:hover a {
							text-decoration: none;
							color: #014D93;
							}
						
		/*drop down*/
		/*nav ul li:hover ul {display:block}	*/
		
			nav ul li ul {width:auto; display:none; position:absolute; left:-20px; top:30px; background: #e4f0fd; padding:10px;
			border-bottom-right-radius: 10px ;
			border-bottom-left-radius: 10px;
			-moz-border-radius-bottomleft: 10px;
			-moz-border-radius-topright: 0;
			z-index: 99;
		}
			nav ul li ul li {width:100%; height:auto; float:left; line-height: 30px; text-align:left; letter-spacing:0; font-weight: none!important; }
				nav ul li:hover ul li a {color:#000; }
				nav ul li ul li:hover a {color:#014d93; }
				
				
/* content Styles */
.bodyContent { text-align: justify;}
						
						
.clearfix {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;}
   
.mainContainer {
	width: 980px; 
	height: 710px; 
	z-index: 99; 
	background-color: #e2eef8; 
	-moz-border-radius: 25px;
	border-radius: 25px; 
	border: 1px solid #8cabc8;
	padding: 10px
	}
	
.mainContainer span {
	font-size: 9px; color: #014d93
}

h1 {font-family: 'kaushan_scriptregular'; font-size: 26px; color: #014d93; margin-top: 0px; margin-left: 10px}
	
	
.columnLeft {
	width: 396px; height: auto; position: relative; float:left; padding-left: 10px;font-family: Arial, Helvetica, sans-serif; font-size: 10pt;	font-style: normal;	line-height: 20px;margin-top: -17px	
}

.columnRight {
	width: 509px; height: auto; position: relative; float:right;  padding: 0 20px 0 20px;font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; line-height: 20px;	
}

/* footer */
	.FooterNavText {  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 16px; color: #FFFFFF; }		
	.FooterCopyright {  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; color: #000000; }	
	