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

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

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

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

#nav{
line-height: 36px;
color: #fff;
font-weight:bold;
text-transform: uppercase;
text-align:left;
padding: 0px 5px 0px 2px;
}

#nav a:link, #nav a:visited{
color: #fff;
font-weight:bold;
text-decoration: none;
}

#nav a:hover{
color: #1d8cfc;
}


#content{
clear: both;
background: #579fda url(../images/contentbg.jpg) top left repeat-x;
padding: 10px;
text-align:left;
}

.box{
background: #01336d url(../images/welcomebg.jpg) top repeat-x;
padding: 8px;
color: #fff;
text-align:left;
}

#footer{
clear:both;
padding: 10px;
font-size: 11px;
text-align:center;
color: #fff;
}

#footer span a{
padding: 0 9px;
color: #fff;
text-decoration: none;
}

#footer span a:hover{
color: #09dcfd;
}

#footer a{
color: #fff;
text-decoration: none;
}

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

a:hover{
color: #f36802;
text-decoration: none;
}

.box a{
color: #f36802;
}

.box a:hover{
color: #fff;
}

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

h1 a:link{
color: #01326c;
padding: 5px;
border: 2px solid #01326c;
}

h1{
font-size: 20px;
}

h2{
font-size: 16px;
}

h3{
font-size: 14px;
}

.small{
font-size: 11px;
}

.photo{
float: left;
width: 175px;
line-height: 200px;
padding: 3px;
border: 2px solid #fff;
text-align:center;
margin-right: 8px;
}

.large{
font-size: 18px;
font-weight:bold;
}

.title{
font-size: 18px;
font-weight:bold;
padding: 3px;
border-bottom: 1px solid #fff;
}

.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;
}

form{
margin: 0;
padding: 0;
}

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

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

.alert{
color: #ff0000;
}


div.hr1 {
border-top: 1px solid #333;
height: 1px;
padding: 3px;
}

div.hr2 {
border-bottom: 1px solid #333;
height: 1px;
padding: 3px;
}

h2.title2{
font-size: 18px;
background: url(../images/ncratopbg.jpg) top left no-repeat;
border-bottom: 1px solid #052e57;
padding: 8px;
color: #fff;
text-transform: uppercase;
}

#styled_popup{
background: #024589 url(../images/mainbg.jpg) top repeat-x;
color: #fff;
border: 1px solid #000c32; 
padding: 8px; 
text-align:left; 
width: 600px; 
height: 530px; 
display:none; 
position: absolute; 
margin-left: -300px;
top: 50px;
left: 50%;
zoom: 1;
}