body
{
	background: #FFFF66;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
}
h2
{
	color: #801215;
}
a:visited
{
	color: Blue;
}
.DDL
{
	font-size: 12px;
}
.txtbox
{
	font-size: 12px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
}
.txtbox2
{
	font-size: 12px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	background-color: Transparent;
	border-color: Transparent;
	border-style: none;
}
.txtbox3
{
	font-size: 10px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	background-color: Transparent;
	border-color: Transparent;
	border-style: none;
}
.btn
{
	background-color: #801215;
	color: #FFFF66;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	font-size: 12px;
	font-weight: bold;
}
#header
{
	background-image: url(Images/header.gif);
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-repeat: repeat;
	height: 100px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 15px;
}
#logo
{
	float: left;
	padding-right: 15px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#header p
{
	background-color: transparent;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0px;
}
#navagation a:hover
{
	color: #801215;
	font-weight: bold;
}	
#contentPH
{
	height: 79%;
	background-color: #ffff66;
}
#items
{
	font-size: 12px;
	padding: 5px 10px;
	margin: 0% 2%;
	height: 75%;
	width: 93%;
	background-color: #ffffff;
	border-right: silver inset;
	border-top: silver inset;
	border-left: silver inset;
	border-bottom: silver inset;
}
#topbar
{
	background-color: #ffff66;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.topbarLabel
{
	font-size: 12px;
	font-weight: bold;
}
#footer
{
	background-image: url(Images/footer.gif);
	background-position: bottom;
	height: 80px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	clear: both;
	font-size: 15px;
}
#footer a:hover
{
	color: #fff;
	font-weight: bold;
}

