BODY {
	color: #000;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	background: #666 url(/images/bg-plain.png) top center repeat-y;
	}
A {
	color: #09f;
	text-decoration: none;
	}
A:hover {
	color: #06c;
	text-decoration: underline;
	}
H1 {
	color: #e479af;
	font-weight: normal;
	font-size: 1.5em;
	text-transform: uppercase;
	}
H1 SPAN.altColor {
	color: #983c6b;
	}
H2 {
	color: #983c6b;
	font-weight: normal;
	font-size: 1.2em;
	}
IMG {
	display: block;
	border: 0;
	}
IMG.inline {
	display: inline;
	}
IMG.pic {
	float: right;
	margin: 0 0 10px 10px;
	padding: 8px;
	background: #fff;
	border: 1px solid #ffddef;
	}
#wrapper {
	background: #666 url(/images/bg.png) top center repeat-y;
	text-align: center;
	}
#top, #content, #footer {
	text-align: left;
	}
#top {
	margin: 0 auto;
	height: 95px;
	width: 750px;
	background: #fff url(/images/titlebg.png) 550px 12px no-repeat;
	}
#titleLink {
	position: absolute;
	top: 10px;
	margin-left: 10px;
	}
IMG#highlight {
	margin: 0 auto;
	width: 750px;
	border-bottom: 10px solid #e479af;
	}
#menu {
	display: inline;
	position: absolute;
	top: 69px;
	padding: 6px 0 3px 0;
	}
#menu UL {
	margin: 0 0 0 325px;
	padding: 0;
	}
#menu UL LI {
	display: inline;
	list-style: none;
	}
#menu UL LI A {
	font-size: 1.1em;
	text-transform: uppercase;
	padding: 3px 10px;
	border-top: 3px solid transparent;
	}
#menu UL LI A:hover {
	background: #f2f2f2;
	border-top: 3px solid #ccc;
	text-decoration: none;
	}
#menu UL LI A.here {
	background: #ffddef;
	border-top: 3px solid #e479af;
	}

#subMenu {
	background: #fff;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ffddef;
	}
#subMenu UL {
	margin: 0;
	padding: 0;	
	}
#subMenu UL LI {
	list-style: none;
	display: inline;
	padding: 8px;	
	}

#content {
	margin: 0 auto;
	width: 730px;
	padding: 10px;
	}
#footer {
	margin: 0 auto;
	width: 730px;
	background: #e479af;
	padding: 5px 10px;
	color: #fff;
	font-size: 0.9em;
	}
#footer A {
	color: #933866;
	}
#designedBy {
	float: right;
	}
#footerWrapper {
	background: url(/images/footerbg.png) bottom center no-repeat;
	height: 36px;
	}
TABLE {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	}
TABLE#mainPics {
	width:100%;
	}
TABLE#mainPics TR TD {
	padding: 10px 0;
	border: 1px solid #ffddef;
	}
TABLE#mainPics TR TD IMG {
	margin: 0 auto;
	}
.classImg {
	float: left;
	display: block;
	padding: 5px;
	border: 1px solid #ccc; 
	margin: 0 10px 20px 10px;
	text-align: center;
	}
.classImg IMG {
	display: block;
	margin: 0 0 5px 0;
	}
.classImg:hover {
	border-color: #06c;
	text-decoration: none;
	}
UL LI, OL LI {
	padding: 5px 0;
	}

/* Forms */
FORM { 
	display:inline; 
	margin-top:0px; 
	margin-bottom:0px; 
	}
INPUT, TEXTAREA { 
	font-family:Arial; 
	font-size: 1em; 
	background: #fff; 
	border: 1px solid #fecde7; 
	color:#444; 
	}
INPUT:hover, TEXTAREA:hover { 
	border: 1px solid #dd99bc; 
	}
INPUT:focus, TEXTAREA:focus { 
	border: 1px solid #ba6892; 
	}
input[type="submit"], input[type="button"] { 
	background: #fff;
	}
input[type="submit"]:hover, input[type="button"]:hover { 
	background-color: #983c6b; 
	color: #fff; 
	}
.formLabel { 
	margin: 3px 0 0 0; 
	}
	
/* Pet Network */
#petNetworkWrapper {
	clear: both;
	padding: 0; 
	}
#petNetwork {
	border-top: 1px solid #ffddef;
	font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-size: 15px;
	color: #666;
	text-align: right;
	width: 710px;
	margin: 0 auto;
	padding: 20px 20px 20px 20px;
	}
#petNetworkText {
	font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	color: #444;
	float: left;
	text-align: left;
	font-size: 20px;
	}
#petNetworkText A {
	font-size: 15px;
	}
#petNetwork IMG {
	display: inline;
	vertical-align: middle;
	}

/* Articles */
.listing { 
	display: block;
	padding: 4px;
	border: 1px solid #fff;
	border-width: 2px 0;
	}.listing:hover { 
	border: 0 solid #ffddef;
	border-width: 2px 0;
	text-decoration: none;
	}
.dateDisplay {
	float: right;
	font-size: 0.9em;
	color: #999;
	margin: 0 0 0 15px;
	}
.articleInfo {
	border-left: 3px solid #ccc; 
	margin-left: 5px; 
	padding-left: 5px; 
	color: #999;
	}
.readImage { 
	clear: right; 
	float: right;
	padding: 5px; 
	margin: 0 0 10px 10px;
	background: #fff;
	border: 1px solid #ffddef;
	text-align: center; 
	display: block;
	}
.imgTitle { 
	display: block;
	font-size: 1em; 
	font-family: times; 
	font-style: italic; 
	color: #999; 
	text-align: center; 
	padding: 3px; 
	padding-top: 8px; 
	}