@charset "UTF-8";

article, aside, footer, header, main, nav, section {
	display: block;
	}

html, body, h1, h2, h3, ul, li, a, p,
article, aside, footer, header, main, nav, section {
	padding: 0;margin: 0;
	}

a:link {color:#0339F4;}      /* unvisited link */
a:visited {color:#0339F4;}  /* visited link */
a:hover {color:#0339F4;}  /* mouse over link */
a:active {color:#0339F4;}  /* selected link */ 

h1 {
	font-family: Verdana;	
	color:#0F109C;text-align: center;
	margin-top: .5em;margin-bottom: .5em;
	font-size:26px;}

h2 {
	font-family: Verdana;	
	font-size:18px;}

h3 {
	font-family: Verdana;
	color:#0F409C;	
	font-size:26px;}
	
h4	 {font-family: Verdana;font-size: 14px;}	
h5	 {color: #0F409C;text-align: center;font-family: Verdana;font-size: 17px;margin-top: 6px;margin-bottom: 6px;}	
h6	 {color: #E80E0E;font-family: Verdana;font-size: 14px;}	
p.comm	 {color: #0F409C;font-family: Verdana;font-size: 15px;margin-top: 6px;margin-bottom: 6px;text-align: center;}	

.banner {
	height: 169px;width: 850px;
	background-color:#FFFFFF;
	}
	
img.shadow {box-shadow: 8px 8px 10px #aaa;}
p 	{padding: 5px 35px;}
p.para 	{padding: 5px 5px;font-size: 13px;text-align: left;}
p.para1 	{padding: 5px 20px;font-size: 13px;text-align: left;}
p.center1 	{text-align: center;font-size: 15px;font-style: normal;font-weight: bold;}
p.center2 	{text-align: center;font-size: 15px;color: #E80E0E;margin-bottom: 2px;
font-style: normal;font-weight: bold;}
p.bottom	{padding: 10px 0px 10px 0px; text-align: center;font-size: 15px;font-style: normal;font-weight: bold;}
p.con1 	{text-align: center;font-size: 20px;color: #0F409C;font-style: normal;font-weight: bold;}
p.con2 	{text-align: center;font-size: 15px;font-style: normal;font-weight: bold;}
p.city1	{text-align: center;font-size: 10px;font-style: normal;font-weight: bold;padding: 0px 0px 0px 0px;}
p.title 	{text-align: left;font-size: 16px;color: #0F409C;font-style: normal;font-weight: bold;}
p.indent 	{text-align: left;font-size: 13px;font-style: normal;font-weight: bold;padding: 5px 40px;}
p.indent2 	{text-align: left;font-size: 13px;font-style: normal;font-weight: bold;padding: 5px 40px;}
	
body {
	background-image: url("images/bk22.jpg");
	width: 1050px;
	margin-left: auto;margin-right: auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;font-style: normal;font-weight: bold;
	}

.page-container {  
    display: table;  }  

.sidebar { 
    width: 100px; 
    padding: 0px;
    float: none; 
    display: table-cell; 
    vertical-align: top; 
    background-image: url("images/left1.png");
}  	

.sidebar2 { 
    width: 100px; 
    padding: 0px;
    float: none; 
    display: table-cell; 
    vertical-align: top; 
    background-image: url("images/right1.png");
} 

.content {  
    width: 850px;
    padding: 0px;
    float: none; 
    display: table-cell; 
    vertical-align: top; 
	background-color: white;
	}

/* ===========================
   ===== Main Navigation ===== 
   =========================== */
   
nav {
	background: #0f409c;
	font-size: 1em;font-style: normal;font-weight: bold;
	height: 30px;line-height: 20px;
	margin: 0 auto;text-align: center;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	}
	
nav ul {
	list-style: none;margin: 0 auto;
	}

nav ul li {
	text-align: center;display: inline;
	}
	
nav a:link, nav a:visited {
	color: #ffffff;display: inline-block;
	height: 20px;padding: 5px 15px;
	text-decoration: none;
	}

nav a:hover, nav a:active, nav .active a:link, nav .active a:visited {
	background: #FEF236;
	color: #0F409C;
	}
	
nav ul li a {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

   



footer {
	text-align: center;
	clear: both;
	background-color: #ffffff;font-size: 12px;
	color: #000000;font-style: normal;font-weight: bold;
	padding: 5px 20px;
	}

hr {
    display: block;margin-top: 0.5em;margin-bottom: 0.5em;
    margin-left: auto;margin-right: auto;
    border-style: inset;border-width: 1px;
	} 
   
.footer {
	font-size: .875em;
	color: black;font-style: normal;
	margin-top: 15px;
	}

.footing table, th, td {
    border: 0px solid black;text-align: center;
	color: #000000;font-size: .875em;font-style: normal;font-weight: bold;
	}	

.footing table {
	margin-left: auto;margin-right: auto;
	border-collapse: collapse;margin-top: 15px;
	width: 90%;	height: 55px;
	}	
	
.footing td {
		width: 33%;padding: 5 px;		
		}