/*style sheet for individual pieces */

html, body { min-height:101%; margin-bottom:1px; }/*sets a min height so ghost scrollbar appears when needed */

body {
	padding:0;/*zero off any padding */
	color:#CFCFCF;/*sets the body background colour */
	font-family: Verdana, Sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 135%;
	font-weight: normal;
	font-variant: normal;
	background-color: #003366;
	margin-top: 60px;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
	}
  
#page {
	width: 700px; /*sets the width of our page container div which holds the photograph */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
}

#banner
{
	border: 0;
	padding: 5;
	width: 700px;
	margin: 0px auto;
}

 .centeredimage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }

#photo {
	padding-bottom: 0px;
} /*lbug fix */
	
	
#textdiv {
	padding: 0px;/*zero padding */
	margin-bottom: 10px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #F0F0F0;
	height: auto;
	background-color: #000000;
}/*sets the bg color to black */

 
#textdiv p{/*set the styles etc for <p> element within #textdiv div */
	color: #FFF;
	padding: 10px;
	font-size: 9pt;
	margin: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #CCC;
	background-color: #003366;
}


#navigation a:hover{
	color:#FFFFCC;
	background-color: #003366;
	border: 0px none #FFF;
}

#navigation a, a:visited{
	text-decoration: none; /*removes default underline */
	font-weight: bold; /*sets the font weight to bold */
	font-size: 12px; /*sets the font size*/
	padding: 0px; /*a little padding*/
	margin: 0px; /*border display */
	background: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
}

#bottomnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFF;
	text-align: center;
}
