
* {
  border: 0;
  margin: 0;
  padding: 0;
}

/* hide from IE mac \*/ 
html {
  min-height: 100%;
  margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
  margin: 0;
  padding: 0;
  background-color: #b6ccf1;
  font: 100.01%/115% Arial, Helvetica, sans-serif;
}

#wrapper {
  width: 900px;
  min-height: 300px;
  margin: 10px auto;
  
}

#ContentWrapper {
  min-height: 300px;
  background-color: #fff;  
  border-top: 1px solid #333;
  margin-top: -1px;
}

/********************* Header Styles **********************/

#header {
  background: #fff url(../images/headerBG.jpg) no-repeat;
  min-height: 138px;
  font-size: 80%;
}

#header ul {
  margin-top: 115px;
  padding: 0px 5px 0;
  list-style-type: none;
  float: right;
 }
  
#header li {
  float: right;   
  background: url("../images/right.gif") no-repeat top right;
  padding: 0 7px 0 0;
  margin-left: .2em;
}
  
#header a {
  float: left;
  display: block;
  background: url("../images/left.gif") no-repeat left top;
  padding: 3px 5px 1px 13px;
  text-decoration: none;
  color: #333;
}
  
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {
float: none;
}
/* End IE5-Mac hack */


#header a:hover, #header a:focus {
  color: #fdf5e6;
}
  
#header #current {
  background-image: url("../images/right_on.gif");

}
  
#header #current a {
  background-image: url("../images/left_on.gif");
  color: #000;
  padding-bottom: 2px;
}

/********************* Structure Styles **********************/

#leftcol {
  width: 492px;
  min-height: 200px;
  margin: 25px 12px 25px 14px;
}

#leftcol img {
  border: 1px solid #666;
}

#rightcol {
  width: 372px;
  float: right;
  margin: 20px 10px 10px 10px;
}

#botLeft {
  min-height: 300px;
  width: 239px;
  margin: 5px 8px 0 0;
  border: 1px solid #666;
  float: right;
  
  border: 0;
  width: 285px;
  margin: 5px 5px 0 10px;

  width: 283px;
  background-color: #b6ccf1;
  border: 1px solid #1ca1ec;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
	min-height: 200px;	
}


#botCent {
  min-height: 300px;
  width: 239px;
  float: right;
  margin: 5px 4px 0 2px;
  border: 1px solid #666;
  float: right;

  border: 0;
  width: 285px;
  margin: 5px 7px 0 7px;


  width: 283px;
  background-color: #b6ccf1;
  border: 1px solid #1ca1ec;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
	min-height: 200px;
}


#botRight {
  width: 360px;
  min-height: 300px;
  margin: 5px 16px 0 12px;
  border: 1px solid #666;
  float: right;

  border: 0;
  width: 285px;
  margin: 5px 10px 0 5px;


  width: 283px;
  background-color: #b6ccf1;
  border: 1px solid #1ca1ec;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
	min-height: 200px;
}

.right {
  float: right;
}

/*********** Footer Styles *****************/

#footer {
  clear: both;
  background-color: #ccc;
}

#footer p {
  text-align: right;
  font-size: 70%;
  margin-right: 5px;
}
#credits p {
  margin-top: 30px;
  color: #ccc;
  text-align: center;
  font-size: 70%;
}
#credits p a {
  color: #ccc;
}
/************** Text Elements *******************/

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 .6em .1em;
  padding: 0 0 0 0;
  font-size: 120%;
  color: #951f02}

h2 {
  font-size: 110%;
}

h3 {
  font-size: 108%;
  margin-bottom:.2em;
}

h4 {
  font-size: 1.1em;
}

h5 {
  font-size: 1.1em;
}

h6 {
  font-size: 1.1em;
}

p {
  margin: .5em .1em;
   font-size: 80%;
}

#ContentWrapper ul {
  margin: .5em .1em .5em 2em;
}

#ContentWrapper li {
  margin: .5em .1em;
   font-size: 80%;
}

.box p, .box h3 {
  padding: 3px;
}

/*********** Content Styles *****************/
a {
  color: #AE0040;
}

a:hover {
  text-decoration: none;
}

/*********** Clearing div styles *****************/

.clearit {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
}

/*********** Column Control *****************/

#twoCol #botCent {
  display: none;
}

#twoCol #botLeft {
 width: 485px;
 margin-left: 15px;
 float: left;
}

#twoCol #botRight {
 width: 370px;
}

#oneCol #botCent, #oneCol #botRight {
  display: none;
}

#oneCol #botLeft {
  width: 870px;
  min-height: 150px;
  margin-right: 14px;
}


table.form-layout {
  background-color: #b6ccf1;
  margin: 0;

  border: 1px solid #1ca1ec;
  padding: 5px;

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
table.form-layout td {
  padding: 5px;
}
table.form-layout td label {
  font-weight: bold;
  display: block;
  text-align: right;
  font-size: 12px;
}
