body {
  /*background:#FFFFFF;*/
  background: url(../img/main_border.jpg) repeat-y 50% 0%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:0.75em;
  color:#000000;
  margin:0px;
}

form {margin:0; padding:0}

/* Default Styles */
h1 {
  color:#007AC2;
  margin:0px;
  padding:0px;
  margin-bottom:18px;
  font-size:1.0em;
}

.logininput {
  border-top:1px solid #677D95;
  border-left:1px solid #677D95;
  border-right:1px solid #A1B8D1;
  border-bottom:1px solid #A1B8D1;
  background:#F6F9FB;
  padding-left:10px;
  margin-bottom:6px;
}

.loginbutton {
  margin:6px 15px 0 0;
  float:left;
  border: none;
}

.submitbutton {background-color: #0E3157; color: #FFF; font-weight: bold; margin-top: 15px}

*html .loginbutton { margin:6px 17px 0 0; border: none}

a {color:#007AC2; text-decoration:none}
a:hover {color:#007AC2; text-decoration:underline}

a img {border: none}


/* End */

#top {
  width:100%;
  height:169px;
  background:url(../img/top_bg.jpg) repeat-x 0% 0%;
  z-index:20;
}

#shell {
  margin-right: auto;
  margin-left: auto;
  width: 797px;
  overflow: hidden;
}

#holder {
  margin:0 12px 0 12px;
  padding:0px;
  position:absolute;
  top:0px;
}

#logo {
  width:200px;
  height:169px;
  background:url(../img/logo.jpg) no-repeat 0% 0%;
  float:left;
}

#banner {
  width:573px;
  height:124px;
  background:url(../img/banner.jpg) no-repeat 0% 0%;
  float:left;
}

#menu {
  width:573px;
  height:45px;
  background:url(../img/menu_bg.jpg) no-repeat 0% 0%;
  float:left;
}


/* Navigation */

#nav {
  margin:2px 0 0 1px;
  padding:0px;
  list-style:none;
}

#nav li {
  display:inline;
  height:31px;
  display:block;
  font-weight:bold;  
}

/* Home Button*/
.home {
  width:71px; 
  height:31px;
  padding:8px 1px 10px 1px;
  float:left;
}

