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

/* font fixing fun */


h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
}

h3 {
	font-size: 146.5%;
}

h4, p, blockquote, ul, fieldset, form, ol, dl, dir, menu {
	font-size: 123.1%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 85%;
}

h1, h2, h3, h4, h5, h6, b, strong {
	font-weight: bold;
}


/* -- end font fixing -- */

.styleDAG html {
	height: 100%;
}

.styleDAG body  {
	font-family: arial,helvetica,clean,sans-serif;
	background-color: #333399;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height:100%;
}

.styleDAG #ff-fix {
/* The following is a hack to fix a FF rendering issue with body height 100% being equal to the window size */
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;

}

.styleDAG #ff-fix2 {
	min-height: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}


.styleDAG #container {
  width: 780px;
  margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
  padding: 0;
  text-align: left; /* this overrides the text-align: center on the body element. */
}

.styleDAG #header {
  width: 780px;
  height: 285px; 
  background-image:url(../images/head.jpg); 
  padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
  margin: 0 0 0 0;
}

/* Nav-menu stuff */

.styleDAG #nav-menu {
	width: 780px;
	height: 60px;
  background-image:url(../images/navigate.jpg);
	overflow: hidden;
}

.styleDAG #nav-menu ul {
  list-style: none;
  padding: 0;
	margin-left: 80px;
	margin-top: 10px;
}

.styleDAG #nav-menu li {
  float: left;
  margin: 0;
}

.styleDAG #nav-menu li a {
  float: left;
  height: 40px;
  width: 125px;
  display: block;
  color: #ffffff;
  line-height: 250%;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

.styleDAG #nav-menu li a:hover {
  float: left;
  height: 40px;
  width: 125px;
  display: block;
  color: #ffffff;
  line-height: 250%;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background: url(../images/selected.jpg);
	background-repeat: repeat-x;
}

/* Hide from IE5-Mac \*/
.styleDAG #nav-menu li a {
  float: none
}
/* End hide */

/* end Nav-menu stuff */

/* Start mainContent stuff */

.styleDAG #mainContent {
  margin: 0px 0px 0px 0px;
}

.styleDAG #mainCtop {
  height: 20px;
  background-image:url(../images/con-top.jpg);
  background-repeat: no-repeat;
}

.styleDAG #mainCbot {
  height: 40px;
  background-image:url(../images/con-bot.jpg);
  background-repeat: no-repeat;
}

.styleDAG #mainCvert {
  background-image:url(../images/con-vert.jpg);
	background-repeat: repeat-y;
  padding: 0px 35px 0px 35px;
	color: #ffffff;
}

.styleDAG #mainContent h1,h2,h3,h4{
  padding-top: 4px;
  padding-bottom: 4px;
}

.styleDAG #mainContent p{
  padding-top: 5px;
  padding-bottom: 5px;
}

.parachute {
  padding-top: 10px;
  padding-bottom: 10px;
}

img.centering {
  display: block;
  margin-left: auto;
	margin-right: auto;
}

.buttons {
  display: block;
  margin-left: auto;
	margin-right: auto;
}

.codebox {
  display: block;
  margin-left: auto;
	margin-right: auto;
  height:50px;
	width:240px;
	padding: 5px 5px 5px 5px;
	background-color: #333399;
	color: #99ccff;
	overflow: scroll;
}

/* end mainContent stuff */

/* floating fun */

.floatright { 
  float: right; 
  clear: right;
  margin: 10px 10px 10px 10px;
  text-align:center;
}

.floatleft { 
  float: left; 
  clear: left;
  margin: 10px 10px 10px 10px;
  text-align:center;
}

.floatclear { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* end floating fun */


/* footer stuff  */

.styleDAG #footer {

  padding: 0 0 10px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
  background: #333399;
  text-align:center;
}

.styleDAG #footer h6 {
  color: #6699ff;  
}

.styleDAG #footer a {
  color: #00ffff;
  padding: 0 3px;
}

.styleDAG #footer a:hover {
  color: #ff0000;
}

.styleDAG #footer ul {
  list-style: none;
  padding: 0;
  margin-left: 170px;
}

.styleDAG #footer li {
  margin: 0;
	float: left;
	font-size: 75%;
}

.styleDAG #footer li a {
  width: 85px;
  display: block;
  text-decoration: none;
  text-align: center;
}

.styleDAG #footer li a:hover {
  float: left;
}

/* end footer stuff */

.google01 {
  margin-left: 15%;

}