
/************* BEGIN: SITE-WIDE CONTENT *************/
BODY {
	font-family: Arial, sans-serif;
	font-size: 1em;
	background-image:  url('/images/orange_white_paws.jpg');
	<!-- background-color: #71638E; -->
	<!-- background-repeat:repeat; -->
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	height: 100%
}

p {
	font-family: Arial, sans-serif;
	font-size: 75%;
	margin: 3px 12px 15px 15px;
	color: #000000;
}

.listParagraph { /* represents a paragraph with an associated list. It gets less bottom margin than a regular paragraph */
	font-size: 75%;
	font-family: Arial,sans-serif;
	color: #000000;
	margin: 0px 0px 5px 0px;	
}

.bodycopy { /*for example text on search pages*/
	font-size: 75%;
	font-family: Arial,sans-serif;
	color: #000000;
}

H1 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 100%;
	color: #ae0405;
	margin: 8px 5px 8px 15px;
}

H2 {
    font-weight: bold;
    font-size: 95%;
    color: #000000;
    font-family: Arial, sans-serif;
	margin: 5px 5px 8px 15px;

}

H3 {
	font-family: Arial, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #000000;
	margin: 5px 5px 8px 15px;

}

#vr{
	position: absolute;
	left: 409px;
	top: 238px;
	z-index: 10;
}

.bluehr {
	background-image:  url('/images/christmas/orange_line.gif');
	background-repeat: repeat-x;
	background-position: center;
	vertical-align: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#leftColumn { 
	position: absolute;
	left: 0px;
	top: 95px;
	width: 170px;
	z-index: 1;
}

#rightColumn { 
	background-color: #DAE3D0; 
	position: relative;
	left: 610px;
	top: 60px;
	width: 150px;
	z-index: 12;
}

.rightHeader {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 90%;
	color: #000000;
	margin: 0px 0px 10px 0px;
}

.footer {
	font-family: Arial, sans-serif;
	font-weight:normal;
	font-size:70%;
	color:#000000;
	text-align:center;
	line-height:14px;
}

/* Table Styles that match WORD styles */
td {
	font-size: 100%;
	font-family: Arial, sans-serif;
}

.tableHeader {
	font-family: arial, sans-serif;
	font-weight: bold;	
	font-size: 75%;
	color: #FFFFFF;
	background-color: #69A2CE;	
	line-height:20px;
	text-align:top;
}

.gtableHeader { /*This style applies to Table headers for all global content*/
	font-family: arial, sans-serif;
	font-weight: bold;	
	font-size: 75%;
	color: #FFFFFF;
	background-color: #003366;	
	line-height:20px;
	text-align:top;
}

.tableText {
	font-family: arial, sans-serif;
	font-size: 75%;
	color: #000000;
}

.tableCell1 {/* The first cell background is gray/
    font-family: arial, sans-serif;
    font-size: 75%;
    background-color: #E0E9D9;		
    line-height:20px;
    text-align:top;
}

.tableCell0 { /* alternate cell background to white */
	font-family: arial, sans-serif;
	font-size: 75%;
	background-color: #FFFFFF;	
	line-height:20px;
	text-align:top;
}

/* Bulleted and numbered lists */
ul { /* By default "ul" tags will be devoid of leading i.e. bottom margin=0px */
	font-family: arial,sans-serif;
	font-size: 75%;	
	color: #000000;
	padding-left: 15px;
	list-style : disc outside;
	margin: 0px 0px 0px 25px;
}

ol { /* By default "ol" tags will be devoid of leading i.e bottom margin=0px */
	font-family: arial,sans-serif;
	font-size: 75%;
	color: #000000;	
	padding-left: 0px;
	list-style : decimal outside;
	margin: 0px 0px 0px 25px;
}

ol ol li {
	font-family: arial,sans-serif;
	font-size: 140%;	
	color: #000000;
	padding-left: 0px;
	list-style: lower-alpha outside;
	line-height: 16px;
	margin: 0px 0px 0px 15px;
}

ol ul li {
	font-family: arial,sans-serif;
	font-size: 140%;	
	color: #000000;
	padding-left: 0px;
	list-style : disc outside;
	line-height:16px;
	margin: 0px 0px 0px 0px;
}


/* Hyperlinks */
A:link {
	font-family:Arial, sans-serif;
	color: #71638E;
	text-decoration: underline;
}

A:active {
	font-family:Arial, sans-serif;
	color: #005FA9;
	text-decoration: underline;
}

A:hover {
	font-family:Arial, sans-serif;
	color: #429ab4;
	text-decoration: underline;
}

A:visited {
	font-family:Arial, sans-serif;
	color: #864d75;
	text-decoration: underline;
}

A.footer {
	font-family: arial, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
}
			  
A.footer:visited {
	font-family: arial, sans-serif;
	font-size: 100%;	
	color: #f9c2e9;
}

A.footer:hover {
	font-family: arial, sans-serif;
	font-size: 100%;	
	color: #f9c2e9;
}

/************* END: SITE-WIDE CONTENT *************/