body {
	padding:0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #1F2636;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	}
#mainContent a{
	color: #2E4354;
	text-decoration: none;
	font-weight: bold;
}
#mainContent a:hover {
	text-decoration: underline;
	
}

#container  {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header  {
	background-image: url(images/header3.jpg);
	height: 250px;
	width: 955px;
	padding: 0;
	background-repeat: no-repeat;
	background-color: #000;
	background-position: bottom;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #8A3423;
} 
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 168px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#sidebar1 img {
	display: block;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 0px;
}

#sidebar1 p {
	text-align: left;
	padding-right: 5px;
}

#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#sidebar2 p {
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#sidebar2 .heading {
	background-color: #172734;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 8px;
	padding-left: 8px;
}
#sidebar2 img {
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	
}

#mainContent  {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 190px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	width: 540px;
} 
/************Generic Table Formatting*****/
.tableStylesmall {
	font-size: .9em;
	vertical-align: top;
}
#mainContent table {
	border-collapse:collapse;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent table th  {
	border-collapse:collapse;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	background-color: #1F2636;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: .9em;
	color: #FFF;
	text-align: center;
}
#mainContent table td {
	border-collapse:collapse;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	font-size: .9em;
	padding-top: 5px;
	padding-bottom: 5px;
}
#mainContent table tr {
	border-collapse:collapse;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	font-size: .9em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}



#mainContent ul li {
	font-size: .8em;
	padding-top: .2em;
	padding-bottom: .2em;
}


#mainContent img {
	display: block;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: 10px;
	padding: 5px;
	border: thin solid #000;
	background-color: #1F2636;
}
#mainContent img.right {
	float: right;
	margin-left: 20px;
	display: block;
}

/*******end of table styles********/


#footer  {
	padding-top: 10px;
	text-align: center;
	background-color: #8A3423;
} 
#mainContent #emf-form #ContactTbl {
}
#mainContent #emf-form #ContactTbl td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
}
#footer a:visited {
	color: #FF6;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style5 {color: #003366}
.style6 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.style7 {
	color: #03C
}


#navcontainer {
	width: 165px;
}

#navlist
{
	padding: 1px;
	margin-left: 0;
	width: 14em;
	font-family: verdana, sans-serif;
	font-size: .7em;
}

#navlist li
{
	list-style: none;
	margin: 0px;
	border-left: 0px #004080 solid;
	border-bottom: 1px #9C3D00 solid;
	text-align: left;
}

#navlist li a
{
	display: block;
	padding: 0.7em 0.5em 0.7em 0.9em;
	text-decoration: none;
}

#navlist li a:link {
	color: #000;
}
#navlist li a:visited { color: #006; }

#navlist li a:hover
{
font-weight:none;
text-align: right;
color: #FFFFFF;
background: #9C3D00;
border-left: 8px #9C3D00 solid;
}


h1 {
	color:#0E2F58;
	margin:0;
	font-family: verdana, arial, sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	font-style: italic;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

h2 {
	color:#0E2F58;
	text-align: left;
	font-family: verdana, arial, sans-serif;
	font-size: 1em;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0;
	background-repeat: no-repeat;
	background-position: 0px;
}


h3 {
	color:#0D2B46;
	margin:0;
	text-align: left;
	font-family: verdana, arial, sans-serif;
	font-size: .9em;
	text-transform: uppercase;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-style: italic;
	font-weight: bold;
}

h4 {
	color:#0F2F55;
	padding:10px;
	margin:0;
	text-align: left;
	font-family: verdana, arial, sans-serif;
	font-size: 19pt;
	font-style: italic;
}

h5 {
	color:#666;
	margin:0;
	text-align: left;
	font-family: verdana, arial, sans-serif;
	font-size: 1em;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h6 {
	font-size: .8em;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


p {
	text-align: justify;
	font-size: 0.8em;
	line-height: 1.6em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

#content {
	margin-left:190px;
	width:500px

}


#leftImg
{
float:left;
padding: 0 0px 0px 0;
}
#reg-form table td{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
