* {
	padding:0px;
	margin:0px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0;
	padding:0;
	height:100%;
}

h1 {
	font-size:14px;
	margin-top:0;
}

h2 {
	margin-top:10px;
}

ul {
	text-indent: 40px;
	list-style-position:inside;
}

/* Sidebar definition */
#sidebar_a, #sidebar_b {
	margin:0 0 0 0;
	width:94px;
	height:1000px;
	border:0;
	background-repeat:repeat-y;
}


#sidebar_a {
	float:left;
	background-image:url(images/Border_Left.png);
}

#sidebar_b {
	float:right;
	background-image:url(images/Border_Right.png);
}

#Masthead {
	margin:0 0 0 94px;
	height:200px;
	background-image:url(images/Logo.jpg);
	background-repeat:no-repeat;
}

#Masthead img {
	border:0;
}

/*#banner {
	position:absolute;
	top: 107px;
	left: 230px;
	height:100px;
	width:850px;
	background-image:url(/images/banner.gif);
	background-repeat:no-repeat;
}

#banner img {
	height:100px;
	width: 850px;
}*/

.img_right {
	float:right;
}

.img_left {
	float:left;
}

#aplogin {
	position:absolute;
	top:20px;
	right:94px;
	width:350px;
	margin:0 0 0 0;
}

#aplogin img {
	padding:10px 20px 0px 0px;
}

#container {
	margin:50px 106px 0px 106px;
	text-align:left;
}

#info {
	padding:20px 0 0 0;
	margin:0 124px 0 124px;
}

.spacer {
	clear:left;
}

#cheddar_img {
	float:left;
	margin:20px;
}

#footer {
	margin:0 0 0 0;
	text-align:center;
	clear:both;
}

.pawprint {
	width:20px;
	height:20px;
	float:left;
	padding-right:8px;
	background-image:url(images/pawprint.gif);
	background-repeat:no-repeat;
}

marquee {
	font-size:20px;
	background-color:#FF0;
	white-space:nowrap;
	padding:8px;
	margin-bottom:15px;
}

/* Navigation Bar */

.hovermenu ul#nav {
list-style: none;
padding: 0;
margin: 0;
}    /* the structure of our head-menu */

.hovermenu li {
float: left;
position: relative;
} /* the structure of the first items */

.hovermenu ul li ul li {
	width:210px;
	white-space:nowrap;
}

.hovermenu ul#nav li a {
display: block;
} /* the links inside our first items */

.hovermenu li ul {
display: none;
position: absolute;
top: 0;
left: 0;
margin-left:-1px;
}

.hovermenu ul#nav li a:hover {} /* the roll-over styles for the links in our first items */
.hovermenu ul#nav li ul {} /* first items > submenu structure */
.hovermenu ul li  {} /* the structure of our submenu items */

.hovermenu li>ul {
top: auto;
left: auto;
}/* extra styles for Internet Explorer (behavior file) */

.hovermenu li:hover ul, .hovermenu li.over ul {
display: block;
} /* to make things work in Internet Explorer (call for the behavior file) */

.hovermenu ul{
font: bold 16px arial;
text-indent:0px;
padding-left: 30;
margin-left: 0;
height: 16px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li {
padding: 2px 0.5em;
float: left;
background-color: #FFF2BF;
border: 2px solid #FFF2BF;
}

.hovermenu ul li a{
	padding: 2px 0.5em;
	color:#000;
	text-decoration: none;	
}

.hovermenu ul li a:hover{
background-color: #FFE271;
border-style: outset;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
/* End Navigation Bar */