body {
	background-color:#FFFFFF;
	text-align: center;
	font: Arial, Helvetica, sans-serif; /* Resets 1em to 10px */
	background-image:url(../images/wallpaper.jpg);
	margin: 0 0 30px;
	overflow-x: hidden;
	overflow-y: scroll;
	color: #666666;
	font-size: xx-small;
	font-style: normal;
}

h1 {
	font-size: medium;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#3b5998;
	font-weight: lighter;
}

/* Below are the CSS ID Styles */
/* Page describes the layout of the page and its principle attributes */

#page {
	background: #FFFFFF center;
	text-align: left;
	margin: 0px auto;
	width: 785px;
	height: auto;
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 0px;
	top: 25px;
	position: relative;
	color: #FFFFFF;
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	font-size: xx-small;
	}
/* Image rotate is for the main photo placement and sizing on each page */

#imagerotate {
	text-align:left;
	width: 702px;
	margin:40px 0px 10px;
	position: relative;
	height: 202px;
	left: 42px;
	top: -30px;
	}

/* Navigation - this described padding and margins for the Navigation table as well as link attributes */

#navigation {
	text-align:left;
	padding:0px 0px 0px 15px;
	margin:0px;
	}
#navigation a:link {
	color: #666666;
	text-decoration: none;
}
#navigation a:hover {
	color: #999999;
	text-decoration: underline;
}
#navigation a:visited {
	color: #666666;
	text-decoration: none;
}

/* noborder describes images that need a border*/

#border img {
	border: thin solid #CC0000;
}

/* pagetitle describes the padding and margins for each pages title*/
	
#pagetitle {
	text-align:left;
	padding:0px 0px 0px 14px;
	margin:0px;
	}

/*  bodytable ID defines the styling for tables used *WITHIN* the main content 
	Thanks go to Two Plus Four in the UK for their Greyscale design :)
*/

#bodytable {
	text-align:left;
	padding:15px 80px 15px 15px;
	font: 66%/130% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #666666;
	font-size: x-small;
	}
	
	
#bodytable a:link {
	color: #003366;
	text-decoration: none;
}
#bodytable a:hover {
	color: #0356AA;
	text-decoration: underline;
}
#bodytable a:visited {
	color: #003366;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
}

#bodytable p {
	margin-bottom: 5px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	font-weight: normal;
	}
	
#bodytable h3 {
	margin-bottom: 8px;
	margin-top: 10px;
	font-size: 1.2em;
	}
		
#bodytable h5 {
	margin-top: 10px;
	font-size: 1em;
	font-weight: bold;
	}
	
#bodytable select, textarea, input {
	font: 90%/130% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
#bodytable ul {
	margin-left: 30px;
	margin-bottom: 7px;
	margin-top: 7px;
}	
#bodytable ol {
	margin-left: 30px;
	margin-bottom: 7px;
	margin-top: 7px;
}	
	
#bodytable img {
	margin-top: 7px;
	margin-bottom: 7px;
}
	
#bodytable table {
	border-collapse: collapse;
	border: 1px solid #bbb;
	font: normal 106%/125% arial, helvetica, sans-serif;
	color: #990000;
	background: #ffffff;
	margin-top: 15px;
	margin-bottom: 15px;

	}

#bodytable td, th {
	border: 1px dotted #bbb;
	padding: 0.5em;
	background-color: #FFFFFF;
	color: #666666;
	font-size: xx-small;
	font-weight: normal;
	}

#bodytable caption {
	padding: 0 0 .5em 0;
	text-align: left;
	font-size: x-small;
	font-weight: bold;
	text-transform: uppercase;
	color: #009900;
	background: transparent;
	}

/* =links
----------------------------------------------- */

#bodytable table a {
	padding: 1px;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}

#bodytable table a:link {
	border-bottom: 1px dashed #ddd;
	color: #CC00FF;
	}

#bodytable table a:visited {
	border-bottom: 1px dashed #ccc;
	text-decoration: none;
	color: #00FF00;
	}

#bodytable table a:hover {
	border-bottom: 1px dashed #bbb;
	color: #FFFF00;
	}

/* =head =foot
----------------------------------------------- */

#bodytable thead th, tfoot th {
	border: 2px solid #000;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	color: #FF0000;
	background: transparent;
	}

#bodytable tfoot td {
	border: 2px solid #000;
	}

/* =body
----------------------------------------------- */

#bodytable tbody th, tbody td {
	vertical-align: top;
	text-align: left;
	color: #333333;
	}

#bodytable tbody th {
	white-space: nowrap;
	color: #666666;
}

.odd {
	background: #fcfcfc;
	color: #996666;
}

#bodytable tbody tr:hover {
	background: #fafafa;
	color: #FF9900;
}


/*  indextable is similar to bodytable except it is specifically tailored for the 
	4x4 layout of the index page  */


#indexbody {
	text-align:left;
	padding:15px 80px 15px 15px;
	font: Geneva, Arial, Helvetica, sans-serif;
	color: #9DB1D7;
	font-size: x-small;
	}

#indexbody a:link {
	color: #003366;
	text-decoration: none;
}
#indexbody a:hover {
	color: #0356AA;
	text-decoration: underline;
}
#indexbody a:visited {
	color: #3b5998;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
}

#indexbody p {
	margin-bottom: 5px;
	margin-top: 5px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	}
	
#indexbody h3 {
	margin-bottom: 8px;
	margin-top: 10px;
	font-size: x-small;
	color: #9966FF;
	}
		
#indexbody h5 {
	margin-top: 10px;
	font-size: x-small;
	font-weight: bold;
	color: #990033;
	}
	
#indexbody ul {
	margin-left: 30px;
	margin-bottom: 7px;
	margin-top: 7px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: 500;
}	
#indexbody ol {
	margin-left: 30px;
	margin-bottom: 7px;
	margin-top: 7px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
}	
	
#indexbody img {
	margin-top: 9px;
	margin-bottom: 5px;
	color: #0099CC;
}
	
#indexbody table {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: x-small;
	}

#indexbody p.rightmargin {
	margin-right: 10px;
	color: #333366;
	}
/* indexTable ENDS */



	
/* footermargins describes the padding and margins for the copyright and directory sections*/
	
#footermargins {
	text-align:left;
	padding:0px 0px 0px 15px;
	margin:0px;
	color: #666666;
	}
	
/* Directory ID is the the links list footer on each page */

#directory {
	background: #999999;
	text-align: left;
	margin: 0px auto;
	width: 785px;
	height: 150px;
	vertical-align: top;
	padding-top: 8px;
	padding-bottom: 0px;
	color: #666666;
	}
	
#directory a:link {
	color: #333333;
	text-decoration: none;
}
#directory a:hover {
	color: #FF0033;
	text-decoration: none;
}
#directory a:visited {
	color: #0033CC;
	text-decoration: none;
}

/* copyright ID is for ther copyright footer on each page */

#copyright {
	background:#ffffff;
	color: #000000;
	text-align: left;
	margin: 0px auto;
	width: 785px;
	height: 70px;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 0px;
	background-color: #660000;
	}
	
