/* CSS Document */

a {
	color: #660000;
	text-decoration: none;
}

a:hover {
	color:#660000;
	text-decoration:underline;
	}

body {
	background-image: url(background_318_files/back-318.gif);
	/*background-color: #999999;*/
}
hr {
	width:334px;
	height: 1px;
	}


.leftBottom_border {
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
}
.leftTop_border {
	border-top-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
}
.tdBorderLeft {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #666666;
}


.header{
	font-family:Papyrus, Georgia;
	font-size:3em;
	color:#CCCCCC;
	line-height:1%;
	}
.header2 {
	font-size: 46px;
	font-weight: bold;
	letter-spacing: 30px;
	text-decoration: underline overline;
	font-family: Papyrus, Verdana;
	color: #666666;
}

.z {
	z-index:5;
	}

.dropShadow {
	float:left;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  
	}
	
.dropShadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
	overflow: visible;
	background-image: url();
	}

.rightBottom_border {
	border-right-width: medium;
	border-bottom-width: medium;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.rightTop_border {
	border-top-width: medium;
	border-right-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
}

.columnSeparator {
	border-left-width: thin;
	border-left-style:dotted;
	border-left-color: #666666;
}
.bullets {
	text-align: left;
	position: static;
}
.square_bullets {
	list-style-type: square;
}


/* set the image to use and establish the lower-right position */
    .cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2{
      background: transparent url(../images/schedules_background.png) no-repeat bottom right}
    .cssbox{
    /* intended total box width - padding-right(next) */
      width:335px !important; /* IE Win = width - padding */
      width: 320px; 
    /* the gap on the right edge of the image (not content padding) */
      padding-right:15px; /* use to position the box */
      margin:20px auto}

    /* set the top-right image */
    .cssbox_head{background-position:top right;
    /* pull the right image over on top of border */
      margin-right:-15px; 
    /* right-image-gap + right-inside padding */
      padding-right:40px}

    /* set the top-left image */
    .cssbox_head h2{
      background-position:top left;
      margin:0; /* reset main site styles*/ 
      border:0; /* ditto */
    /* padding-left = image gap + interior padding ... no padding-right */
      padding:25px 0 15px 40px; 
      height:auto !important;
      height:1%} /* IE Holly Hack */

    /* set the lower-left corner image */
    .cssbox_body{
      background-position:bottom left;
      margin-right:25px; /* interior-padding right */ 
      padding:15px 0 15px 40px;} /* mirror .cssbox_head right/left */
.fake_button {
	font-family: "Gill Sans MT", Verdana, Tahoma;
	font-size: small;
	background-color: #FFFFFF;
	display: block;
	clear: none;
	float: none;
	height: auto;
	border: thin solid #333333;
	color: #999999;
	width: 230px;
}
.top_border {
	border-top-style: dotted;
}
.footer_style {
	font-family: "Gill Sans MT", Verdana, Tahoma;
}
.float_right {
	float: right;
}
.float-left {
	float: left;
}
.line-height {
	line-height: 1em;
}

.right-margin {
	margin-right: 10px;
	}

.dottedTop-border {
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-top-width: thin;
}
.outside_border {
	border: thin dashed #CCCCCC;
}
.right_border {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
