html, body {
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
body {
	background-image: url(../images/dkblueBack.jpg);
	background-color: #034DA2;
	
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}
a:link {
	color: #fff;  text-decoration:none;
}
a:visited {
	color: #fff;  text-decoration:none;
}
a:hover {
	color: #034DA2;
}
a:active {
	color: #fff; text-decoration:none;
}

img{  
	border-style: none;
}


h1 {
	font-size:18px;
	color:#FFF;
}
h2 {
	font-size:16px;
	color: #F0CC38;
	padding: 5px;
	
}

h3 {
	font-size:14px;
	color: #000;
	padding: 4px;
	background-color:#F0CC38;
}

h4 {
	font-size:22px;
	color: #000;
}

.pWhiteBody
{color:#FFF;
}


#content
{
width: 990px;
margin: 0 auto
} 

#header {
	height: 171px;
	background-repeat:no-repeat;
	background-image: url(../images/header.jpg);
	background-repeat:no-repeat;
	background-color: #e28f26;
}

#links {
	height: 30px;
	background-image: url(../images/backYellow.jpg);
	text-align:center;
	padding-top: 10px;
	
	
	}

#body {
	height: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
	
#footer {
	height: 150px;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../images/footerImage.jpg);
	background-repeat:no-repeat;
	background-color: #e28f26;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
	
}

.TOP A:link {font:Arial, Helvetica, sans-serif; font-size:18px; font-weight:bold; color: #034DA2; text-decoration:none; padding-top: 10px; padding-bottom: 5px; padding-left: 8px; padding-right: 8px;}
.TOP A:visited {font:Arial, Helvetica, sans-serif; font-size:18px; font-weight:bold; text-decoration:none; color: #034DA2;  padding-top: 10px; padding-bottom: 5px; padding-left: 8px; padding-right: 8px;}
.TOP A:active {font:Arial, Helvetica, sans-serif; font-size:18px; font-weight:bold; color: #034DA2;  background-color:#E28F26; text-decoration:none; padding-top: 10px; padding-bottom: 5px; padding-left: 8px; padding-right: 8px;}
.TOP A:hover {font:Arial, Helvetica, sans-serif; font-size:18px; font-weight:bold; color: #034DA2; text-decoration:none; background-color:#E28F26;  padding-top: 10px; padding-bottom: 5px; padding-left: 8px; padding-right: 8px;}

#Inventory
{display: block;
  width: 247px;
  height: 171px;
  background: url(../images/ViewInvROLL.jpg)  no-repeat 0 0;}
  
#Inventory:hover
{background-position: 0 -184px;}

#Storage
{display: block;
  width: 247px;
  height: 171px;
  background: url(../images/StorageRollover.jpg) no-repeat 0 0;}
  
#Storage:hover
{background-position: 0 -184px;}

#Apply
{display: block;
  width: 268px;
  height: 181px;
  background: url(../images/ApplyROLL.jpg)  no-repeat 0 0;}
  
#Apply:hover
{background-position: 0 -184px;}

#Apply:click





/* Admin CSS */

#admin h1 {
font-size:24px;
color:#003399;
}

#admin h2 {
font-size:16px;
color:#003399;
margin:0px;
padding:0px;
}

#admin a:link {
color:#003399;
text-decoration:underline;
}

#admin a:hover {
	color:#FF6600;
	text-decoration:underline;
}

#admin a:visited {
color:#003399;
text-decoration:underline;
}

#admin a:active {
color:#003399;
text-decoration:underline;
}


