body {
	background-color: #FF0099;
	border: none thin #000000; /* Sets the border properties for an element using shorthand notation */
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	background-image: url(/graphics/pinkbackground.jpg);
}

p {
	text-align: justify;
}

p.quote {
	color: #660099;
	font-weight: bold;
	text-align: center;
}
/* Commonly used to style page titles. */
h1 {
  color: #996699;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
 text-align: center;
 }
/* Commonly used to style section titles. */
h2 {
  color: #CC66CC;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
h3 {
	color: #996699;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	text-align: left;
}
/* Sets the style for unvisited links. */
  a:link {
  font-size: 13px;
  color: #FF0097;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
   font-size: 13px;color: #990066;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
   font-size: 13px;color: #CC0066;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
   font-size: 13px;
   color: #FF0066;
}


 li{ display: inline; }

img.sidebar {
	padding: 10px 0px 10px 0px;
	text-align: center;
} 
 th {
	text-align: center;
	color: #996699;
	font-size: 12px;
 }
table {
	width: 480px;
	margin: 0px auto;
	padding:0px 0px 0px 0px;
	border-collapse: collapse;
	border: 0px;
	text-align: center;
	 }
tr { 
padding: 0px;
margin: 0px;
}
 td.records {
	border-top: 1px solid #FF33CC;
	border-bottom: 1px solid #FF33CC;
	font-size: 11px;
	text-align: left;
	padding: 0px 5px 0px 5px;
	color: #000000;
	
 }
 td {
	font-size: 11px;
	text-align: center;
	padding: 0px 5px 0px 5px;
 }
 
#topDiv {
  margin: 0 auto;
  background-color: #FFFFFf;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  padding: 0px 10px 0px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center;
	
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	background-color: #fff; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Redefines the text alignment defined by the body element. */
	width: 760px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	top: auto;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */

#outerWrapper #topNavigation {
	background-color: #FFCCFF;
	height: 25px;
	padding: 10px 10px 0px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#outerWrapper #contentWrapper {
	background-image: url(/graphics/purplebar.jpg);
	background-repeat: repeat;
	
}
#outerWrapper #contentWrapper2 {
	background-color: #FFFFFF;
	text-align: center;
}
	

#outerWrapper #contentWrapper #rightColumn1 {
	background-color: #BD90B9;
	float: right;
	padding: 10px 7px 10px 7px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 200px;
	text-align: center;
	margin: 0px auto;
}
 #outerWrapper #contentWrapper #rightColumn1 a:link {
	font-size: 13px;
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for visited links. */
#outerWrapper #contentWrapper #rightColumn1 a:visited {
	font-size: 13px;
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
#outerWrapper #contentWrapper #rightColumn1 a:hover {
	font-size: 13px;
	color: #FF0000;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
#outerWrapper #contentWrapper #rightColumn1 a:focus {
  color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
#outerWrapper #contentWrapper #rightColumn1 a:active {
   font-size: 13px;
   color: #FF0066;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	margin: 0 220px 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 10px 20px 10px 20px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */

#outerWrapper #contentWrapper #content2 {
	margin: 0px auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 10px 20px 10px 20px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}


#outerWrapper #footer {
	background-color: #FFCCFF;
	border-top: solid 1px #000000; /* Sets the top border properties for an element using shorthand notation */
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center;
	color: #990099;
}

#clearFloat {
  clear: both;
  display: block;
height: 1px;
margin:0 auto;}
