/*global styles*/
p {
margin:0px 25px 20px -8px;
}
a {color:#006699;
text-decoration:none;}
a:hover {color: #000033;}
pre {white-space:pre;
margin:0px 10px 10px 10px;
}
h1 {
font-size:16px;
padding-top:10px;
font-weight:bold;
color:#418273;
font-weight:bold;
float:left;
}
h2 { font-size:14px; margin:0; padding:0; color:#006699;}
/*img { border:none; }margin-top: 10px;*/
li { list-style:none;}
.floatleft { float:left; clear:both;}
.imageleft {float:left; clear:both; padding:1px; border:1px solid #CCCCCC; margin-right:10px; margin-bottom:10px; margin-top: 10px;}
.imageborder {padding:1px; border:1px solid #CCCCCC;}
.floatright { float:right; clear:both}
img { border:none;}
/*end global styles*/

/*site styles*/
body {
text-align:center;
background-color:#e6f2e3;
background-image: url(images/back.jpg);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 22px;
background-repeat: repeat-x;
margin-top: 0px;
/*color: #245c94;*/
color: #333333;
}
#container {
width:780px;
margin-right:auto;
margin-left:auto;
margin-top:0px;
padding:0px;
text-align:center;
}
#contentheader {
background-image: url(images/header-ie_02.jpg);
height: 251px;
width: 780px;
float:left;
background-repeat:no-repeat;
}
#contentheader2 {
background-image: url(images/banner-applications.jpg);
height: 251px;
width: 780px;
float:left;
background-repeat:no-repeat;
}
#content {
width:780px;
padding:0px;
margin:0px;
float:left;
background-image: url(images/content-back-ie.jpg);
}
#content h1{font-size:14px; margin:0; padding:0;
}
.left { width:230px;
padding:0;
margin:0;
float:left;
}
.right {
width:525px;
padding:0px;
margin:-20px 0px 0px 0px;
float:right;
}
 /*Fix ie6 because it is the worst browser ever*/
* html .right {padding-left: 240px;
margin-top: -450px;
float:right;}
* html .right p{padding-left: 20px;}
.right p{text-align:left;
padding-left:20px;}
.right img{ padding: 10px;}
.nav {
margin: 0 auto;
padding: 0;
width: 230px;
}
.nav li {
list-style: none;
text-align: left;
}
.nav a{
/*  margin-bottom: .5em;*/
height: 31px;
background: url(images/nav-sprite.jpg) no-repeat;
color: #418273;
display: block;
font: 16px/22px Verdana, Times New Roman, Arial, Helvetica, sans-serif;
text-decoration: none;
text-align:center;
text-indent: 12px;
padding-top: 5px;
}
.nav a:hover {
background-position: 0 -36px;
color: #418273;
text-decoration: none;
}
.nav1 a{
/*  margin-bottom: .5em;*/
height: 56px;
background: url(images/nav-sprite1.jpg) no-repeat;
background-position: 0px 0px;
color: #418273;
/*background-color:#00FF00;*/
display: block;
font: 16px/22px Verdana, Times New Roman, Arial, Helvetica, sans-serif;
text-decoration: none;
text-align:center;
/*text-indent: 12px;*/
/*padding-top: 5px;*/
/*margin-left: -40px;*/
/*margin: -22px 0 -22px -25px;*/
/*margin: -14px 0 -20px -40px;*/
margin: -16px 0 0 -40px;
}
.nav1 a:hover {
background-position: 0 -56px;
color: #418273;
text-decoration: none;
height: 56px;
}
/*.nav img {padding-left: 20px;}*/
#footer {
margin-right:auto;
margin-left:auto;
padding:0px;
color:#418273;
font-size:10px;
height: 203px;
width:780px;
background-repeat:no-repeat;
text-align:center;
background-image: url(images/footer-ie.jpg);
line-height: 18px;
}
/*Ie 6 Fix*/
* html #footer{padding-right: 0px;
margin-right:auto;
margin-left:auto;
}

#footer p {
padding-top:127px;
}
#footer a{color:#418273; 
text-decoration:none;
}
	
/*end site styles*/

/*form*/
.formul ul{
list-style: none;
}
.formul ul li{
list-style: none;
margin:0;
}
fieldset {
/*border: 1px solid #000000;*/
width:400px;

}
label {
width: 400px;
float:left;
color:#000000;
/*text-align: right;*/
/*margin-right: 10px;*/
display: block
}


.submit input {
margin-left: 4.5em;
} 
legend
{
color: #A31716;
background: #FFFFFF;
border: 1px solid #000000;
padding: 2px 6px
} 

