form td, p {
	font-size:13px
}

body {
    background-color: #efefef;                                                  /* THEME COLOR */
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

h3 {
	font-weight:bold;
	font-size:150%
}

form {
    margin: 0;
    padding: 0;
}

/* formpage styles */

.cp {
margin-left:140px;margin-right:140px
}

.cp li a {text-align:left}

.cp ul, .cp li { list-style-type:none}

.formbox {
    padding-top: 15px;
}

.errbox {
    margin-bottom: 10px;
    padding: 10px;
    color: #9c5609;
    background-color: #f1dac2;
    border: 5px #f7983a solid;
}

.formerr {
    padding: 0px 0px 10px 10px;
    background-color: #f1dac2;
    border-left: 5px #f7983a solid;
}

.formerr h4 {
    color: #9c5609;
    border: 0px;
    margin-bottom: 5px;
    padding-top: 5px;
    font-weight: bold;
}

.formreq h4 {
    font-weight: bold;
}

.formopt h4 {
    font-weight: normal;
}

div.formchk {
    float: left;
    padding: 0px 10px 4px 2px;
    margin: 0px auto;
    background-color: #f9f9f9;
    border: 1px solid #e9e9e9;
}

span.hint {
    padding-left:10px;
    color: red;
}

div.formerr span.hint {
    font-style: italic;
    color: #935608;
}

.clearfix {
    padding: 0px;
    font: 0px/0px arial, sans-serif;
    clear: both;
    height: 0px;
}

.basictext {
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 13px; color:#000066;
}
		
.errortext {
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 13px; color:#C00000; font-weight: bold;
}

.errortext2 {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 13px; color:#C00000;
		margin-left:140px;
		margin-top:-1px;
		margin-bottom:0px;
}

.alert {
	background: #fff6bf url(../img/alert.jpg) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}

.success {
	margin-top:30px;
	background: #f8fafc url(../img/success.jpg) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #b5d4fe;
	border-bottom: 2px solid #b5d4fe;
}

#navlist
{
border-bottom: 1px solid #ccc;
margin: 0;
padding-bottom: 19px;
padding-left: 30px;
padding-left: 30px;
}

#navlist ul, #navlist li
{
display: inline;
list-style-type: none;
margin: 0;
padding: 0;
}

#navlist a:link, #navlist a:visited
{
background: #E8EBF0;
border: 1px solid #ccc;
color: #666;
float: left;
font-size: small;
font-weight: normal;
line-height: 14px;
margin-right: 8px;
padding: 2px 10px 2px 10px;
text-decoration: none;
}

#navlist a:link#current, #navlist a:visited#current
{
background: #fff;
border-bottom: 1px solid #fff;
color: #000;
}

#navlist a:hover { color: #f00; }

/* start - table */
table {
	border-collapse: collapse;
	/*margin: 10px;	*/
}
th strong {
	color: #fff;
}
th {
	background: #93BC0C url(nav.jpg) repeat-x;
	height: 35px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #fff;
}
tr {
	height: 32px;
}
td {
	padding-left: 13px;
	padding-right: 13px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

.input {







			border: 1px solid #99b3b4;







			width: 220px;







			background: #e4ebeb;







			font: 13px verdana, sans-serif;







			color:#443;







			padding:3px;







			margin-bottom:4px;







			outline:none;







		}







		.textarea {







			width:220px;







			border: 1px solid #99b3b4;







			background: #e4ebeb;







			font: 13px verdana, sans-serif;







			color:#443;







			padding:3px;







			margin-bottom:4px;







			outline:none;







		}







		}







		.input:focus {







			border:1px solid #567475;







			background: #e4ebeb;







		}

		.submit-btn {

			width: 54px;

			height: 20px;

			background: #743 url(../img/submit.gif) no-repeat;

			outline: none;

		}

		.submit-btn:hover {

			background: #069 url(../img/submit.gif) no-repeat 0 -20px;

		}


		.error {

			color:red;

			margin:0;

			padding:0;

		}

.errortext {
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 13px; color:#C00000; font-weight: bold;
}

.errortext2 {
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 13px; color:#C00000;
		margin-left:10px;
		margin-top:-1px;
		margin-bottom:0px;
}

#navlist
{
border-bottom: 1px solid #ccc;
margin: 0;
padding-bottom: 19px;
padding-left: 10px;
}

#navlist ul, #navlist li
{
display: inline;
list-style-type: none;
margin: 0;
padding: 0;
}

#navlist a:link, #navlist a:visited
{
background: #E8EBF0;
border: 1px solid #ccc;
color: #666;
float: left;
font-size: small;
font-weight: normal;
line-height: 14px;
margin-right: 8px;
padding: 2px 10px 2px 10px;
text-decoration: none;
}

#navlist a:link#current, #navlist a:visited#current
{
background: #fff;
border-bottom: 1px solid #fff;
color: #000;
}

#navlist a:hover { color: #f00; }

body.section-1 #navlist li#nav-1 a,
body.section-2 #navlist li#nav-2 a,
body.section-3 #navlist li#nav-3 a,
body.section-4 #navlist li#nav-4 a
{
background: #fff;
border-bottom: 1px solid #fff;
color: #000;
}

#navlist #subnav-1,
#navlist #subnav-2,
#navlist #subnav-3,
#navlist #subnav-4
{
display: none;
width: 90%;
}

body.section-1 #navlist ul#subnav-1,
body.section-2 #navlist ul#subnav-2,
body.section-3 #navlist ul#subnav-3,
body.section-4 #navlist ul#subnav-4
{
display: inline;
left: 10px;
position: absolute;
top: 95px;
}

body.section-1 #navlist ul#subnav-1 a,
body.section-2 #navlist ul#subnav-2 a,
body.section-3 #navlist ul#subnav-3 a,
body.section-4 #navlist ul#subnav-4 a
{
background: #fff;
border: none;
border-left: 1px solid #ccc;
color: #999;
font-size: smaller;
font-weight: bold;
line-height: 10px;
margin-right: 4px;
padding: 2px 10px 2px 10px;
text-decoration: none;
}

#navlist ul a:hover { color: #f00 !important; }