@charset "utf-8";
/* CSS Document */

body {
	background-color:#FBF8F2;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	margin:0px;
}

#dropShadow {
	width:824px;
	margin:auto;
	background-image:url(/images/common/dropShadowBackground.jpg);
	background-repeat:repeat-y;
	background-position:right;
}
#wrapper {
	width:800px;
	margin:auto;
}

#topBanner {
	height:99px;
	background-image:url(/images/common/topHeader.gif);
}
#topBanner h1{
	display:none;
	text-align:right;
}
#topBanner a{
	color:#000000;
	font-size:12px;
	display:block;
	float:right;
	margin-right:10px;
	margin-top:10px;
}
#header {
	height:200px;
	background-image:url(/images/common/doggy.jpg);
	background-repeat:no-repeat;
	background-position:right;
}
#navigation {
	float:left;
	width:216px;
	height:190px;
	padding:10px 0px 0px 35px;
	background-color:#B882E6;
}
#navigation a{
	text-decoration:none;
	font-size:15px;
	color:#000000;
	display:block;
	height:23px;
	padding-top:3px;
	font-weight:bold;
}
#navigation a:hover{
	background-image:url(/images/common/navigationBkgHover.jpg);
	background-repeat:repeat-y;
	background-position:right;
}
#navigation a span{
	background-image:url(/images/common/navigationPaw.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:26px;
}

.sideBar {
	width:231px;
	background-color:#E7D3F6;
	background-image:url(/images/common/sideBarBackground.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
	padding-bottom:251px;
	padding-left:20px;
	padding-top:10px;
	font-size:13px;
}
.sideBar h1{
	font-size:16px;
	margin:0px;
	padding:0px;
}
.sideBar ul{
	list-style-image:url(/images/common/bullet.jpg);
	margin-left:10px;
	padding-left:10px;
}
.sideBar ul li{
	padding-right:10px;
	padding-bottom:5px;
}
#footer {
	background-color:#F7F1FC;
	height:38px;
	padding-top:30px;
	padding-right:15px;
	padding-bottom:10px;
	font-size:10px;
	font-weight:bold;
	text-align:right;
	color:#928f95;
}
#footer a{
	text-decoration:none;
	color:#535254;
	margin:0px 0px 0px 5px;
}
#footer a:hover{
	text-decoration:underline;
	color:#535254;
}


#contentArea {
	min-height:630px;
}
#contentArea p{
	padding-right:15px;
	font-size:13px;
}
#contentArea h1 {
	font-size:18px;
}
#contentArea a{
	color:#000000;
}
#contentArea ul{
	font-size:13px;
}
.contentCell {
	padding:20px 0px 20px 20px;
}
.grayCell {
	background-color:#EAEAEA;
}
.grayCell h1{
	padding:3px 0px 3px 0px;
	font-weight:normal;
	margin:0px;
	background-image:url(/images/common/grayCellH1.jpg);
	background-repeat:repeat-y;
	background-position:right;
}

.redCell {
	background-color:#ECDEDE;
}
.redCell h1{
	padding:3px 0px 3px 0px;
	font-weight:normal;
	margin:0px;
	background-image:url(/images/common/redCellH1.jpg);
	background-repeat:repeat-y;
	background-position:right;
}

.blueCell {
	background-color:#E6E6FC;
}
.blueCell h1{
	padding:3px 0px 3px 0px;
	font-weight:normal;
	margin:0px;
	background-image:url(/images/common/blueCellH1.jpg);
	background-repeat:repeat-y;
	background-position:right;
}

















