    /* STYLESHEET 6 - This incorporates support for Floatbox and ColorBox */

body {
  background-color: #000000;
  color: #FFFFFF;
  font-family: "Courier New", Courier, monospace;
  font-size: 12pt;
  text-align: left;
  margin: 0px 0px 20px;
}

P.standard {
  font-family: "Courier New", Courier, monospace;
  color: #FFFFFF;
  font-size: 12pt;
  line-height: 110%;
  text-align: left;

}

P.standard2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  font-size: 10pt;
  line-height: 110%;
  text-align: left;

}

P.standard3 {
  font-family: "Courier New", Courier, monospace;
  color: #CC3300;
  font-size: 12pt;
  line-height: normal;
  text-align: right;

}

a {
  color:#CC3300;
  font-weight:normal;
	text-decoration:none;
}

a:visited {
  color: #666666;
  font-weight:normal;
  text-decoration:none;
}

a:hover {
  color:#FFFFFF;
  font-weight:normal;
	text-decoration:none;
}

/* RESET */
h1, h2, h3, h4, h5, h6, p, ul, li {
	margin:0px;
	padding:0px;
	}

h1 {
    font-family: Verdana;
    color: #CCCCCC;
    font-size:14pt;
    font-weight:normal;
    letter-spacing:2px;
	text-align:right;
	}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #CCCCCC;
    font-size:12pt;
    font-weight:bold;
    letter-spacing:1px;
	text-align:justify;
	}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #CCCCCC;
	font-size:11pt;
    font-weight:bold;
	letter-spacing:1px;
	text-align:left;
	}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #CCCCCC;
	font-size:10pt;
    font-weight:bold;
	letter-spacing:1px;
	text-align:center;
	}
	
h5 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #CCCCCC;
    font-size:9px;
    font-weight:normal;
    letter-spacing:2px;
	text-align:right;
    }
hr {
	display:none;
	}





    /* HEADER + NAVIGATION */

#header {
	width:100%;
	height:70px;
	background-color:#000000;
    padding-left: 0px;
    padding-right: 0px;
	padding-bottom: 3px;
    border-bottom:1px solid #CC3300;

}





    /* Footer */

#footer {
    background-color:#000000;
    border-top:1px solid #CC3300;
	clear:both;
    height: 60px;
	width:100%;
	margin:20px auto 0px auto;
	padding-top: 0px;
    font-family: Verdana, Arial, Tahoma, sans-serif;
    font-size:9px;
    font-weight:normal;
	text-transform:none;
    text-align:center

}

#footer li {

    text-align:center;
	font-size:8px;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	display:inline;
	list-style:none;
	color:#666666;

}

#footer a {
	color:#494949;
	}

#footer a:hover {
	color:#000000;
	}

#footerindex {
    background-color:#F5F5F5;
    border-top:1px solid #F5F5F5;
	clear:both;
    height: 300px;
	width:100%;
	margin:20px auto 0px auto;
	padding-top: 10px;
    font-family: Verdana, Arial, Tahoma, sans-serif;
    font-size:9px;
    font-weight:normal;
	text-transform:none;
    text-align:center

}

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between all ColorBox themes
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{}
    #cboxContent{margin-top:20px;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext.hover{background-position:bottom right;}
        #cboxLoadingOverlay{background:#000;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose.hover{background-position:bottom center;}

/* Floatbox v2.44 */
/* June 28, 2008 */
/* standard control graphics */

#fbOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99994;
}
/* overlay color */
div.fbOverlay_black { background-color: #000; }
div.fbOverlay_white {background-color: #000; }
div.fbOverlay_blue { background-color: #0b183b; }
div.fbOverlay_yellow { background-color: #752; }
div.fbOverlay_red { background-color: #280000; }
div.fbOverlay_custom { background-color: #1b2642; }

#fbFloatbox {
	position: absolute;
	border-style: solid;
	z-index: 99995;
}
div.fbFloatbox_black {
	border-color: #666;  /* outerBorder color */
	background-color: #000;  /* main floatbox color */
}
div.fbFloatbox_white {
	border-color: #888;
	background-color: #fff;
}
div.fbFloatbox_blue {
	border-color: #4060a8;
	background-color: #0b183b;
}
div.fbFloatbox_yellow {
	border-color: #680c0c;
	background-color: #ed9;
}
div.fbFloatbox_red {
	border-color: #945848;
	background-color: #580808;
}
div.fbFloatbox_custom {
	border-color: #da7b4d;
	background-color: #eed39e;
}

#fbFloatbox a {
	outline: none;
	border: 0;
	margin: 0;
	padding: 0;
	background: url(images/blank.gif);
}
/* ie6 bug fix */
#fbFloatbox a { outline:expression(hideFocus='true'); }

#fbLoader {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
/* ie6 bug fix */
#fbLoader { height:expression(document.getElementById('fbFloatbox').style.height); }
/* animated 'loading' graphic */
#fbFloatbox .fbLoader_black { background-image: url(images/loading_black.gif); }
#fbFloatbox .fbLoader_white { background-image: url(images/loading_white.gif); }
#fbFloatbox .fbLoader_blue { background-image: url(images/loading_black.gif); }
#fbFloatbox .fbLoader_yellow { background-image: url(images/loading_white.gif); }
#fbFloatbox .fbLoader_red { background-image: url(images/loading_black_small.gif); }
#fbFloatbox .fbLoader_custom { background-image: url(images/loading_black_small.gif); }

#fbContentPanel {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

#fbItem {
	position: absolute;
	left: 0;
	top: 0;
	border-style: solid;
	visibility: visible;
	z-index: 99996;
}
/* innerBorder color */
#fbFloatbox .fbItem_black { border-color: #ccc; }
#fbFloatbox .fbItem_white { border-color: #000; }
#fbFloatbox .fbItem_blue { border-color: #aaa8be; }
#fbFloatbox .fbItem_yellow { border-color: #700; }
#fbFloatbox .fbItem_red { border-color: #b64; }
#fbFloatbox .fbItem_custom { border-color: #b64; }

#fbResize {
	position: absolute;
	width: 19px;  /* = dimensions of the resize button */
	height: 19px;
	z-index: 99999;
}
/* resize button graphic */
#fbFloatbox .fbResize_black { background-image: url(images/resize_black.gif); }
#fbFloatbox .fbResize_white { background-image: url(images/resize_white.gif); }
#fbFloatbox .fbResize_blue { background-image: url(images/resize_blue.gif); }
#fbFloatbox .fbResize_yellow { background-image: url(images/resize_yellow.gif); }
#fbFloatbox .fbResize_red { background-image: url(images/resize_red.gif); }
#fbFloatbox .fbResize_custom { background-image: url(images/resize_red.gif); }

#fbLeftNav, #fbRightNav {
	position: absolute;
	z-index: 99997;
}
#fbLeftNav { left: 0; }
#fbRightNav { right: 0; }

#fbUpperPrev, #fbUpperNext {
	position: absolute;
	width: 49px;  /* = dimensions of the upper prev and next graphics */
	height: 23px;
	background-repeat: no-repeat;
	z-index: 99998;
}
/* on-mouse-over upper nav prev graphic */
#fbFloatbox .fbUpperPrev_black { background-image: url(images/prev_upr_black.gif); }
#fbFloatbox .fbUpperPrev_white { background-image: url(images/prev_upr_white.gif); }
#fbFloatbox .fbUpperPrev_blue { background-image: url(images/prev_upr_blue.gif); }
#fbFloatbox .fbUpperPrev_yellow { background-image: url(images/prev_upr_yellow.gif); }
#fbFloatbox .fbUpperPrev_red { background-image: url(images/prev_upr_red.gif); }
#fbFloatbox .fbUpperPrev_custom { background-image: url(images/prev_upr_blue.gif); }
/* on-mouse-over upper nav next graphic */
#fbFloatbox .fbUpperNext_black { background-image: url(images/next_upr_black.gif); }
#fbFloatbox .fbUpperNext_white { background-image: url(images/next_upr_white.gif); }
#fbFloatbox .fbUpperNext_blue { background-image: url(images/next_upr_blue.gif); }
#fbFloatbox .fbUpperNext_yellow { background-image: url(images/next_upr_yellow.gif); }
#fbFloatbox .fbUpperNext_red { background-image: url(images/next_upr_red.gif); }
#fbFloatbox .fbUpperNext_custom { background-image: url(images/next_upr_blue.gif); }

