@charset "utf-8";
.titles {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	height: 20px;
	text-indent: 0;
	border-left-width: 0px;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-bottom-width: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
}
ul#pfs {
  padding : 0;
  margin : 0 auto;
  width : 160px;
}

/* this is also being used, in part, to help position the list and set the intial font */
ul#pfs li  {
  float : right;
  list-style-type : none;
  font-size : 100%;
  text-align : center;
}

/* 
  this makes the link box with its style... embedded images could be used instead of text 
  the size of the box allows the text to be resized if allowed to do so (keep reading)
*/
ul#pfs li a {
  padding : 9px 4px 0 2px;
  background-color : #ffffdd;
  border : 2px outset #aaa;
  text-decoration : none;
  color : #000;
  display : block;
  width : 30px;
  height : 30px;
}

/* hover styles are set here to create more obvious interaction */
ul#pfs li a:hover {
  background-color : #669900;
  border : 2px outset #669900;
  color : #fff;
}

/* focus styles are set here to create more obvious interaction */
ul#pfs li a:focus, ul#pfs li a:active {
  background-color : #396c00;
  border : 2px inset #396c00;
  color : #fff;
}

/* 
  this sets the font size on the button face (an image could be used instead of text)
  also, you might want to use a fixed text size on the buttons to keep them looking good
  if the user has a different default font size, but this would only be for IE (which is
  the only browser which the button text resizing looks a little odd as it affects the 
  button size. stupid IE 6
*/
ul#pfs li#pfs_large a {
  font-size : 120%;
  padding : 8px 4px 1px 2px;
}

/* same as above, but for the "larger" size */
ul#pfs li#pfs_larger a {
  font-size : 140%;
  padding : 7px 4px 2px 2px;
}

/* same as above, but for the "largest" size */
ul#pfs li#pfs_largest a {
  font-size : 160%;
  padding : 4px 4px 5px 2px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF0;
	font-weight: normal;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
p {
	font-family: Arial Black, Gadget, sans-serif;
}
.textbox {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	height: auto;
	padding: 0px;
	margin: 0px;
	border: 0px none #F00;
	text-align: left;
}
.mainlink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #F00;
	font-weight: normal;
	height: 10px;
	text-indent: 0.5em;
	padding: 0px;
	margin: 0px;
	border-left-width: 0px;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	width: 200px;
}
.backbox {
	font-weight: normal;
	background-image: url(images/central_bg%5B1%5D.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.boldtxt {
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #00F;
	font-family: Verdana, Geneva, sans-serif;
}

body {
	background-color: #FF0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: normal;
	height: auto;
	padding: 0px;
	margin: 0px;
	border: 0px none #F00;
	text-align: justify;
}
