* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 80%;
	color: #000;
}
#header {
	position: relative;
}
#banner {
	display: none;
}
#incon {
    text-align: justify;
}
#leftHead, #left {
    display: none;
}
#imgsrc {
    display: none;
}
#inpgcontent #center {
}
#footer {
	font-size: 90%;
	color: #666666;
	text-align: right;
	padding: 5px;
	margin: 0 auto;
}
#footer a {
	text-decoration: none;
	color: #666666;
}
#footer ul {
	list-style: none;
	cursor: default;
	margin: 0 0 25px 0;
	padding: 0 5px;
}
#footer li {
	display: inline;
	margin: 0 10px;
}
#footer li a:link, #footer li a:visited {
	text-transform: lowercase;
}
#footer p {
	margin: 5px 15px;
}




h1 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 150%;
	font-weight: bold;
	color: #EF6421;
	padding: 3px 0 13px 0;
	margin-bottom: 13px;
	border-bottom: 1px solid #999;
}
h2 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 130%;
	font-weight: bold;
	color: #EF6421;
	margin: 25px 0 10px 0;
}
h3 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 110%;
	font-weight: bold;
	color: #EF6421;
	margin: 25px 0 10px 0;
}
h2 a:link, h2 a:visited, h2 a:hover {
	color: #EF6421;
	text-decoration: none;
}
#content h1 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 110%;
	font-weight: bold;
	color: #EF6421;
	padding: 3px 0 13px 0;
	margin-bottom: 13px;
	border-bottom: 1px solid #999;
}
#left h2 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 115%;
	font-weight: bold;
	color: #EF6421;
	margin: 0 0 -10px 0;
}
p {
	margin: 15px 0;
}
ul, ol {
	margin: 12px 0;
	padding: 0 40px;
}
li {
	margin: 3px 0;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #0075BF;
	text-decoration: underline;
}
a img {
	border: none;
}
.indent {
	margin-left: 40px;
}
#right .indent {
    margin-left: 15px;
}
.errMsg {
	border: solid 1px #CE0000;
	background-color: #FFEAEA;
	background-image: url(../images/warning.gif);
	background-repeat: no-repeat;
	background-position: 3% 40%;
	padding: 2px 5px 2px 40px;
	margin: 10px 0px;
	color: #CE0000;
	width: 75%;
}
#frmContact {
	margin-left: 30px;
}
#frmContact .frmInput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	padding: 2px;
	margin-bottom: 2px;
	width: 300px;
	height: auto !important;
	height: 1.7em;
	border: solid 1px #BBB;
	background-color: #EAF7FF;
}
#frmContact textarea.frmInput {
	height: auto !important;
}
#cmdSubmit {
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	background-color: #FFF;
	height: 25px;
	width: 85px;
	border: none;
	font-size: 100%;
	color: #FFF;
}


#nav {
	display: none;
}