body{
    font-size: 14pt; 
	font-family:helvetica;
	margin:0;
	font-weight: normal;
}

.bigheader {
	color: yellow;
        font-size: 28pt; 
	text-align: center;
        padding: 0.1em;
        background-color: #a20000;
      }

.slogan {
	color: yellow;
		font-size: 26pt;
		font-style: italic;
		text-align: center;
		padding: 0.1em;
		background-color: #660000;
}
h1 {
	font-family: verdana, sans-serif;
	font-weight: normal;
	color: yellow;
      }
      .bigheader1 {
        background-color: #a20000;
        border: solid 1px gray;
        padding: 0.1em;
        font-size: 14pt;
	text-align: center;
	border-bottom:ridge;
	border-top:ridge;
      }

a{
        color: black;
        text-decoration:none;
}

.hot {
	color: blue;
}
a:hover {
        color: red;
        }

.mainbody {
	padding-right: 20px;
	padding-left: 20px;
}

.cardtable {
        width: 90%;
	border: solid 1px gray;
}
.item {
    font-size: 14pt; 
	padding: 8px;
	background-color : lightgray;
	text-align:justify;
#	border: solid 1px gray;
}
.imagecolumn {
	width: 280px;
	background-color : gray;
	text-align:center;
}
.thumbs {
#	height: 180px;
}

.footer {
        background-color: #a20000;
	text-align: center;
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	border-bottom:ridge;
	border-top:ridge;
	color: yellow;
}
.pageheader {
        background-color: #a20000;
	text-align: center;
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	border-bottom:ridge;
	color: yellow;
}

.RightImg {
	float:right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.LeftImg {
	float:left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}

	#main{
		width:95%;
		margin:0 auto;
		text-align:left;
		background-color:#FFF;
		height:100%;
	}
	
	#leftMenu{
		float:left;
		width:200px;
		padding-left:3px;
		padding-right:3px;
	}

	#mainContent{
		width: 700px;
		float:left;
		padding-right:5px;
		text-align:left;
	}

	#mainMenu{	/* Menu object */
		margin:0px;
		padding:0px;
		width:195px;	/* Width of menu */
	}
	#mainMenu li{
		margin-top:2px;	/* Space between each menu item */
		background-color:#F1F1F1;
		list-style-type:none;
		clear:both;
		display:block;
		overflow:auto;
	}

	#mainMenu li a{	/* Text rules for the menu items */
		color:#000;	/* Black text color */
		text-decoration:none;	/* No underline */
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		letter-spacing:1px;	/* Extra space between each letter of the menu items */
		font-size:0.7em;	/* Fixed font size */
		font-weight:bold;	/* Bold font */
		float:left;
		padding-left:3px;
		line-height:25px;	/* Height of menu links */

	}
	#mainMenu li a:hover {
        color: red;
	}	
	#mainMenu li div{
		float:left;
	}

