A.				{
	color: Black;
	text-decoration: none;
	
}

A.footer:hover {
	text-decoration: underline;
	color: #000000;
}

A:hover        {
	text-decoration: none;
	color: #68B059;
}

/*
RED - ff0000
BLUE - 2CA5C6
ORANGE - FFA640
PURPLE - 6B6094
GREEN - 68B059
DK GRAY - 3D3D3D
*/

ul {
	list-style-type: square;
	line-height: 14pt;
}


body {
	margin: 0px;
	background-image: url(../images/MainBackground.gif);
	background-repeat:repeat-x;
	background-color: #F79320;
}

.menuBox {
	width: 170px;
	height: 100%;
	background-image: url(../images/menu/menuBackground.gif);
	background-repeat: repeat-y;
}

.mainBox {
	margin-top: 250px;
	margin-left: 20px;
	width: 550px;
	min-height: 500px;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: white;
	line-height: 12pt;
	background-image: url(../images/contentAreaBackground.gif);
}

.regular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: White;
	line-height: 12pt;
	text-decoration: none;
}

.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22pt;
	font-weight: normal;
	color: White;
}

.subheading {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #68B059;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight: bold;
	text-decoration: none;
	color: #3D3D3D;
	text-decoration: none;
}

.inputField {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 9pt;
	color: Black;
	border: 1px solid White;
	background-color: #68B059;
}

.photoGalleryBox {
	border: 1px solid #ffffff;
	padding: 5px;
	width:110px;
	height: 75px;
	vertical-align: top;
	color: #000;
}

/* CALENDAR STYLES */

.dayBoxes {
	width: 30px;
	height: 30px;
	padding: 2px;
	border:solid 1px #ffffff;
	vertical-align: middle;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #cccccc;
}

.dayBoxesReserved {
	width: 30px;
	height: 30px;
	padding: 2px;
	border:solid 1px #ffffff;
	vertical-align: middle;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	background-color: #2CA5C6;
	color: #000000;
}