body {
	color: #000;
	background: #fff;
	margin: 25px 0 25px 0;
	padding: 0
	}

.hide {
	display: none
	}

img {
	display: block; /* Every image is rendered as block level element */
	border: 0
	}

/* Link styles (Pseudo-Classes) ALWAYS style in this order LVHA! */
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #c30;
	background: transparent
	}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #c30;
	background: transparent
	}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #f60;
	background: transparent
	}
a:active {
	font-weight: bold;
	text-decoration: none;
	color: #f90;
	background: transparent
	}
	
/* Tell browser entire site must use these fonts */
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Georgia, times, serif
	}
	
/* Make headings 15% bigger than the users default */
h1 {
	font-size: 1.15em;
	font-weight: normal
	}

html p {
	margin-top: 0; /* Make sure text fits snugly against headings */
	margin-bottom: 1em;
	text-align: left;
	font-size: 0.85em; /* Scale para text down slightly */
	line-height: 1.5 /* Space in-between lines */
	}

/* Basic page divisions */

#primarycontent {
	padding-left: 25px;
	padding-top: 25px
	}
#content {
	background: transparent url(images/logo.gif)center bottom no-repeat
	}

/* Sidebar display attributes */
#sidebar p {
	font-style: italic;
	text-align: right;
	margin-top: 0.5em
	}
#sidebar img {
	margin: 30px 0 15px 0
	}
#sidebar h2 {
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	line-height: 1.5;
	text-align: right
	}
/* might not be needed */
/*#nav {
	text-align: center
	}*/

table#nav {	
	border-bottom: 1px solid #000;
	border-left: 1px solid #000
	}
table#nav td { /* Setting the rules for the nav table cells */
	font: 11px verdana, arial, sans-serif;
	text-align: center;	
	border-right: 1px solid #000;
	border-top: 1px solid #000
	}
table#nav td a { /* Rules for the nav buttons */
	/*font-weight: normal;*/
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0
	}

#nav td a:link, #nav td a:visited {
	background: transparent url(../images/bgpat.gif) repeat;
	display: block;
	margin: 0;
	line-height: 25px; 
	}
#nav td a:hover {
	color: #000;
	background-image: none	
	}

/* style for the Logo cell */
td#home a:link, td#home a:visited {
	background: transparent url(../images/bgpat.gif) repeat;
	width: 800px;
	height: 120px
	}
td#home a:hover {
	background: white url(../images/nopat.gif) repeat;
	width: 800px;
	height: 120px
	}

#centersidebartext {
	text-align: center;
	}

/* Page footer style */
#footer p {
	font-size: 15px;
	margin-top: 25px
	}

.caption {
	font-style: italic;
	}

.imageandcaption {
	padding-top: 40px;
	padding-bottom: 10px
	}