#fbInfoPanel {
	position: absolute;
	text-align: left;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;  /* image title text */
	line-height: 1.25em;
	overflow: hidden;
}

#fbCaption {
	display: block;
}
/* image title color */
#fbFloatbox .fbCaption_black { color: #eee; }
#fbFloatbox .fbCaption_white { color: #000; }
#fbFloatbox .fbCaption_blue { color: #aaa8be; }
#fbFloatbox .fbCaption_yellow { color: #700; }
#fbFloatbox .fbCaption_red { color: #ec9; }
#fbFloatbox .fbCaption_custom { color: #735; }

#fbItemNumber {
	display: block;
	font-size: 10px;  /* 'image x of y' text */
}
/* 'image x of y' color */
#fbFloatbox .fbItemNumber_black { color: #aaa; }
#fbFloatbox .fbItemNumber_white { color: #666; }
#fbFloatbox .fbItemNumber_blue { color: #aaa8be; }
#fbFloatbox .fbItemNumber_yellow { color: #700; }
#fbFloatbox .fbItemNumber_red { color: #ca8; }
#fbFloatbox .fbItemNumber_custom { color: #965f74; }

#fbControlPanel {
	position: absolute;
	font-size: 1px;
}
#fbLowerNav {
	float: left;
	width: 88px;  /* sum of lowerprev and lowernext widths */
	height: 14px;  /* height of 1 sprite panel in lowerprev and lowernext graphics */
	padding-right: 6px;  /* spacing between controls */
}

#fbLowerPrev { float: left; }
#fbLowerPrevA { position: absolute; }
#fbLowerPrev, #fbLowerPrevA {
	width: 44px;  /* = dimensions of the lower nav 'prev' graphic */
	height: 14px;
	background-repeat: no-repeat;
}
/* lower nav 'prev' graphic */
#fbFloatbox .fbLowerPrevA_black { background-image: url(images/prev_lwr_black.gif); }
#fbFloatbox .fbLowerPrevA_white { background-image: url(images/prev_lwr_white.gif); }
#fbFloatbox .fbLowerPrevA_blue { background-image: url(images/prev_lwr_blue.gif); }
#fbFloatbox .fbLowerPrevA_yellow { background-image: url(images/prev_lwr_yellow.gif); }
#fbFloatbox .fbLowerPrevA_red { background-image: url(images/prev_lwr_red.gif); }
#fbFloatbox .fbLowerPrevA_custom { background-image: url(images/prev_lwr_yellow.gif); }
/* lower nav greyed-out 'prev' graphic */
#fbFloatbox .fbLowerPrev_black { background-image: url(images/prev_lwr_off_black.gif); }
#fbFloatbox .fbLowerPrev_white { background-image: url(images/prev_lwr_off_white.gif); }
#fbFloatbox .fbLowerPrev_blue { background-image: url(images/prev_lwr_off_blue.gif); }
#fbFloatbox .fbLowerPrev_yellow { background-image: url(images/prev_lwr_off_yellow.gif); }
#fbFloatbox .fbLowerPrev_red { background-image: url(images/prev_lwr_off_red.gif); }
#fbFloatbox .fbLowerPrev_custom { background-image: url(images/prev_lwr_off_yellow.gif); }

