/* CSS definition file containing sitestyle stylesheets */

BODY {
      font-family:  Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
  	margin: 0px;
  	padding: 0px;
  	top: 0px;
	background-color: #23408f;
	line-height: 17px;
}

li {
	 font-size: 12px;
       padding: 0px;
       margin: 0px;
}

ul {
       padding: 6px 0px 6px 40px;
       margin: 0px;
}

p { 
	padding: 0px;
	margin: 0px;
}

.clearBoth {
	clear: both;
	}

A:link {text-decoration: underline; color: #013068;}
A:visited {text-decoration: underline; color: #013068;}
A:active {text-decoration: underline; color: #013068;}
A:hover {text-decoration: none; color: #0f498d;}

A.navtop:link {text-decoration:  underline; color: #d1a75f;}
A.navtop:visited {text-decoration:  underline; color: #d1a75f;}
A.navtop:active {text-decoration:  underline; color: #d1a75f;}
A.navtop:hover {text-decoration: none; color: #d1a75f;}


.theheader {
	height: 84px;
	width: 755px;
  	background-position: top left;
  	background-image: url("images/header.gif");
  	background-repeat: no-repeat;
        text-align: left;
}

.theimage {
	height: 203px;
	width: 755px;
        text-align: left;
}

.thetagline {
	height: 31px;
	width: 755px;
        text-align: left;
  	background-position: top left;
  	background-image: url("images/serving-auto-ind.gif");
  	background-repeat: no-repeat;
}

.thebigwords {
	height: 176px;
	width: 755px;
        text-align: left;
}

.thebigtext {
	height: 100px;
	width: 755px;
        text-align: center;
	font-size: 18px;
}

.mainarea {
	width: 755px;
        text-align: left;
}


.theleft {
	width: 338px;
	text-align: left;
	float: left;
	display: inline;
}

.theright {
	width: 417px;
	text-align: left;
	float: left;
	display: inline;
}

.rightback {
  	background-position: top left;
  	background-image: url("images/graymid.gif");
  	background-repeat: repeat;
	padding: 0px 40px 0px 40px;
}

.thefoot {
	width: 755px;
        text-align: center;
	text-size: 10px;
}




/* HEADINGS */

h1 {
	font-size: 18px;
	color: #013068;
	letter-spacing: 1px;
	padding: 0px;
	margin: 10px 0 10px 0;
}

h2 {
	font-size: 14px;
	color: #013068;
	letter-spacing: 1px;
	margin: 10px 0 10px 0;
}


form {
     margin: 0px;
}