.home a {background:url(../img/home.jpg) no-repeat 0% 0%; padding:8px 24px 14px 18px; color:#FFFFFF;}
.home a:hover {background:url(../img/home_rollover.jpg) no-repeat 0% 0%; color:#0E3157; text-decoration:none;}
.home a:active {background:url(../img/home_rollover.jpg) no-repeat 0% 0%; color:#0E3157; text-decoration:none;}

*html .home a {padding:8px 17px 14px 18px;}

/* Benchmark Button*/
.benchmark {
  width:84px; 
  height:31px;
  padding:8px 0px 10px 0px;
  float:left;
}

.benchmark a {background:url(../img/benchmark.jpg) no-repeat 0% 0%; padding:8px 30px 14px 12px; color:#FFFFFF;}
.benchmark a:hover {background:url(../img/benchmark_rollover.jpg) no-repeat 0% 0%; color:#0E3157; text-decoration:none;}
.benchmark a:active {background:url(../img/benchmark_rollover.jpg) no-repeat 0% 0%; color:#0E3157; text-decoration:none;}

*html .benchmark a {padding:8px 15px 14px 16px;}

/* Contact Button*/
.contact {
  width:71px; 
  height:31px;
  padding:8px 28px 10px 1px;
  float:left;
}

.contact a {background:url(../img/contactus.jpg) no-repeat 0% 0%; padding:8px 28px 14px 14px; color:#FFFFFF;}
.contact a:hover {background:url(../img/contactus_rollover.jpg) no-repeat 0% 0%; color:#0E3157; text-decoration:none;}
.contact a:active {background:url(../img/contactus_rollover.jpg) no-repeat 0% 0%; color:#0E3157; text-decoration:none;}

*html .contact {padding:8px 0px 10px 1px;}
*html .contact a {padding:8px 18px 14px 14px;}

/* Admin Button*/
.admin {
  width:73px; 
  height:31px;
  padding:8px 1px 10px 1px;
  float:left;
}

.admin a {background:url(../img/admin.jpg) no-repeat 0% 0%; padding:8px 26px 14px 16px; color:#FFFFFF;}
.admin a:hover {background:url(../img/admin_rollover.jpg) no-repeat 0% 0%; color:#0E3157; text-decoration:none;}
.admin a:active {background:url(../img/admin_rollover.jpg) no-repeat 0% 0%; color:#0E3157; text-decoration:none;}



/* My Profile Button*/
.profile {
  width:94px; 
  height:31px;
  padding:8px 1px 10px 1px;
  float:left;
}

.profile a {background:url(../img/my_profile.jpg) no-repeat 0% 0%; padding:8px 26px 14px 16px; color:#FFFFFF;}
.profile a:hover {background:url(../img/my_profile_rollover.jpg) no-repeat 0% 0%; color:#0E3157; text-decoration:none;}
.profile a:active {background:url(../img/my_profile_rollover.jpg) no-repeat 0% 0%; color:#0E3157; text-decoration:none;}

*html .profile {padding:8px 0px 0px 1px;}
*html .profile a {padding:8px 13px 14px 16px;}

/* My Graph Button*/
.graph {
  width:98px; 
  height:31px;
  padding:8px 1px 10px 1px;
  float:left;
}

*html .graph {padding:8px 0px 14px 0px;}

.graph a {background:url(../img/my_graph.jpg) no-repeat 0% 0%; padding:8px 26px 14px 16px; color:#FFFFFF;}
.graph a:hover {background:url(../img/my_graph_rollover.jpg) no-repeat 0% 0%; color:#0E3157; text-decoration:none;}
.graph a:active {background:url(../img/my_graph_rollover.jpg) no-repeat 0% 0%; color:#0E3157; text-decoration:none;}

*html .graph a {padding:8px 14px 14px 16px;}
/* End Navigation */

#contentholder {
  width:773px;
  border-top:1px solid #FFFFFF;
  background:url(../img/content_bg.jpg) repeat-y 0% 0%;
}

#leftpanel {
  width:200px;
  float:left;
}

#leftcontainer {
  margin:31px 0 0 0;
  padding:0 16px 0 17px;
}

#contentbox {
  width:573px;
  float:left;
}

#content {
  margin:31px 0 0 0;
  padding:0 0 67px 22px;
  width:518px; /*572*/
  float:left;
}

#bottom {
  background:#416B99;
  margin-left:1px;
  height:271px;
}

#tool {
  width:154px;
  margin:16px 0 0 0;
  padding:0 23px 0 21px;
  float:left;
  color:#FFFFFF;
}

#picture {
  float:left;
}

#footer {
  width:773px;
  height:20px;
  color:#959595;
  margin-top:8px;
  font-family:Arial, Helvetica, sans-serif;
  text-align:center;
}

#footer a {color:#959595; text-decoration:none;}
#footer a:hover {color:#959595; text-decoration:underline;}

input, select, textarea, checkbox {
  font-size:1.0em;
  font-family: Arial, Helvetica, sans-serif;
  border:1px solid #A1B8D1;
}

.nothing {
  clear:both;
  margin:0px;
  padding:0px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.textbox {background-color:#ffffff; border: 1px solid #000000; margin:10px 0 10px 0; padding:10px; width:490px}

.menutxt {
  color:#007AC2;
  margin:0 0 5px 0;
  padding:0px;
  font-size:1.0em;
}

.sep {border-bottom: 1px dashed #007AC2;margin: 10px 0 10px 0; width:170px; height: 1px}
*html .sep {border-bottom: 1px dashed #007AC2;margin: 5px 0 5px 0; padding:0; width:150px; height: 1px}