/* CSS Document */

body {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	margin: 0;
	padding: 0;
	
}

INPUT.blue {
background-color: #D6D6D2;
color: #000000;
font-family:  verdana, arial, helvetica;
font-size: 12px;

}


TEXTAREA.blue {
background-color: #D6D6D2;
color: #000000;
font-family:  verdana, arial, helvetica;
font-size: 12px;

}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td { vertical-align:top }

.top { margin: 10px 0 0 0 }

.left { margin: 0 0 0 10px }

.right { margin: 0 10px 0 0 }

.bottom { margin: 0 0 10px 0 }

.allMargin { margin: 20px}


.bold {
	font-weight: bold;

}

.smallest {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.small {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.medium {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.large {
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 19px
}

h2 {
	font-size: 15px
}

h3 {
	font-size: 13px
}

h4 {
	font-size: 11px
}

img.right { 
	float:right 
}

img.left { 
	float:left 
}

.clear {
	clear:both
}

.demoBtn { 
	float:right; 
	margin: 0 30px 0 30px;
}

.feature {
	border: solid;
	border-width: 1px;
	border-color: #A89D73;
	margin: 10px;
}

.outline {
	border: solid;
	border-width: 1px;
	border-color: #A89D73;
}

.blue {
	color: #4674B7;

}


a:link {
	color: #55A6AD;
	text-decoration: none;
	font-weight: normal;
}

a:visited {
	color: #3B7579;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #000000;
	text-decoration: none;

}

a.games:link {
	color: #55A6AD;
	text-decoration: none;
	font-weight: normal;
}

a.games:visited {
	color: #3B7579;
	text-decoration: none;
	font-weight: normal;
}

a.games:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FFFF99;
}

a.features:link {
	color: #55A6AD;
	text-decoration: none;
	font-weight: normal;
}

a.features:visited {
	color: #3B7579;
	text-decoration: none;
	font-weight: normal;
}

a.features:hover {
	color: #000000;
	text-decoration: none;
	background-color: #E5F8FF;
}

/* USE BELOW ONLY IF WE GET RID OF TABLES LAYOUT - OTHERWISE DELETE */

/*
#nav {position: absolute; left: 0px; top: 0px; width: 740px; height: 108px; z-index: 1}

#leftColumn {position: absolute; left: 35px; top: 118px; width: 149px; height: 393px}

#featureTitle {position: absolute; left: 198px; top: 118px; width: 343px; height: 66px}

#features {position: absolute; left: 208px; top: 184px; width: 334px; height: 390px}

#logos {position: absolute; left: 542px; top: 431px; width: 176px; height: 150px}

#boardGamesTitle {position: absolute; left: 542px; top: 118px; width: 176px; height: 43px}

#boardGames {position: absolute; left: 561px; top: 180px; width: 130px; height: 183px}

#footer {position: absolute; left: 0px; top: 631px; width: 740px; height: 12px}



#container {
	width: 740px;
	margin: 0;
	text-align: left;
	z-index: 2;
}

#nav {
	position: relative;
	width: 740px;
	height: 108px;
	z-index: 1
}

#footer {
	width: 740px;
	height: 53px;
	padding: 0;
	background-image: url(/common/img/bg_footer.jpg);
}

#game {
	width: 740px;
	padding: 0px;
}



#contentBg {
	width: 740px;
	height: 500px;
	background-image: url(/common/img/bg_wood.jpg);
}

#content {
	width: 740px;
	padding: 0px;
}

#rightBar {
	width: 176px;
	float: right;
	padding: 0 20px 0 0;
}

#leftBar {
	position: absolute;
	width: 176px;
	z-index: 1;
	left: 22px;
	top: 22px;

}

#contentMain {
	padding: 10px 0 0 25px;
}

#contentSub {
	padding: 10px 0 0 25px;
}

#paper521 {
	background-image: url(/common/img/bg_paper_508.gif);
	width: 508px;
}
*/