/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	margin: 0px;
}
a:link, a:visited {
	color: #cccc99;
	text-decoration: underline;
}
a:hover, a:active {
	color: #666633;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Palatino, Times New Roman, Times, serif;
	margin-top: 0px;
	margin-bottom: 3px;
	color: #cccc99;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 10px;
}
hr{
	color: #333333;
	background-color: #333333;
	border: 0px;
	height: 2px;
}
p{
	margin-top: 0px;
}
#bodyDiv{
	width: 100%;
}
.bodyDivInt{
	height: auto;
	padding: 10px;
	min-height: 450px;
	width: 620px;
	max-width: 620px;
}
.bodyDivIntSide{
	height: auto;
	padding: 10px;
	margin-left: 5px;
	min-height: 450px;
	width: 230px;
}
#footer{
	font-family: Palatino, Times New Roman, Times, serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
	padding: 10px;
}
#footer a{
	color: #666666;
	text-decoration: none;	
}
#headerDiv{
	display: none;
}
#homeImages{
	/*margin: 5px 0 5px 0;*/
	height: 298px;
	clear: both;
	margin-bottom: 5px;
}
#mainDiv{
	width: 900px;
	margin: auto;
}
#sendFriendLink{
	float: right;
	font-size: 10px;
	color: #999999;
	margin-top: 5px;
}
#sendFriendLink a{
	display: none;
}
#sendFriend{
	display: none;
	position: absolute;
	height: auto;
	top: 20px;
	left: 640px;
	z-index: 100;
}
#topMenu{
	background: url(../assets/menuback.gif) repeat-x;
	border: 1px solid #666666;
	height: 28px;
	width: 898px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
#topMenu a{
	font-family: Palatino, Times New Roman, Times, serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding: 0 32px 0 32px;
}

.homeImgLeft{
	display: none;
}
.homeImgRight{
	display: none;
}

#printLogo{
	display: block;
	padding-bottom: 14px;
}
.noPrint{
	display: none;
}