/* Text */

p, td, li, input, form, select, textarea {
	font-family:  Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 12px;
}

.sectionHeadText, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
}

.author {
	margin-top: -10px;
	font-size: 11px;
	color: #777;
}

.photoCaption {
	margin: 3px 0px 10px 0px;
	font-size: 11px;
	color: #777;	
}

.redText {
	color: #8a0909;
}

.smallText {
	font-size: 10px;
}

.mediumText {
	font-size: 11px;
}

.footerText {
	font-size: 10px;
	color: #fff;
}

p.merchTitle {
	font-size: 14px;
	font-weight: bold;
	color: #8a0909;
}

/* Link */

a, a:visited, a:link, a:active {
	text-decoration: underline;
	color: #8a0909;
}

a:hover {
	text-decoration: none;
}

.menuList a, .menuList a:visited, .menuList a:link, .menuList a:active {
	text-decoration: none;
	color: #8a0909;
}

.menuList a:hover {
	text-decoration: underline;
}

.arrowHidden {
	color: #fff;
}

.arrowDouble {
	font-size: 14px;
	color: #8a0909;
}

/* Layouts */

.menuList {
	padding-left: 0px;
	padding-top: 3px;
}

img.articleImage {
	border: 1px solid #000;
}

body {
	background-image: url(../gif/bgstripe.gif);
}

div.smallImage {
	padding-right: 10px;
	padding-bottom: 5px;
	float: left;
}

div.sidebar {
	background-color: #fff7db;
	border: 1px solid #f7e3ae;
	margin-right: 10px;
	margin-bottom: 5px;
	width: 225px;
	padding: 10px;
	float: left;
}

div.bottomSidebar {
	width: 448px;
	padding: 10px;
	border-top: 1px solid #000;
}

div.formBox {
	background-color: #e7e7e7;
	border: 1px solid #999;
	padding: 10px;
	margin: 0px;
}


/* Table cells */ 

table.main {
	border: 1px solid #000;
	background-color: #fff;
}

td.header {
	border-bottom: 1px solid #000;
	background-color: #8a0909;
	padding: 5px;
}

td.subheader {
	border-bottom: 1px solid #999;
	background-color: #fff;
	padding: 5px;
}

td.footer {
	border-top: 1px solid #000;
	background-color: #8a0909;
	padding: 5px;
}

td.leftColumn {
	border-right: 1px solid #999;	
}

td.leftColumn1, td.leftColumn2, td.leftColumn3, td.leftColumn4 {
	border-bottom: 1px solid #999;
	padding: 15px 10px 20px 10px;
}

td.leftColumn1 {
	background-color: #e7e7e7;
}

td.leftColumn1 .menuList {
	padding-left: 10px;
	padding-top: 8px;
}

td.rightColumn {
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 15px;
}


/* Pop up windows */

body.popUp {
	margin: 10px;
}

div.contentAreaDB {
	background-color: #ffffff;
	border: 1px solid #000000;
	width: 450px;
	padding: 10px;
}

td.nameInput {
	border: 1px solid #999;
	padding: 10px;
}


/* General */

hr {
	border: 0px;
	color: #999;
	background-color: #999;
	height: 1px;
} 

