@charset "UTF-8";
/* CSS Document */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#222;
	position: relative;
	height: 100%;
	margin: 0;
	padding: 0;
	behavior: url(css/csshover3.htc);
}
caption, th, td {text-align:left;font-weight:normal;}
a {color:#222;text-decoration: none;}
a:hover {color:#FFFF00;}
a img {border:none;}
img, div, a, input { behavior: url(css/iepngfix.htc) }
img.tb {margin-bottom:10px;}
li#arrowwhite {list-style-image: url(../images/arrow-white.gif);}
li#bulletblk {list-style-image: url(../images/bullet-blk.gif);}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}

h1 {
	color:#222;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	line-height:1.1em;
	margin-bottom:10px;
	margin-top:5px;
	text-align:left;
	text-transform: uppercase;
	text-shadow: 0px 1px 1px #ffcc00;
}

h2 {
	color:#222;
	font-family:Arial, Helvetica, sans-serif;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-size:16px;
	/*font-weight:bold;*/
	margin-bottom:5px;
	margin-top:5px;
	text-align:left;
	text-shadow: 0px 1px 1px #ffcc00;
	text-transform: uppercase;	
}

h3 {
	color:#222;
	font-family:Arial, Helvetica, sans-serif;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-size:14px;
	/*font-weight:bold;*/
	margin-bottom:5px;
	margin-top:5px;
	text-align:left;
	text-shadow: 0px 1px 1px #ffcc00;
	/*font-style: italic;*/
}


/*p#p-1h {
	color:#222;
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	font-weight:normal;
	line-height:1.1em;
	margin-bottom:-5px;
	margin-top:0;
	text-align:left;
	text-transform: uppercase;
	text-shadow: 0px 1px 1px #ffcc00;
}*/

p#footer {color:#FFFF00;font-size:0.9em;margin-bottom:2em;line-height:1.5em;}
p#footer a {color:#FFFF00;}
p#footer a:hover {color:#222;}

hr {background:#ffcc00;clear:both;float:none;width:100%;height:1px;margin:0 0 1.5em;border:none;}

.container400 {
	width:400px;
	float:none;
	text-align: center;
	vertical-align: top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*.containertb {margin-left:10px;width:380px;}*/
.margin10 {margin:10px;}
.marginleft40 {margin-left:40px;}
.marginright10 {margin-right:10px;}
.marginright40 {margin-right:40px;}

/* Tooltip */
#tooltip {
	position:absolute;
	/*border:1px solid #FFF;*/
	background:#3B234B;
	padding:2px 5px;
	color:#FFF;
	display:none;
	}
/* Cycle */
.slideshow { width: 400px; height: 521px; margin: auto }
.slideshow-image { width:100%; height:100%; background:transparent url('image.png') no-repeat;
/* IE hack */
  background:none\9; /* Targets IE only */
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="image.png", sizingMethod="crop");
}
/* .slideshow img { behavior: url(css/iepngfix.htc); background-color: none;} */
/* .slideshow img { padding: 15px; border: 1px solid #ccc; background-color: #eee; }*/