/* Cascading Style Sheet 
 * This style sheet controls the colors and background images
 *
 * STYLE:  Palmyra Bowling
 */

/* ********************************** 
 *             HTML TAGS            *
 ********************************** */
body,html {
	width: 100%;
	height: 100%;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

table {
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #0066FF;
}

a:hover {
	text-decoration: underline;
	color: #0066FF;
}


/*  HEADINGS
 *  Title formatting
 */
h1 {
	color: #663300;
	font-size: 16px;
}

h2 {
	color: #663300;
	font-size: 14px;
}


/*  HEADER
 *  This contains the styling for the header
 */
.headerLogoImage {
	width: 200px;
	height: 150px;
	text-align: center;
	background-image: url(images/royaltonLogo.png);
	background-position: center;
	background-repeat: no-repeat;
}

.headerTextImage {
	width: 700px;
	height: 150px;
	background-image: url(images/royaltonName.png);
	background-repeat: no-repeat;
}

.headerRow {
	height: 30px;
	font-size: 18px;
	font-weight: bold;
}

.breadCrumb {
	font-size: 10px;
}


/*  TABLE PARAMETERS
 *  This contains the parameters for the tables
 */
.mainTable {
	background-color: #FFFFFF;
	width: 900px;
	border: none;
}

.mainTableContent {
	width: 888px;
}

.contentHolder
{
	padding-left: 30px;
}


/*  MENU
 *  This specifies the menu
 */
.menuItem {
	color: #000000;
	background-image: url(menu/menu_underline.png);
	background-position: bottom;
	background-repeat: repeat-x;
	border-bottom: 1px solid #CCC;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
}

.menuItem:hover {
	background-color: #c9bfad;
	color: #FFFFFF;
	cursor: pointer;
}

a {
	color: #6699FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

