body {
   background-image: url(../images/background.png);
   background-repeat: repeat;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11pt;
   font-style: normal;
   font-weight: normal;
   color: White;
}

a.navlink:link,a.navlink:visited {
   color: White;
   text-decoration: none;
}

a.navlink:hover {
   color: #ff9c05;
   text-decoration: none;
}

div.bodyframe {
   width: 900px;
   height: 200px;
   margin-top: 30px;
   margin-left: auto;
   margin-right: auto;
}

div.header {
   height: 82px;
   background-image: url(../images/logo.png);
   background-repeat: no-repeat;
   background-position: right;

}

div.nav {
   width: 520px;
   height: 45px;
   padding: 5px 0px 0px 10px;
   background-color: #0d2e4c;
   z-index: 10;
   -moz-border-radius: 15px;
   -khtml-border-radius: 15px;
}

div.spacer {
   width: 100%;
   height: 10px;
   clear: both;
}

div.cspacer {
   width: 10px;
   height: 400px;
   float: left;
}


div.footer {
   width: 100%;
   height: 50px;
   clear: both;
   font-size: 10px;
}



div.cbg {
   width: 600px;
   height: 450px;
   background-color: #0d2e4c;
   float: left;
   filter: alpha(opacity=70); /* IE's opacity*/
   z-index: 10;
   -moz-border-radius: 15px;
   opacity: 0.70;
   -khtml-border-radius: 15px;
}

div.cbgfull {
   width: 900px;
   height: 870px;
   background-color: #0d2e4c;
   float: left;
   filter: alpha(opacity=70); /* IE's opacity*/
   z-index: 10;
   -moz-border-radius: 15px;
   opacity: 0.70;
   -khtml-border-radius: 15px;
}

div.ctext {
   width: 570px;
   min-height: 440px;
   float: left;
   padding-left: 30px;
   padding-top: 10px;
   position: absolute;
   z-index: 10;
}

div.ctextfull {
   width: 840px;
   min-height: 440px;
   float: left;
   padding-left: 30px;
   padding-right: 30px;
   padding-top: 10px;
   position: absolute;
   z-index: 10;
}


div.cbghalf {
   width: 440px;
   height: 450px;
   background-color: #0d2e4c;
   float: left;
   filter: alpha(opacity=70); /* IE's opacity*/
   z-index: 10;
   -moz-border-radius: 15px;
   opacity: 0.70;
   -khtml-border-radius: 15px;
}

div.ctexthalf {
   width: 410px;
   height: 440px;
   float: left;
   padding-left: 30px;
   padding-top: 10px;
   position: absolute;
   z-index: 10;
}

div.content {
   padding-left: 30px;
   padding-top: 30px;
   margin: 10px;
   text-align: left;
   font-size: 12px;
}

div.contentright {
   padding-left: 450px;
//   padding-top: 30px;
}


div.cimage {
   width: 290px;
   height: 400px;
   background-color: transparent;
   float: right;
}

div.ctitle {
   float: left;
}

div.csubtitle {
   color: #ff9c05;
}

a:link,a:visited {
   color: #ff9c05;
}

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

