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

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

body{
   margin: 0;
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 12px;
   color: #333;
   background: #fff url(../images/mainbg.gif) top repeat-x;
   text-align:center;
}

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

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

#header{
}

#header a:link, #header a:visited{
color: #fff;
font-size: 11px;
font-weight:bold;
}

#header a:hover{
color: #333;
}


#content{
background: url(../images/contentbg.gif) top repeat-y;
padding: 10px 20px 8px 20px;
text-align: left;
}


#footer{
background: url(../images/footerbg.gif) top center no-repeat;
line-height: 64px;
font-size: 11px;
color: #fff;
text-align:center;
}

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

#footer span a:hover{
color: #333;
}

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

a:hover{
color: #91b7dc;
}


h1,h2,h3{

}

h1{
font-size: 18px;
}

h2{
font-size: 16px;
}

h3{
font-size: 14px;
}

.small{
font-size: 11px;
}

.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]{
line-height: 2em;
background: #c7c7c7 url(../images/buttonbg.gif) top repeat-x;
color : #969696;
border: 1px solid #c3c1c1;
text-transform: lowercase;
text-align:center;
white-space: nowrap;
text-decoration: none;
font-weight: bold;
padding: 2px 5px;
margin: 1px auto;
cursor: pointer;
}

input[type=submit]:hover{
background: #c0d5e8 url(../images/buttonbghover.gif) top repeat-x;
color: #699ac7;
border: 1px solid #9abbdc;
}


form{
margin: 0;
padding: 0;
}


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

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

.alert{
color: #ff0000;
}

.theading{
background: #ccc;
text-align: center;
font-weight: bold;
font-size: 13px;
}