﻿body {
	padding: 0px;
	margin: 0px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: normal;
	background-color: #FFFFFF;
	color: #000000;
}
div {
	margin: 0;
	padding: 0;
}
/* Turn off borders on image links */

img {
	border: 0;
}
/* Hide the Following Items */

#mastlogo, #actionbanner, #printlogo, #pagepic, #locations {
	display: none;
}




/* Headings */

h1, h2, h3, h4 {
	color: #800000;
	font-weight: normal;
}

em {
	font-style: italic;
}


#mobilelogo {
	text-align: center;
	background-color: #000333;
	color: #FFFFFF;
	visibility: visible;
}

#mastadd p{
	text-align: center;
}

/* Content */

#pagetitle {
	text-align: center;
	font-variant: small-caps;
	background-color: #000333;
	color: #FFFFFF;
}

#content ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
	list-style-type: circle;
}

#content ol {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
}


/* Navigation */



#navigation ul {
	padding: 2px 0px 2px 0px;
	text-align: center;
	background-color: #000333;
	color: #FFFFFF;
}

#navigation li {
	display: inline;
	
}

#navigation a {
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #888888;
	padding-left: 3px;
}

#navigation a:link, a:visited, a:active {
	color: #FFFFFF;
}

#navigation a.first {
	border-left: none;
}

.navtitle {
	color: #FFFFFF;
	text-align: center;
	font-variant: small-caps;
}

.centered {
	text-align: center;
}


/* Footer Settings */

#footer p {
	text-align: center;
	margin: 0px;
	font-size: .8em;
}

/* Disclaimer Settings */

#disclaimer p {
	margin: 3px 0px 0px 0px;
	font-size: .8em;
	text-align: center;
}


/* Other Common Elements */


abbr {
	
}


/* Spacer div to follow multiple floated items */
.spacer {
	padding: 0px;
	margin: 0px;
	clear: both;
	}


/* Form Elements */
