body {
	FONT-SIZE: 12px; MARGIN: 0px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif}
td {
	FONT-SIZE: 12px}

a {	
	color: #993333;	
	text-decoration: underline
}
#RightLinks{
	text-align: left;
	color: #333333;
	background-color: e1e1e1;
}
.burgundyBox {
	color: #FFFFFF;
	background-color: #993333;
}

#RightLinks a{
	color: #666666;
}

#RightLinks a:hover {
	background-color: #999999;
	color: #FFFFFF;
}
#RightLinks a,
#RightLinks a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	display: block;
	padding: 3px 10px;
}
#mainText {
	font-size: 12px;
	background-color: #FFFFFF;
	color: #333333;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
}
#mainText a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #993333;
}

#footer {
	background-color: #FFFFFF;
	border-top-style: dotted;
	border-top-color: #E9C0C0;
	margin-top: 1px;
	color: #666666;
	padding-top: 2px;
}
#footer td {
	font-size:9px;
}
#footer a {
	color: #666666;
	text-decoration: none;	
}
#Right {
	padding: 10px;
}
#header {
	background-color: #FFFFFF;
	padding-top: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #993333;
	border-bottom-width: medium;
}
#footer a:hover {
	text-decoration: underline;
}
.message {
	color: #E9C0C0;
	display: block;
	padding: 25px;
	font-size: 10px;
	letter-spacing: 0.125em;
	font-weight: bold;
}
#textSecondary h3 {
	font-size: 12px;
	color: #993333;
	margin-top: 1em;
	margin-bottom: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#textSecondary h2 {
	font-size: 14px;
	color: #993333;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 1em;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E9C0C0;
}


#logoFirst, #logoSecondary {
	background-color: #FFFFFF;
	padding-left: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #E9C0C0;
	border-bottom-width: medium;
	margin-bottom: 1px;
}
#logoFirst {
	padding-top: 10px;
	padding-bottom: 0px;
}
#logoSecondary {
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 1px;
}
#textSecondary h1 {
	font-size: 18px;
	color: #993333;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #E9C0C0;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#textSecondary p {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#textSecondary p, 
#textSecondary h1, 
#textSecondary h2, 
#textSecondary h3 {
	padding-left: 15px;
}

/*
 * Legal Pop-Up definitions
 *
 * These will work with two different approaches:
 *  a) fixed heading with "Close" in #popUpHeader 
 *     and a scrollable #popUpContents with text
 *     (does not work -- cannot scroll, maybe an
 *     issue with z-index?)
 *  b) single scrollable #legalPopUp, with Close
 *     at the top and bottom
 */
#legalPopUp {
	position: absolute;
	left: 150px;
	bottom: 50px;
	height: 300px;
	width: 600px;
	overflow: auto;
	z-index: 100; 
    display: none;

    background-color: white;

    /* for IE */
    filter:alpha(opacity=80);
    /* CSS3 standard */
    opacity:0.8;
    /* for Mozilla */
    -moz-opacity:0.8;

    padding: 10px 20px;
	border: 1px solid #993333;
}

#popUpHeader, #popUpContents {
	position: fixed;
	left: 150px;
	width: 600px;
	display: none;
}

#popUpHeader {
	top: 50px;

	background-color: #993333;
	text-align: right;
	padding: 2px;
}

#popUpContents {
	top: 70px;
	height: 200px;
	overflow: auto;

    background-color: white;

    /* for IE */
    filter:alpha(opacity=80);
    /* CSS3 standard */
    opacity:0.8;
    /* for Mozilla */
    -moz-opacity:0.8;

    padding: 10px 20px;
}

#popUpContents p,
#legalPopUp p {
        font-size: x-small;
}
#popUpContents h1,
#legalPopUp h1 {
        font-size: medium;
}
#popUpContents h2,
#legalPopUp h2 {
        font-size: small;
}

#popUpHeader a,
#legalPopUp a {
	/* color: #FFFFFF; */
	font-size: xx-small;
}


.burgundyBox a {
	color: #FFFFFF;
	background-color: #993333;
	text-decoration: none;
}
.messagewhite {

	color: #FFFFFF;
	display: block;
	padding: 0px 0px 0px 25px;
	font-size: 10px;
	letter-spacing: 0.125em;
	font-weight: bold;
}
.messagewhite a {
	color: #FFFFFF;
	display: block;
	font-size: 10px;
	letter-spacing: 0.125em;
	font-weight: bold;
	text-decoration: none;
}
#map {

}
#mapWrapper {
	text-align: center;
	padding: 10px;
}
.mapMarker {
	font-size: 10px;
}

