@media all {
    BODY {
        text-align          : center;
        font-family         : Helvetica;
        font-family         : Verdana, Arial;
        font-size           : 0.75em;
        margin              : 0px 0px 20px 0px;
        color               : #333333;
        background		: #808080 url("/img/background.png") repeat-x left top;

    }
    TD {
        font-size           : 0.75em;
        vertical-align      : top;
    }
    B, STRONG {
        color               : #000000;
	}
	

	#fkNav{line-height:40px;background:transparent url(horizontal.png) repeat-x left top;}
	#fkNavLeft{background:transparent url(tab.png) no-repeat left top;width:5px;margin-right:5px;float:left;}
	#fkNavRight{background:transparent url(tab.png) no-repeat -5px top;width:5px;float:right;}
	#fkNav A{color:#FFF;text-decoration:none;padding-left:10px;display:block;float:left;}
	#fkNav A B{padding-right:10px;display:block;color:#FFF;}
	#fkNav A:hover,#nav A.selected{color:#000;background:transparent url(tab.png) no-repeat -10px top;}
	#fkNav A:hover B,#nav A.selected B{color:#000;background:transparent url(tab.png) no-repeat right top;}

    #pageWrapper {
        text-align          : left;
        margin-right        : auto;
        margin-left         : auto;
        background-color    : #FFFFFF;
        width               : 772px;
        border              : 0px solid #808080; /*A42327;*/
    }
    #popupWrapper {
        text-align          : left;
        margin-right        : auto;
        margin-left         : auto;
        background-color    : #FFFFFF;
        width               : 512px;
        border              : 0px solid #808080; /*A42327;*/
    }
    #header {
        background		: #808080 url("/img/background.png") repeat-x left top;
        font-size           : 0.75em;
        margin-bottom       : 10px;
    }
    #headerSpace {
        display             : none;
        height              : 30px;
    }
    #firstLevel {
        border-bottom       : 1px solid black;
    }
    #firstLevel A {
        display             : -moz-inline-box;
        display             : inline-block;
        background-color    : #cda27c;
        text-decoration     : none;
      text-transform        : uppercase;
        color               : #000000;
        padding             : 3px 6px;
        border              : 1px solid black;
        border-bottom-width : 0px;

    }
    #firstLevel TD {
        white-space         : nowrap;
        font-size           : 1em;
        font-weight         : bold;
    }
    #firstLevel A:hover {
        background-image    : url("../img/buttontab.bmp");
    }
    #firstLevel A.selected {
        background-image    : url("../img/buttontab.bmp");
        position            : relative;
        top                 : 1px;
    }
    #secondLevel {
        background-color    : #ffe6b7;
    }
    #secondLevel {
      background			: url("/img/subtabback.gif") repeat-x right top;
      height:20px;

    }		
    #secondLevel A {
        display             : -moz-inline-box;
        display             : inline-block;
        text-decoration     : none;
        color               : #000000;
        padding             : 2px 4px;
        margin              : 2px 0px 0px 0px;
    }
    #secondLevel A:hover {
        text-decoration     : underline;
    }
    #secondLevel A.selected {
        text-decoration     : none;
        position            : relative;
        top                 : 1px;
        background-color    : white;
        border              : 1px solid black;
        border-bottom-width : 0px;
    }

    #pageBody {
        padding             : 0px 10px;
    }

    #copyrightNotice {
        border-top          : 1px solid #FFFFFF;
        font-size           : 0.75em;
        margin              : 10px;
        padding             : 10px 0px 0px 0px;
        text-align          : center;
    }

    #layoutTable {
        width               : 750px;
        border-width        : 0px;
    }
    #layoutTable TD {
        padding             : 0px;
    }
    #layoutTable #mainColumn {
        width               : 512px;
        padding-right       : 10px;
    }
    #layoutTable #rightColumn {
        padding-left        : 10px;
    }

    #layoutTablePopup {
        width               : 500px;
        border-width        : 0px;
    }
    #layoutTablePopup #mainColumn {
        width               : 100%;
        padding-right       : 10px;
    }

    .printOnly, .printTitle {
        display             : none;
    }
    .title {
        font-size: 1.5em;
        border-bottom: 1px solid #CCCCCC;
        padding-bottom: 2px;
        margin-bottom: 10px;
        color: #000000;
    }
    .title A {
        color: #000000;
    }

    .subtitle A {
        font-size: 0.75em;
        margin-bottom: 4px;
        color: #000000;
        font-weight: bold;
    }
    .imageText {
        font-size: 0.75em;
        padding-left: 15px;;
    }
    .imageText A {
        color: #000000;
        text-decoration: none;
    }
    .imageText A:hover {
        text-decoration: underline;
    }
    .subtitle, .subheader {
        font-size: 1.2em;
    }
    #rightColumn {
        border-left: 1px solid #666666;
    }
    TABLE.data TD {
        font-size: 0.71em;
        border-bottom: 5px solid white;
    }
    .box {
        width:200px;
        margin-bottom: 20px;
        font-size: 0.94em;
    }
    .content .box {
        width:100%;
     }
    .content TD IMG {
        border: 1px solid black;
        margin-right: 10px;
        margin-bottom: 10px;
     }
    .box A {
        color: #000000;
    }
    .box .header {
        color: #000000;
        font-weight: bold;
        text-decoration: none;
        margin-bottom: 4px;
        display: block;
    }
    .box .index {
        margin-top: 4px;
    }
    .box .index A  {
        display: block;
        line-height: 1.6em;
        color: #000000;
        padding-left: 10px;
        background-position: center left;
        background-repeat: no-repeat;
    }
    .box .index A.selected, .lvl3_selected {
        background-image: url("../img/a.gif");
        text-decoration: none;
    }

    .newsitem {
        width:100%;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 0.94em;
        border-bottom: 1px dashed #666666;
    }
    .newsitem A {
        color: #000000;
    }
    .newsitem .header {
        color: #000000;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .newsitem .summary {
        font-style: italic;
        margin-bottom: 10px;
    }
    .newsitem .body {
        padding-left: 10px;
    }

    .guestbook .time, .guestbook .message {
        font-size: 0.7em;
        vertical-align: top;
    }
    .guestbook .nextpage {
        text-align: right;
    }
    .guestbook A {
        color: #000000;
    }
    .guestbook DIV {
        margin-top: 5px;
        font-size: 0.9em;;
    }
    .guestbook INPUT, .guestbook TEXTAREA {
        font-family: Arial;
        font-size: 0.9em;
        border: 1px solid #999999;
        width: 100%;
        padding: 2px;
    }
    .guestbook .buttonPanel {
        margin-top: 5px;
        text-align: center;
    }
    .guestbook .buttonPanel INPUT {
        border: 1px solid #666666;
        width: 50px;
        height: 20px;
    }

