body
	{
	background-color: #ffffff;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	}

img
	{
	display: block;
	}

h1
	{
	color: #dc2516;
	font-size: 22x;
	text-align: left;
	}

h2
	{
	color: #dc2516;
	font-size: 18px;
	text-align: left;
	}


#container
	{
	width: 930px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	}

#header
	{
	width: 930px;
	height: auto;
	}

#menuContainer
	{
	width: 930px;
	height: 41px;
	background-image: url(images/menu_background.png);
	background-repeat: repeat-x;
	background-position: top-left;
	background-color: #e8e8e8;
	margin-top: 6px;
	line-height: 41px;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 15px;
	}

#main
	{
	width: 930px;
	margin-top: 20px;
	}

#mainBottom
	{
	width: 930px;
	height: 35px;
	text-align: center;
	color: #000000;
	font-size: 13px;
	line-height: 35px;
	background-image: url(images/main_bottom.png);
	background-repeat: repeat-x;
	background-color: #e8e8e8;
	}

#footer
	{
	width: 930px;
	clear: both;
	margin-top: 20px;
	}

.menuItem
	{
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 16px;
	color: black;
	display: inline;
	border-right: 2px solid black;
	padding-left: 10px;
	padding-right: 15px;
	}

a.menuItem
	{
	text-decoration: none;
	}

a.menuItem:hover
	{
	color: #dc2516;
	}

.noBorder
	{
	border: none;
	}

.rightAlign
	{
	float: right;
	}

.leftAlign
	{
	float: left;
	}

.hotBox
	{
	background-image: url(images/hotbox_background.png);
	background-repeat: no-repeat;
	width: 283px;
	height: 150px;
	display: inline-block;
	text-align: left;
	font-size: 16px;
	}

.hotBox p
	{
	margin-left: 15px;
	margin-right: 15px;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 15px;
	}

.hotBox img
	{
	display: inline;
	float: right;
	margin-right: 2px;
	}

.insideBox
	{
	margin: 10px;
	}

.gray
	{
	color: #6e6e6e;
	}

