html { height: 100%; }
body {
	margin: 0px;
	padding: 0px;

	text-align: center;
	font-size: 11px;
	font-family:  Trebuchet MS, TrebuchetMS, Trebuchet MS, TrebuchetMS, Verdana, sans-serif;
	line-height: 150%;
	color: #000000;

	background-color: #FFFFFF;

	width: 100%;
	height: 100%;
}
td {}
input {}
div {}
form { margin: 0px; padding: 0px; }


a {
	text-decoration: none;
	color: #B01241;
}
a:HOVER {
	text-decoration: underline;
	color: #B01241;
}


/**** Layout-specific styles ****/
#surround {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	text-align: left;
	background-color: #FFFFFF;
	height: 100%;
}

#header {
	clear: both;
	position: relative;
	width: 950px; height: 150px;

	background-image: url('/images/layout/headerbg.jpg');
	background-repeat: no-repeat;
}

#header div.navi {
	position: absolute;
	left: 300px; top: 125px; 
	width: 650px; height: 25px;
	font-size: 15px;
}
#header div.navi a {
	color: #000000;
	font-size: 15px;
}
#header div.navi a.sel {
	color: #B01241;
}


#bottom {
	position: relative;
	margin: 0px 160px 0px 160px;
}



div.dual { float: left; width: 315px; margin: 0px 0px 10px 0px; }

div.tri1 { float: left; width: 180px; margin: 0px 45px 0px 0px; }
div.tri2 { float: left; width: 180px; margin: 0px 45px 0px 0px; }
div.tri3 { float: left; width: 180px; margin: 0px 0px 0px 0px; }

div.listleft { float: left; width: 80px; margin-right: 10px; }
div.listright {  float: left; width: 540px; } 

p.year { font-size: 40px; color: #B01241; line-height: 100% !important; }

div.yearlist { 
	position: absolute; 
	top: 23px; left: 150px; 
	width: 500px; height: 20px;
	font-size: 13px;
	font-weight: bold;
}
div.yearlist a { 
	color: #000000;
	font-size: 13px;
	margin-right: 20px;
}
div.yearlist a.sel { 
	color: #B01241;
}


#previewimage {
	width: 260px; height: 200px; border: 0px;
	margin-bottom: 10px;
	cursor: hand;
}

.slides_prev {
	display: block;
	float: left;
	width: 10px; height: 56px;
	margin-right: 2px;
	text-decoration: none; border: 0px;
}
.slides_noarrow {
	display: block;	float: left;
	width: 10px; height: 56px;
	margin-right: 2px;
}
.slides_prev img {
	width: 10px; height: 56px;
	border: 0px;
}
.slides_next {
	display: block;
	float: left;
	width: 10px; height: 56px;
	text-decoration: none; border: 0px;
}
.slides_next img {
	width: 10px; height: 56px;
	border: 0px;
}
.slides {
	float: left;
	width: 236px; height: 56px;
	overflow: hidden;
}
.slides ul {
	list-style-type: none;
	margin: 0px; padding: 0px;
}
.slides ul li {
	float: left;
	margin: 0px 3px 0px 0px; padding: 0px;
}
.slides ul li a img {
	width: 56px; height: 56px; border: 0px;
}
.slides_end {
	clear: both; height: 10px; overflow: hidden;
}



/**** end of Layout-specific styles ****/


div.backlink { float: right; margin-top: 10px; }

a.picturepreview {}

div.clear { clear:both;  }
div.pagescontainer { }
div.pagescontainer div a { }


ul.slideshow {
	list-style-type: none;
	margin: 0px; padding: 0px;
}
ul.slideshow li {
	float: left;
	margin: 0px; padding: 0px;
}


h1 { font-size: 20px; font-family: Trebuchet MS, TrebuchetMS, Trebuchet MS, TrebuchetMS, Verdana, sans-serif; color: #B01241; margin: 0px 0px 16px 0px; padding: 0px; font-weight: bold; line-height: 150%; }
h2 { font-size: 17px; font-family: Trebuchet MS, TrebuchetMS, Trebuchet MS, TrebuchetMS, Verdana, sans-serif; color: #B01241; margin: 0px 0px 10px 0px; padding: 0px; font-weight: bold; line-height: 150%; }
h3 { font-size: 15px; font-family: Trebuchet MS, TrebuchetMS, Trebuchet MS, TrebuchetMS, Verdana, sans-serif; color: #B01241; margin: 0px 0px 0px 0px; padding: 0px; font-weight: bold; line-height: 150%; }
h4 { font-size: 13px; font-family: Trebuchet MS, TrebuchetMS, Trebuchet MS, TrebuchetMS, Verdana, sans-serif; color: #B01241; margin: 0px 0px 0px 0px; padding: 0px; font-weight: bold; line-height: 150%; }
p  { font-size: 11px; font-family: Trebuchet MS, TrebuchetMS, Trebuchet MS, TrebuchetMS, Verdana, sans-serif; margin: 0px 0px 0px 0px; padding: 0px; font-weight: normal; line-height: 150%; }


input.button {
	background-color: #666666;
	color: #FFFFFF;
	font-weight: normal;
	border: 1px outset #999999;
	height: 22px;
}
input.cancel {
	background-color: #AA6666;
}
input.input {
	background-color: #F7F7F7;
	border: 1px solid #999999;
}
textarea.input {
	background-color: #F7F7F7;
	border: 1px solid #999999;
}
p.error {
	color: #993300;
	font-weight: bold;
}


/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#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:hidden;}
#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;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(/images/layout/colorbox/overlay.png) 0 0 repeat;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(/images/layout/colorbox/controls.png) -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url(/images/layout/colorbox/controls.png) -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url(/images/layout/colorbox/controls.png) -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url(/images/layout/colorbox/controls.png) -129px -29px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url(/images/layout/colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(/images/layout/colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(/images/layout/colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(/images/layout/colorbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:3px; left:0; text-align:center; width:100%; color:#444444; font-weight: bold;}
        #cboxCurrent{position:absolute; bottom:3px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:3px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(/images/layout/colorbox/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(/images/layout/colorbox/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(/images/layout/colorbox/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(/images/layout/colorbox/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(/images/layout/colorbox/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}
