/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #E7E7E7;
	color: #333;
	text-align: center;
	overflow: -moz-scrollbars-vertical;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: center;
	}

#header {
/*	background-color: #99FF00;*/
	text-align: center;
	}

#headermenu {
	background-color: #000;
	color: white;
	}
#headermenu a,#headermenu a:visited {
	color: #B2B2B2;
	font-size: 10px;
	}
#headermenu a:hover,#headermenu a:active{
	color: white;
	font-size: 10px;
	text-decoration: underline;
	}

#content {
	font-size: 1.2em
	}

#menucolumn {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.6em;
	text-align: left;
	}


.widecolumn {
	line-height: 1.6em;
	}
	
#footer {
	background-color: #eee;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}
h2 {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited {
	text-decoration: none;
	}

a, h2 a:hover, h3 a:hover {
	color: #7D7D7D;
	text-decoration: none;
	}

a:hover {
	color: #7D7D7D;
	text-decoration: underline;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	margin: 0px auto;
	padding: 0;
	width: 994px;
	border: 1px solid #959596;
	}
	
#header {
	text-align:center;
	margin: 0 !important; margin: 0 0 0 1px; padding: 0px; 
	height: 120px;
	}

#headermenu {
	text-align:left;
	width: 742px;
	padding: 0;
	margin: 0 auto;
	height: 18px;
	}

#headerimg {
	margin: 0px 9px 0; 
	height: 112px; 
	width: 740px;
	}

#headerlinks {
	text-align:right;
	margin-right:133px;
	height:20px;
	}

.menucolumn {
	float: left;
	position: relative;
	padding: 0 0 0 40px;
	margin: 0 0 0 0;
	width: 295px;
	}

.widecolumn {
	text-align:left;
	float: left;
	padding: 0 0 0 0;
	margin: 25px 0 0 0;
	width: 525px;
	}

.narrowcolumn {
	float: right;
	position: relative;
	padding: 0 0 0 0;
	margin: 25px 0 0 0;
	width: 120px;
	height: 300px;
	}

#footer {
	padding: 0 0 0 1px;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 50px;
	margin: 0;
	}
h2 {
	margin: 20px 0 0;
	}
h3 {
	padding: 0;
	margin: 20px 0 0;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */


/* Navlist */
#navcontainer a {
	color: #000;
}
#navcontainer .dot {
	background-repeat: no-repeat;
}
#navcontainer td {
	border-top: 1px solid #DDDDDD;
	padding:0 0 0 1px;
}
/* End Entry Lists */


/* Begin Various Tags & Classes */
.center {
	text-align: center;
	}

#feedback th {
	width: 200px;
	border: none;
}
#feedback td, #feedback input, #feedback textarea {
	width: 100%;
	border: none;
}
#feedback input, #feedback textarea {
	background-color: #EBEBEB;
}
#feedback input {
	border-bottom: 1px dashed #A9A9A9;
}
#feedback textarea {
	height:100px;
	border-left: 1px dashed #A9A9A9;
	border-bottom: 1px dashed #A9A9A9;
}
#feedback .button {
	width: 70px; height: 20px;
	border: 1px solid #A9A9A9;
	background-color: white;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

/* DHTML Tooltip */
#dhtmltooltip{
	position: absolute;
	text-align:left;
	left: -300px; width: 165px;
	border: 1px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}
/* DHTML Tooltip */

/* GlideDIV */
#glideDiv {
	position:absolute; visibility:hidden;
	left:0; top:0; width:100px;
	z-index:100;
}

/* Rating Menu - dependency dm.js */
.dynRatingmenu{
text-indent: 3px;
padding: 3px 0;
text-align: left;
position:absolute;
visibility: hidden;
border:1px solid Black;
font:normal 10px Verdana;
line-height: 12px;
z-index: 100;
background-color: white;
width: 150px;
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
.dynRatingmenu a {
width: 148px;
height: 12px;
display: block;
text-indent: 5px;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
border: 1px solid white;
}
.dynRatingmenu a:hover{ /*hover background color*/
width: 148px;
height: 12px;
background-color: #F0E68C;
border: 1px solid #FFD700;
cursor:pointer;
}

/* Rating Menu - dependency dm.js */
.dynPlaymenu {
text-indent: 3px;
padding: 3px 0;
text-align: left;
position:absolute;
visibility: hidden;
border:1px solid Black;
font:normal 10px Verdana;
line-height: 12px;
z-index: 100;
background-color: white;
width: 130px;
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
.dynPlaymenu a {
width: 40px;
height: 12px;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
border: 1px solid white;
}
.dynPlaymenu a:hover{ /*hover background color*/
background-color: #F0E68C;
border: 1px solid #FFD700;
cursor:pointer;
}
