
		body,div,td {
			font-family:		"Tahoma","Arial","helvetica",sans-serif;
			font-size:			13px;
			color:				#333;
		}

		body {
			background-color:	#eeeeee;
		}

		h1,h2,h3,h4,h5,h6,h7,.navheading {
			font-family:		"Georgia","Times New Roman",serif;
			font-weight:		normal;
			margin:				0px;
		}

		a.normal {
			color:				#333 !important;
			text-decoration:	none;
		}

		h1 {
			font-size:			32px;
		}

		h1 a {
			text-decoration:		none;
			color:				#333 !important;
		}

		h2 {
			font-size:			24px;
		}

		.cart h3 {
			border-bottom:		1px #ccc dotted;
			margin-bottom:		5px;
		}

		.cart h1, .cart h2, .cart h3, .cart h4, .cart h5, .cart h6, .cart h7 {
			margin-top:				15px;
		}

		h3 {
			font-size:			18px;
		}

		h4 {
			font-size:			14px;
		}

		h5 {
			font-size:			12px;
		}

		h6 {
			font-size:			10px;
		}

		h7 {
			font-size:			8px;
		}
		
		input, select, textarea {
		
			font-family:		"Tahoma", "Arial", sans-serif;
			font-size:			8pt;

		}

		.post h2 a:link, .post h2 a:visited,
		.post h3 a:link, .post h3 a:visited {
			color:				#000000;
		}

		a:link, a:visited, .post h2 a:hover, .post h3 a:hover {
			color:				#AF0000;
			text-decoration:	none;
		}

		a:hover {
			color:				#FF0000;
			text-decoration:	none;
		}

		#popup .content {
			border:				1px #AF0000 solid;
			background-color:	#ffffff;
			padding:			30px;
		}

		.bodyTable {
			border:				1px #AF0000 solid;
			background-color:	#ffffff;
			padding:			5px;
			padding-bottom:		0px;
			width:				750px;
		}
		
		.full {
			width:				95%;	
		}

		.pageTitle {
			font-size:			16pt;
			padding-left:		8px;
		}

		.topnavbg {
background: url('/images/navbgg.png');
padding:0px;
margin: 5px 1px 5px 0px;
		}

		.topNavTable {
/* 			margin-top:			5px;
			margin-bottom:		5px; */
		}

		.navHeading,
		.topLink, .topLink:link, .topLink:visited {
			font-family:		"Tahoma","Arial",sans-serif;
			font-size: 10pt;
			display:			block;
			text-align:			center;
			font-weight:		bold;

			background-color:	#AF0000;
			padding:			0px;
			padding-top:		3px;
			color:				#FFAEAE;
			text-decoration:	none;
			background: url('/images/navbg.png');
			height:19px;
			margin:0px;
		}

		.navHeading {
background: url('/images/leftnavbg.png');
width:	151px;
		}

		.topLink:hover, .topLink:active {
			color:				#fff;
/* 			background-color:	#FFAEAE; */
/* 			border:				1px #af0000 solid; */
			text-decoration:	none;
background: url('/images/navbg-hover.png');
		}

		.topNavTable .selected {
			color:				#fff;
			background-color:	#fff;
/* 			border:				1px #af0000 solid; */
			text-decoration:	none;
			background: url('/images/navbg-hover.png');
		}

		.topMiddleLink {
			margin-left:1px;
			margin-right:1px;
			text-decoration:	none;
		}

		.navigation {
			width:				150px;
			padding-right:		5px;
			border-right:		1px #af0000 solid;
			vertical-align:		top;
		}
		
		.navigation h3 {
			font-family:		"Lucida Sans","Lucida Grande","Arial","helvetica",sans-serif;
			font-size:			10pt;
			font-weight:		bold;
			margin-top:			10px;
			margin-bottom:		3px;
		}

		.leftnav {
			margin-left:		12px;
			text-indent:		-12px;
			margin-top:			3px;
			margin-bottom:		3px;
		}

		.leftnav a, .leftnav a:link, .leftnav a:visited {
			color: 				#AF0000;
		}
		.leftnav a:hover, .leftnav a:active {
			text-decoration: 	underline;
		}

		.contentTable {
			padding-left:		5px;
			width:				100%;
		}

		#content a {
			text-decoration:	underline;
		}

		#content h2 a, #content h3 a {
			text-decoration: none;
		}

		.hierarchy {
			border-bottom:		1px #af0000 solid;
			text-align:			right;
			padding-bottom:		5px;
			margin-bottom:		5px;
		}

		.content {
			vertical-align:		top;
			padding-right:		5px;
			padding-top:		5px;
			padding:			15px 15px 10px 10px;
		}
		
		#address {
			padding-top:		5px;
		}
		
		#address table {
			border-top:			1px #af0000 solid;
			text-align:			center;
		}

		#address table td {
			font-size:			8pt;
			font-family:		"Tahoma","Arial",sans-serif;
		}

		.copyright {
			color:					#777777;
			font-size:				7pt;
			font-family:		"Tahoma","Arial",sans-serif;
			text-align:				center;
		}

		.copyright a:link,.copyright a:visited {
			color:					#8794bc;
		}
		
		.copyright a:hover {
			text-decoration:		underline;	
		}
		
		blockquote {
			border-left:			4px #ccc solid;
			padding-left:			5px;
			background-color:		#f8f8f8;
		}
		
		.nomargin {
			margin:				0px !important;
		}


