@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:#1A5EA7;text-align: center;
	margin-top: .5em;margin-bottom: .5em;
	font-size:22px;}

h2 {
	font-family: Verdana;	
	font-size:18px;}
	
h3 {
	font-family: Verdana;text-align: center;
	color:#134D97;font-size:20px;}
	
h4 {
	font-family: Verdana;text-align: center;	
	font-size:14px;}	

.banner {
	height: 169px;width: 1000px;
	background-color:#FFFFFF;
	}

p {
	padding: 5px 35px;
	}
.links	{
	padding: 5px 55px;
		}
.contact {
	padding: 5px 35px;font-size: 18px;font-weight: bold;
	}
	

	
body {
	background-image: url("back3.png");
	width: 1000px;font-weight: bold;
	margin-left: auto;margin-right: auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	}

.center-div { margin-left: auto; margin-right: auto; }	

.td-center { width: 50%;}

.td-home1 { width: 80%;}

.td-home2 { width: 20%;}
	
/* ===========================
   ===== Main Navigation ===== 
   =========================== */
   
nav {
	background: #134D97;
	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: #4CAEE1;display: inline-block;
	height: 20px;padding: 5px 23px;
	text-decoration: none;
	}

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

/* ===========================
   ===== Main Content Section ===== 
   =========================== */
   
main {
	background-color: white;
	float: left;
	padding: 5px;
	width: 990px;
	}


footer {
	text-align: center;
	clear: both;
	background-color: #ffffff;
	color: #000000;font-style: italic;
	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: 75px;
	}	
	
.footing td {
		width: 33%;padding: 5 px;		
		}
		
.portf {
	padding: 5px 55px;font-size: 14px;font-weight: bold;}
	}	