#fbLowerNext { float: right; }
#fbLowerNextA { position: absolute; }
#fbLowerNext, #fbLowerNextA {
	width: 44px;  /* = dimensions of the lower nav 'next' graphic */
	height: 14px;
	background-repeat: no-repeat;
}
/* lower nav 'next' graphic */
#fbFloatbox .fbLowerNextA_black { background-image: url(images/next_lwr_black.gif); }
#fbFloatbox .fbLowerNextA_white { background-image: url(images/next_lwr_white.gif); }
#fbFloatbox .fbLowerNextA_blue { background-image: url(images/next_lwr_blue.gif); }
#fbFloatbox .fbLowerNextA_yellow { background-image: url(images/next_lwr_yellow.gif); }
#fbFloatbox .fbLowerNextA_red { background-image: url(images/next_lwr_red.gif); }
#fbFloatbox .fbLowerNextA_custom { background-image: url(images/next_lwr_yellow.gif); }
/* lower nav greyed-out 'next' graphic */
#fbFloatbox .fbLowerNext_black { background-image: url(images/next_lwr_off_black.gif); }
#fbFloatbox .fbLowerNext_white { background-image: url(images/next_lwr_off_white.gif); }
#fbFloatbox .fbLowerNext_blue { background-image: url(images/next_lwr_off_blue.gif); }
#fbFloatbox .fbLowerNext_yellow { background-image: url(images/next_lwr_off_yellow.gif); }
#fbFloatbox .fbLowerNext_red { background-image: url(images/next_lwr_off_red.gif); }
#fbFloatbox .fbLowerNext_custom { background-image: url(images/next_lwr_off_yellow.gif); }

#fbControls { float: right; }

#fbClose {
	float: right;
	width: 46px;  /* = dimensions of the 'close' graphic */
	height: 14px;
	background-repeat: no-repeat;
}
/* 'close' graphic */
#fbFloatbox .fbClose_black { background-image: url(images/close_black.gif); }
#fbFloatbox .fbClose_white { background-image: url(images/close_white.gif); }
#fbFloatbox .fbClose_blue { background-image: url(images/close_blue.gif); }
#fbFloatbox .fbClose_yellow { background-image: url(images/close_yellow.gif); }
#fbFloatbox .fbClose_red { background-image: url(images/close_red.gif); }
#fbFloatbox .fbClose_custom { background-image: url(images/close_yellow.gif); }

#fbPlayPause {
	float: left;
	padding-right: 6px;  /* spacing between controls */
}
#fbPlay, #fbPause { position: absolute; }
#fbPlayPause, #fbPlay, #fbPause {
	width: 46px;  /* = dimensions of the 'play' and 'pause' graphics (they need to be the same size) */
	height: 14px;
	background-repeat: no-repeat;
}
/* 'play' and 'pause' graphics */
#fbFloatbox .fbPlay_black { background-image: url(images/play_black.gif); }
#fbFloatbox .fbPlay_white { background-image: url(images/play_white.gif); }
#fbFloatbox .fbPlay_blue { background-image: url(images/play_blue.gif); }
#fbFloatbox .fbPlay_yellow { background-image: url(images/play_yellow.gif); }
#fbFloatbox .fbPlay_red { background-image: url(images/play_red.gif); }
#fbFloatbox .fbPlay_custom { background-image: url(images/play_yellow.gif); }
#fbFloatbox .fbPause_black { background-image: url(images/pause_black.gif); }
#fbFloatbox .fbPause_white { background-image: url(images/pause_white.gif); }
#fbFloatbox .fbPause_blue { background-image: url(images/pause_blue.gif); }
#fbFloatbox .fbPause_yellow { background-image: url(images/pause_yellow.gif); }
#fbFloatbox .fbPause_red { background-image: url(images/pause_red.gif); }
#fbFloatbox .fbPause_custom { background-image: url(images/pause_yellow.gif); }

	
	