table.form th {
	text-align: left;
}

table.form input.long {
	width:		250px;
}

table.form input.short {
	width:		50px;
}
table.form input.supershort {
	width:		30px;
}

.odd {
	background-color:	#f8f8f8;
}

.border {
	border: 		1px #ccc solid;
}

.errors {
	margin:			10px;
	border:			1px red solid;
	background-color:	#FFDBDB;
	padding:			5px;
}

.messages {
	margin:			10px;
	border:			1px green solid;
	background-color:	#DBFFEB;
	padding:			5px;
}

/* Spring Search Page stuff */
#springSearchTable th {
	font-size:		10pt;
}

.springlist {
	border:			1px #ccc solid;
	border-width:	1px 1px 0px 0px;
}

.springlist th {
	font-size:		10pt;
}

.springlist td {
	font-size:		8pt;
}

.springlist td, .springlist th {
	text-align:		center;
	padding:		3px;
	border:			1px #ccc solid;
	border-width:	0px 0px 1px 1px;
}

#tooltip {
	visibility:		hidden;
	position:		absolute;
	left:			-1000px;
	top:			-1000px;

	background-color:	#aaa;
}

#tooltip .content {
	border:			1px #666 solid;
	background-color:	#f0f0f0;
	padding:		2px;
	width:			210px;
	font-size:		9pt;
	position: 		relative;
	left: 			-2px;
	top: 			-2px;
}

#tooltip .hide {
	float:			right;
	text-align:		right;
	font-size:		8pt;
}

	table.table {
		font-size:			10pt;
		border-collapse:	collapse;
	}

	table.table td {
		border:				1px #cccccc solid;
		font-size:			8pt;
		padding:			3px;
	}

	table.table th {
		text-align:			center;
		border:				1px #cccccc solid;
		padding:				3px;
	}
	
	.table td.bigheading {
		font-weight:bold;
		background-color:	#ccc;
	}

hr {
	border: 			0px;
	height:				1px;
    border-top: 		1px solid #d98888;
}
	
.left {
	float:			left;	
}

.right {
	float:			right;	
}

.clear {
	clear:			both;	
}

.bottom-margin {
	margin-bottom:		5px;
}
	
/* Blog Styles */
.post {
	margin-bottom:		20px;
}

.post .postmetadata {
	border-top: 1px solid #ccc;
	padding-top:		5px;
	font-weight:		bold;
	text-align:			right;
}

.post .postmetadata, .nocomments, .alt small {
	color:				#777;
	font-size:			8pt;
}

.nocomments {
 	text-align:			center;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding:	5px;
}

#sidebar ul {
	list-style:				none;
	margin:					0px;
	margin-bottom:			10pt;
	padding:				0px;
}

#sidebar li {
	padding:				0px;
	margin:					0px;
}

.blog img {
	border:			1px #000 solid;	
}
