@charset "utf-8";
/* CSS Document */

a {
	outline: none;
}


body{

font-family:"Comic Sans MS";
margin:0;
padding:0;
line-height: 1.5em;
background-image:url(images/bggrad.gif);
background-color: #ffdadc;
background-repeat:repeat-x;
}

b{
font-size: 110%;

}

p{
	font-size: 15px;
	line-height: 25px;
	margin: 0px 0px 10px 0px;
}

p.legalese{
	margin-left:65px;
	font-family:"arial";
	font-size:12px;
	line-height: 14px;
}

h1{
height:60px;
line-height: 1.5em;
color:#74a7da;
padding-left:64px;
margin:0px;

}

h1.red{
background-image:url(images/smallballred.gif);
background-repeat:no-repeat;
}

h1.blue{
background-image:url(images/smallballblue.gif);
background-repeat:no-repeat;
}

h1.green{
background-image:url(images/smallballgreen.gif);
background-repeat:no-repeat;
}

h1.yellow{
background-image:url(images/smallballyellow.gif);
background-repeat:no-repeat;
}

h2{
font-size: 30px;
font-weight: 900;
color:#517498;
line-height:1em;
margin: 0px;	
}

h3{
color:#517498;
line-height:20px;
padding-top:30px;
padding-bottom:0px;
}

h4{
color:#517498;
background-color:#ffcccc;
line-height:25px;
padding-top:0px;
padding-bottom:0px;
padding-left: 5px;
}

h4.centera{
	font-size:25px;
	background: none;
	text-align: center;
}


div.maintext{
width:480px;
padding:0px 36px 0px 36px;
background:#ffffff;
float:left;
}

div.checkerboard{
width:100%;

background-image:url(images/bgChecks.gif);
background-repeat:repeat;
}



#yellowtabs {
  float:left;
  height:133px;
  background:#ffd9dc;
  font-size:93%;
  line-height:normal;
  }

#yellowtabs a {
  float:left;
  background:url("images/YellowNavSlider.gif") no-repeat left top;
  height:133px;
  width:131px;
  margin:0;
  padding:0 0 0 0px;
  text-decoration:none;
  }

#yellowtabs a:hover {
  background-position: -131px 0%;
  }
  
#redtabs {
  float:left;
  height:133px;
  background:#ffd9dc;
  font-size:93%;
  line-height:normal;
  }

#redtabs a {
  float:left;
  background:url("images/RedNavSlider.gif") no-repeat left top;
  height:133px;
  width:131px;
  margin:0;
  padding:0 0 0 0px;
  text-decoration:none;
  }

#redtabs a:hover {
  background-position: -131px 0%;
  }
  
#bluetabs {
  float:left;
  height:133px;
  background:#ffd9dc;
  font-size:93%;
  line-height:normal;
  }
  
#bluetabs a {
  float:left;
  background:url("images/BlueNavSlider.gif") no-repeat left top;
  height:133px;
  width:131px;
  margin:0;
  padding:0 0 0 0px;
  text-decoration:none;
  }

#bluetabs a:hover {
  background-position: -131px 0%;
  }

#greentabs {
  float:left;
  height:133px;
  background:#ffd9dc;
  font-size:93%;
  line-height:normal;
  }
  
#greentabs a {
  float:left;
  background:url("images/GreenNavSlider.gif") no-repeat left top;
  height:133px;
  width:131px;
  margin:0;
  padding:0 0 0 0px;
  text-decoration:none;
  }

#greentabs a:hover {
  background-position: -131px 0%;
  }

div.fill_slip{
border: 5px solid rgb(250,0,0);
padding:5px;
width:442px;
height:140px;
background:#ffffff;
}
  
div.slipcheckbox {
	text-align:center;
	line-height:44px;
	width:26px;
	height:46px;
	background-image:url(images/slipcheckbox.gif);
	color:#ff0000;
	float:left;
	cursor:pointer;
}

form{
	border: 1px solid #517498;
	background: #F6FDFD;
	line-height:25px;
	padding:20px;
}

#loginform{
	background: #ffffff;
	border: none;
	line-height:25px;
	padding:20px;

}

.formtag{
	width:220px;
}

#wrapper{
	width:800px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0px;
}

.submitbutton{
	margin:5px;
	background-color:#ff9999;
	padding: 5px;
	border-top: 2px solid #ffcccc;
	border-left: 2px solid #ffcccc;
	border-bottom: 2px solid #ff6666;
	border-right: 2px solid #ff6666;
}

.submitbutton:hover{
	cursor:pointer;
	background-color: #ffff99;
	border-top: 2px solid #ffffcc;
	border-left: 2px solid #ffffcc;
	border-bottom: 2px solid #999955;
	border-right: 2px solid #999955;
}

.submitbutton:active{
	background-color:#ffff99;
	border-bottom: 2px solid #ffffcc;
	border-right: 2px solid #ffffcc;
	border-top: 2px solid #999955;
	border-left: 2px solid #999955;
}