﻿.itemContainer
{
    width: 600px;
    list-style-type: none;
    height: 400px;
}

.itemContainer li
{
    height: 400px;
    width: 600px;
    float: left;
}

.itemContainer li img
{
    width: 180px;
    margin: 10px 20px 10px 0;
}

/* .Title and related styles */
.Title, .Title a:link, .Title a:visited, .Title a:active
{
	font-family: Times New Roman;
	font-size: 14pt;
	font-weight: bold;
	color: #191970;
	background-color: #6699cc;
}

.Title a:Hover
{
	background-color: #191970;
	color: #ffffff;
}

/* .Label and related styles */
.Label, .Label a:link, .Label a:visited, .Label a:active
{
	font-family: Times New Roman;
	font-size: 12pt;
	font-weight: bold;
	background-color: #999999;
	color: White;
	text-decoration: none;
}

.Label a:Hover
{
	background-color: White;
	color: #999999;
}

/* .Item and related styles */
.Item
{
	font-family: Times New Roman;
	font-size: 12pt;
	color: #68321f;
}

.Item a:link, .Item a:visited, .Item a:active
{
	color: #990033;
}

.Item a:Hover
{
	background-color: #990033;
	color: #FFFFFF;
}

/* .AltItem and related styles */
.AltItem
{
	font-family: Times New Roman;
	font-size: 12pt;
	background-color: #f5f5f5;
	color: #68321f;
}

.AltItem a:link, .AltItem a:visited, .AltItem a:active
{
	background-color: #f5f5f5;
	color: #990033;
}

.AltItem a:Hover
{
	background-color: #990033;
	color: white;
}

.Button
{
	border-left: thin outset;
	border-right: thin outset;
	border-top: thin outset;
	border-bottom: thin outset;
	font-size: 12pt;
	font-family: Times New Roman;
	cursor: hand;
}


.Menu, .Menu a:link, .Menu a:visited, .Menu a:active
{
	font-family: Verdana, Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #3a4c00;
}

.Menu a:hover
{
	font-family: Verdana, Arial;
	font-size: 9pt;
	font-weight:bold;
	background-color: #3a4c00;
	color: #c3ada5;
	cursor: hand;
}

.DropDown
{
	font-family: Verdana, Arial;
	font-size: 8pt;
}

