@charset "utf-8";
/* CSS Document */

html{
overflow: -moz-scrollbars-vertical;
}

body{
background: #dfdfdf url(../images/mainbg.gif) top repeat-x;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
text-align:center;
margin: 0;
padding: 0;
}

#wrapper{
margin: 0 auto;
width: 860px;
}

.clear{
clear: both;
height: 0px;
}

#header{

}

.logo{
height: 153px;
text-align:left;
}

#hdrrt{
float: left;
background: url(../images/tophdrbg.gif) top center no-repeat;
width: 358px;
height: 153px;
padding-right: 5px;
text-align: right;
}

#nav{
background: url(../images/navbg.jpg) top center no-repeat;
height: 31px;
padding-top: 30px;
color: #56a801;
font-weight:bold;
text-transform: uppercase;
text-align: left;
}

#nav a.tab:link, #nav a.tab:visited{
color: #013569;
background: #c9c9c9 url(../images/tab.gif) top repeat-x;
font-weight:bold;
text-decoration: none;
line-height: 31px;
padding: 8px 21px;
margin-right: 1px;
}

#nav a.tab:hover{
color: #56a801;
}

#contact{
width: 249px;
background: url(../images/contactusbg.jpg) top left no-repeat;
padding: 8px 25px;
text-align: left;
}

#container{
clear: both;
width: 860px;
background: #fff;
vertical-align: top;
}

#content{
width: 535px;
height: 286px;
background: #fff;
padding: 8px;
text-align:left;

}

.box{
background: #fff url(../images/boxbg.gif) bottom repeat-x;
padding: 5px;
text-align:left;
border: 1px solid #d9d9d9;
}

#buttons{
width: 300px;
text-align:center;
}

#bottom{
clear:both;
margin: 0 auto;
width: 840px;
height: 21px;
background: url(../images/footerbg.gif) top right no-repeat;
}

#footer{
padding: 20px 10px 10px 10px;

text-align:center;
}

#footer span a{
padding: 0 9px;
color: #02468a;
}

#footer span a:hover{
color: #277eba;
}

a:link, a:visited{
color: #61ae01;
text-decoration: none;
}

a:hover{
color: #277eba;
}

h1,h2,h3{
padding: 0;
margin: 0 .02em;
color: #023375;
}

h1{
font-size: 18px;
}

h2{
font-size: 16px;
border-bottom: 1px solid #023375;
}

h3{
font-size: 14px;
}

.small{
font-size: 11px;
}

.large{
font-size: 14px;
}

.white{
color: #fff;
}

.blue{
color: #022ed4;
}

.green{
color: #008080;
font-family: "Times New Roman", Times, serif;
font-size: 18px;
}

.red{
color: #ff0000;
}

.orange{
color: #993300;
}

.ctrtxt{
text-align:center;
}

.lttxt{
text-align:left;
}

.rttxt{
text-align:right;
}

.leftside{
float: left;
padding-right: 5px;
}

.rightside{
float: right;
padding-left: 5px;
}

a img{
border: 0;
}

input[type=submit], input[type=reset]{
background: url(../images/buttonbg.gif) top repeat-x;
line-height: 22px;
overflow: hidden;
color: #5bab01;
border: 0;
padding: 2px;
font-weight:bold;
text-align:center;
}

input[type=submit]:hover, input[type=reset]:hover{
}

a.button:link, a.button:visited{
background: url(../images/buttonbg.gif) top repeat-x;
line-height: 22px;
overflow: hidden;
color: #5bab01;
border: 0;
padding: 3px;
font-weight:bold;
text-align:center;
}

a.button:hover{
}

form{
margin: 0;
padding: 0;
}

fieldset{
border: 1px solid #ccc;
padding: 8px;
}

legend{
font-weight:bold;
color: #000;
}

.alert{
color: #ff0000;
}

.times{
font-family: "Times New Roman", Times, serif;
font-size: 20px;
}