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

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

body{
background: #10cbce;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
margin: 0;
padding:0;
text-align:center;
}

#wrapper{
margin: 0 auto;
width: 725px;
background: url(../images/contentbg.png) top repeat-y;
padding: 0px 14px 0px 11px;
}

.clear{
clear: both;
}

#logo{
float: left;
background: url(../images/logobg.gif) top right no-repeat;
width: 722px;
height: 65px;
text-align: left;
}

#logo2{
float: left;
width: 722px;
height: 65px;
text-align: left;
}

#navigation{
clear: both;
float: left;
background: url(../images/navbg.gif) top center no-repeat;
width: 725px;
height: 20px;
text-align: left;
padding-top: 10px;
}

#navigation2{
clear:both;
float: left;
background: url(../images/navbg2.gif) top center no-repeat;
width: 725px;
height: 20px;
text-align: left;
padding-top: 10px;
}

#hdr{
float: left;
width: 722px;
height: 135px;
}

#content{
clear: both;
float:left;
text-align:left;
width: 712px;
padding: 5px;
}

#col1{
float: left;
width: 495px;
padding-right: 5px;
text-align:left;
}


#col2{
float: left;
width: 190px;
padding-left: 20px;
background: url(../images/vr.gif) top left no-repeat;
}

#footer{
clear:both;
margin: 0 auto;
width: 730px;
background: url(../images/footerbg.png) top center no-repeat;
padding: 20px 10px 10px 10px;
font-size: 11px;
text-align:center;
}

h1{
font-size: 16px;
}

h2{
font-size: 14px;
}

h3{
font-size: 13px;
}

h1,h2,h3{
margin: 0;
padding: 3px;
}

h2.titles{
color: #000;
border-bottom: 2px solid #000;
}

h1,h2,h3{
color: #000;
}

/************ Global Links *********/

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

/************ Nav Links **********/

#navigation a:link, #navigation2 a:link, #navigation a:visited, #navigation2 a:visited{
color: #000;
text-decoration: none;
font-weight:bold;
padding: 0px 15px;
}

/********** Footer Links ************/

#footer a:link, #footer a:visited{
color: #333;
text-decoration: none;
padding: 0 11px;
}

.ctrtxt{
text-align:center;
}

.rttxt{
text-align:right;
font-size: 11px;
}

a img{
border: 0;
}

img, div, input, a { behavior: url(../iepngfix.htc) 
}

.sp{
padding-right: 8px;
}