@charset "utf-8";
body {
	display: block;
	font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
}
p {
	font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
hr {
	border: thin dotted #ccc;
}
h2 {
	font-variant: normal;
	font-size: medium;
	font-family: Segoe UI, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3B5877;
	text-transform: uppercase;
}
.content h3 {
	color: #333333;
	font-weight: bold;
	font-size: medium;
}

h5 {
	line-height: 1px;
	font-size: 12px;
}
html {
	background:#FFFFFF url(http://whistlerguysstudy.com/backgrounds/rotator.php) no-repeat center top;
}
#title h1{
	overflow: visible;
	white-space: nowrap;
	text-align: right;
	height: 30px;
}
.header {
	top: 20px;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	left: 180px;
	position: relative;
}
.content {
	position: relative;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
	left: 120px;

}
.footer h6 {
	width: 400px;
	margin-left: -80px;
	text-align: center;
	position: relative;
	left: 50%;
	font-size: 9px;
	color: #BEBEBE;
	display: block;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	line-height: 25px;
	margin-top: 25px;
}
.footer a {
	color: #BEBEBE;
}

.content h4 {
	text-transform: uppercase;
	color: #333333;
}

.contact {
	position: absolute;
	text-align: right;
	font-size:12px;
	padding-right: 10px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-right:140px;
	right: 50%;
	width: 200px;
	top: 375px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
.content li {
	font-size: 11px;
}
.content a {
	font-weight: bold;
	color: #0082DE;
}
.content a:hover {
	font-weight: bold;
	color: #00A4FF;
}
.content table {
	margin: 0px;
	padding: 0px;
}
.contact a {
	font-weight: bold;
	color: #999999;
}
.contact a:hover {
	font-weight: bold;
	color: #FF0000;
}



/**************************MENU STYLES***********************/
.chromestyle{
width: 450px;
font-size:11px;
font-weight: bold;
font-family: Verdana, Geneva, sans-serif;
position:absolute;
top: 60px;
left: 50%;
margin-left:-100px
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{

width: 100%;

padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
color: #fff;
}

.chromestyle ul li a{
color: #304A62;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
 /*THEME CHANGE HERE*/
 color:#FFF;
}




/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #EEE; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
color:#517DA7;
}
.footer a:hover {
	color: #FF0000;
}
.entry {
	font-size: x-small;
	}
.comments {
	font-weight: bold;
	margin: 10px 0 20px 0;
	padding: 0 4px;
	color:#000000;
}
.quotes {
	font-weight:bold;
}
td.story {
	background: url(/graphics/storybkg.jpg) center no-repeat;
	width: 123px;
	height: 49px;
}
.story p {
	font-weight:bold;
	margin: 0 0 4px -6px;
}
td.narr {
	background: url(/graphics/narrbkgtop.jpg) top no-repeat;
	width: 278px;
}
.narr p {
	margin: 0 auto;
	width: 250px;
}
div.narrbtm {
	background: url(/graphics/narrbkgbtm.jpg) bottom no-repeat;
	margin-bottom: -15px;

}
div.narrbtm p {
	width: 250px;
	height: 30px;
}
.note {
	font-weight:normal;
	font-size:9px;
}
.content ol li, .content ul li {
	padding: 3px 0;
}