
body{
	font-family:verdana,geneva,arial,helvetica,sans-serif;
}

#body{
	padding: 0 500px 0 500px;	
	text-align: center;
}

#sizer{
	width: 50%;	
	margin: 0 auto 0 auto;
	text-align: left;
}

#expander{
	margin: 0 -500px 0 -500px;
	position: relative;
	min-width: 1000px;
	text-align: left;
}

#wrapper{
	width: 100%;
}

#logo{
	float: left;
	border: 3px solid #e3262d;
	display:inline;
}


.content{
	border-left:   2px solid #e3262d;
	border-right:  2px solid #e3262d;
	border-bottom: 2px solid #e3262d;
	margin: 0px;
	padding: 0px;
	clear:left;
	width: 969px;
	background: #e4e0df


}

.disclaimer{
	position: relative;
	top: 10px;
	text-align: center;
	color: #bbbbbb;
}

.thumbnail{
	/*float: left;*/
	/*margin-left: 20px;
	margin-top: 20px;*/
	margin: 10px;
	min-width: 120px;
	max-width: 120px;
	min-height: 120px;
	max-height: 120px;
}

.thumbnail a{
	text-align:center;	
}

.thumbnail a img{
	border: 1px solid #000000;
}

.thumbnail a:hover img{
	border-color: #e3262d;	
}

.thumbnailSummary{
	float: left;
	text-align: center;
	min-width: 140px;
	max-width: 140px;
	min-height: 200px;
	max-height: 200px;
}

.thumbnailText{
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	color: #e3262d;	
}

.verticalSmall{
	width:  80px;
	height: 120px;
	margin-left: 25px;
}

.horizontalSmall{
	width:  120px;
	height: 80px;
	margin-top: 25px;
}

.set{
	margin: 5px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 25px;
	border: 1px solid black;	
}

.large{
	margin-left:   20px;
	margin-top:    20px;
	margin-bottom: 20px;
	float: left;
}

.verticalLarge{
	width:	300px;
	height: 450px;
}

.horizontalLarge{
	width:  450px;
	height: 300px;
}

.largeText{
	margin-left:   50px;
	margin-top:    20px;
	margin-bottom: 20px;
	float: left;	
	max-width: 200px;
}

.extraImages{
	margin-left:   20px;
	margin-right:  20px;
	margin-top:    20px;
	margin-bottom: 20px;
	float:right;
}

.myMenu {
	border-bottom: 3px solid #e3262d;
	margin:0px;
	padding:0px;
	width: 973px;
	float:left
	display:inline;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	color:8e8e8e;
}

.myMenu ul{
	border-top:    2px solid #e3262d;
	border-right:  2px solid #e3262d;
	border-bottom: 5px solid #e3262d;
	background: #e4e0df;
	height:106px;
	list-style:none;
	margin:0;
	padding:0;
}

	.myMenu li{
		float:left;
		padding:0px 0px 0px 0px;
	}
		.myMenu li a{
			color:#e3262d;
			display:block;
			font-weight:bold;
			line-height:106px;
			padding:0px 15px;
			text-align:center;
			text-decoration:none;
		}
		.myMenu li a:hover{
			/*
			color:#ffffff;
			text-decoration:none;
			*/
			color:#e4e0df;
			background: #e3262d;
		}
	.myMenu li ul{
		background:#e4e0df;
		border-left:2px solid #e3262d;
		border-right:2px solid #e3262d;
		border-bottom:2px solid #e3262d;
		display:none;
		height:auto;
		filter:alpha(opacity=95);
		opacity:0.95;
		position:absolute;
		width:225px;
		z-index:255;
		/*top:1em;
		/*left:0;*/
	}
	.myMenu li:hover ul{
		display:block;
	}
	.myMenu li li {
		display:block;
		float:none;
		padding:0px;
		width:225px;
	}
	.myMenu li ul a{
		display:block;
		font-size:12px;
		font-style:normal;
		padding:0px 10px 0px 15px;
		line-height:50px;
		text-align:left;
	}
		.myMenu li ul a:hover{
			background:#e3262d;
			color:#ffffff;
			opacity:1.0;
			filter:alpha(opacity=100);
		}
	.myMenu p{
		clear:left;
	}	
	.myMenu #current{
		/*
		color:#e4e0df;
		background: #e3262d;
		*/
	}
