html{
	overflow-y: scroll;
}
/* set page background color */
body{
	background-color: #5F5F5F;
	background-image: url(../images/background.gif)
}
/* set the font for all main elements */
body, div, span, label, table, td, input, select, p{
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* turn off borders on elements which have them by default */
img table td{
	border: 0px solid #000;
}
/* set border collapse on tables on */
table{
	border-collapse: collapse;
}
/* main wrapper settings */
#pageWrap{
	background: #FFF;
	border: 1px solid #d6b12d;
	margin:0px auto;
	width: 800px;
}
/* content area settings */
#content{
	padding: 0px 10px 10px 10px;
}
/* set link styles */
A:link {color: #00C; text-decoration: underline;}
A:visited {color: #00C; text-decoration: underline;}
A:hover {color: #00C; text-decoration: underline;}
A:active {color: #00C; text-decoration: underline;}
/* the page title text */
#youAreHere{
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
}
/* set menu styles */
ul.topMenu{
	margin: 0px;
	padding: 0px 0px 5px 3px;
	white-space: nowrap;
}
ul.topMenu li{
	display: inline;
	list-style-type: circle;
}
ul.topMenu a {
	color: #FFF;
	font-size: 10px;
	padding: 5px 4px 5px 5px;
	text-decoration: none;
}
ul.topMenu a:hover {
	background: #8ea1cb;
	text-decoration: underline;
}
ul.leftMenu{
	font-size: 12px;
	list-style-type: none;
	margin: 0px;
	padding: 20px 0px 10px 0px;
}
ul.leftMenu li.menuHeader{
	font-size: 14px;
	border-top: 1px solid #bc892d;
	font-weight: bold;
}
ul.leftMenu a {
	display: block;
	background: #e2cca3;
	border-bottom: 1px solid #bc892d;
	color: #6d4f1a;
	padding: 2px 2px 2px 10px;
	text-decoration: none;
	width: 145px;
}
ul.leftMenu a:hover {
	background: #d7b02d;
	color: #FFF;
}
/*remove menu stylings for social media buttons*/
.social a img {
	display: inline;
	margin: 0px -5px -2px -5px;
	border:0px solid #000;
	color: #8ea1cb;
	text-decoration: none;
}

.soical  a:hover  {
	text-decoration: none;
	background: #FFF;
	color: #FFF;
}

/* right sidebar link styles */
.rightCol A {
	display: block;
	color: #FFF;
	height: 42px;
	text-decoration: none;
	width: 144px;
}
.rightCol A.sight:link, .rightCol A.sight:visited{ background: url(../images/rightSidebarSight.gif) no-repeat; }
.rightCol A.sight:hover, .rightCol A.sight:active{ background: url(../images/rightSidebarSight_over.gif) no-repeat; }
.rightCol A.sound:link, .rightCol A.sound:visited{ background: url(../images/rightSidebarsound.gif) no-repeat; }
.rightCol A.sound:hover, .rightCol A.sound:active{ background: url(../images/rightSidebarsound_over.gif) no-repeat; }
.rightCol A.touch:link, .rightCol A.touch:visited{ background: url(../images/rightSidebartouch.gif) no-repeat; }
.rightCol A.touch:hover, .rightCol A.touch:active{ background: url(../images/rightSidebartouch_over.gif) no-repeat; }
/* random styles */
.fullWidth{
	width: 100%;
}
.leftCol{
	background: #e2cba3 url(../images/leftSidebarBG.gif) repeat;
	width: 158px;
}
.rightCol{
	background: #bc892d url(../images/rightSidebarBG.gif) repeat-y;
}
.rightCol h4{
	color: #FFF;
	font-size: 16px;
	margin: 10px 10px 0px 10px ;
}
.rightCol p{
	color: #FFF;
	font-size: 12px;
	margin: 10px 10px 10px 10px ;
}
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
.header{
	background-color: #596fa8;
}
.header2left{
	background: #bb882c;
	height: 20px;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
}
.header2right{
	background: #d7b02d;
}
h1{
	color: #000;
	font-size: 20px;
}
h4{
	font-size: 14px;
}
.newsButton A:link {color: #DDD; text-decoration: none; padding: 5px; background: #596FA8; border: 4px solid #BC892D; font-weight: bold;}
.newsButton A:visited {color: #DDD; text-decoration: none; padding: 5px; background: #596FA8; border: 4px solid #BC892D; font-weight: bold;}
.newsButton A:hover {color: #FFF; text-decoration: underline; padding: 5px; background: #8EA1CB; border: 4px solid #BC892D; font-weight: bold;}
.newsButton A:active {color: #FFF; text-decoration: underline; padding: 5px; background: #8EA1CB; border: 4px solid #BC892D; font-weight: bold;}
.newsButton {padding: 10px;}