.gigBox {
	background-color	: #FAFAFA;
	border				: 1px solid #CCCCCC;
	font-size			: 0.9em;
	margin-bottom		: 4px;
}
.gigBox SPAN {
	display             : -moz-inline-box;
	display             : inline-block;
}
.gigBox A {
	color				: #000000;
}
.gigBox .top {
	background-color	: #FFFFFF;
	padding				: 0px 4px;
}
.gigBox .header {
	padding				: 4px;
}
.gigBox .date {
	width				: 120px;
}
.gigBox .location {
	width				: 150px;
}
.gigBox .body {
	padding				: 0px 4px 4px 124px;
	font-style			: italic;
	color				: #333333;
}
.gigBoxes .old { 
	display				: none; 
}
.toplinks {
	text-align			: center;
	margin				: 8px;
}
.topLinks A {
	font-size			: 0.75em;
	padding				: 4px;
	border				: 1px solid #666;
	background-color	: #ffe6b7;
	text-decoration		: none;
}
.topLinks A:hover {
	text-decoration		: underline;
}


    .imagePanel {
        width: 100%;
        text-align: center;
        border: 1px solid #333333;
        padding: 10px 0px;
        background-color: #A42327;
    }
    .imagePanel IMG {
        border: 1px solid #333333;
    }
    /* Hide embedded video OBJECT tag in IE */
    * html object.mov {
        display/**/: none;
    }
	
}
@media print {
    A {
        text-decoration     : none;
    }
    #headerSpace {
        display             : none;
    }
    #firstLevel {
        display             : none;
    }
    #secondLevel {
        display             : none;
    }
    #pageWrapper {
        width               : 100%;
        border-width        : 0px;
    }
    #layoutTable {
        width               : 100%;
        border-width        : 0px;
    }
    #layoutTable #mainColumn {
        width               : 100%;
    }
    #rightColumn {
        display             : none;
    }
    .newsitem {
        font-size: 1.2em;
    }
    .newsitem .summary {
        font-size: 0.75em;
    }
    .imagePanel {
        width: 100%;
        text-align: center;
        border: 0px solid #333333;
    }
    .printOnly {
        display: block;
    }
    .printTitle {
        font-size: 1.5em;
        display: block;
        padding-bottom: 2px;
        margin-bottom: 10px;
        color: black;
    }
}
