/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #222222;
}
body {
	background-color: #dddddd;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

img {
	border: 0;
}
a {
	text-decoration: none;
	color: #880000;
	font-weight: bold;	
}

a:link {
	color: #880000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #880000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color:#CC9900;
	font-weight: bold;
}
.bullets {
	margin-left:25px; padding-right:5px
}

.footercontainer {
   position: relative;
   height: 26px;
   vertical-align:middle;
   color:#000000;
   }

.footerleft {
   position: absolute;
   left: 0;
   width: 75%;
   text-align:left;
   padding: 8px 0px 0px 20px;
   font-family:Arial, Helvetica, sans-serif;
   font-size:11px;
   color: #000000;
   }

.footerleft a:link{
color:#000000;
}

.footerleft a:hover{
color:#000000;
}

.footerleft a:visited{
color:#000000;
}

.footerright {
   position: absolute;
   right: 0;
   width: 25%;
   text-align: right;
   padding: 8px 15px 0px 0px;
   font-family:Arial, Helvetica, sans-serif;
   font-size:11px;
   color: #000000; /* depends on element width */
   }

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	font-style: normal;
	font-weight: bold;
	color: #880000;
	letter-spacing: 1px;
	font-variant: small-caps;
}
.Subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #411D0A;
	letter-spacing: 1px;
	letter-spacing: 1px;
	font-variant: small-caps;
}

.Subtitleblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	letter-spacing: 1px;
	font-variant: small-caps;
}
.Subtitleblack a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	letter-spacing: 1px;
	font-variant: small-caps;
}
.Subtitleblack a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	letter-spacing: 1px;
	font-variant: small-caps;
}
.Subtitleblack a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	letter-spacing: 1px;
	font-variant: small-caps;
}

.redhighlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #880000;
}

.blackhighlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

input.btn{
   color:#6A3113;
   font-family:Georgia, "Times New Roman", Times, serif;
   font-size:80%;
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   border-top-color:#bbcddb;
   border-left-color:#bbcddb;
   border-right-color:#bbcddb;
   border-bottom-color:#bbcddb;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
}

input.btnlarge {
   color:#6A3113;
   font-family:Georgia, "Times New Roman", Times, serif;
   font-size:100%;
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   border-top-color:#bbcddb;
   border-left-color:#bbcddb;
   border-right-color:#bbcddb;
   border-bottom-color:#bbcddb;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
}
/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#000000;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.25em; /* spacing under dialog */
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(../images/dialog/dialog-gold.gif) no-repeat top right;
 _background-image:url(dialog2-blue.gif);
}

.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:12px 12px 0px 0px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
  height:15px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog h1,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog h1 {
 padding-bottom:0px;
}

/* 
  -- DARK HEADER DIALOG --
*/

.dialog2 {
	position:relative;
	margin:0px auto;
	min-width:8em;
	max-width:800px; /* based on image dimensions - not quite consistent with drip styles yet */
	color:#E6E5D0;
	z-index:1;
	margin-left:12px; /* default, width of left corner */
	margin-bottom:0.25em; /* spacing under dialog */
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

.dialog2 .content2,
.dialog2 .t2,
.dialog2 .b2,
.dialog2 .b2 div {
 background:transparent url(../images/dialog/dialog-red.gif) no-repeat top right;
}

.dialog2 .content2 {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:12px 12px 0px 0px;
}

.dialog2 .t2 {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog2 .b2 {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog2 .b2,
.dialog2 .b2 div {
  height:15px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog2 .b2 {
 background-position:bottom right;
}

.dialog2 .b2 div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog2 .hd2,
.dialog2 .bd2,
.dialog2 .ft2 {
 position:relative;
}

.dialog2 .wrapper2 {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog2 h1,
.dialog2 p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog2 h1 {
 padding-bottom:0px;
}

td.paddedtop {
 padding-top:5px;
 padding-bottom:5px;
 border-top-style:solid;
 border-top-width:thin;
 }
