﻿@import url("GlobalStyles.css");

body {background-color:#eeeeee}
td.Body {background-color:#ffffff}

/* Menu/default hyperlink appearance */
/*a {
	font-family: Verdana;
	background: #0055A5;
	color: #FFFFFF;
    text-decoration:none;
}

/* hyperlink that hasn't been clicked */
/*a:link {
	background: #0055A5;
	color: #FFFFFF;
} 
 
/* active hyperlink appearance */
/*a:active {
	background: #0055A5;
	color: #FFFFFF;
} 

/* hovering over a hyperlink */
/*a:link:hover {
	background: #EBEBEB;
	color: #000000;
} 

/* a hyperlink that has been visitied appearance */
/*a:visited {
	background: #0055A5;
	color: #FFFFFF;
} 

/* a hyperlink that has been visitied appearance */
/*a:link:visited {
	background: #0055A5;
	color: #FFFFFF;
} 

a:link:visited:hover {
	background: #EBEBEB;
	color: #000000;
}

/* hovering over a hyperlink that has been visited appearance*/ 
/*a:visited:hover {
	background: #EBEBEB;
	color: #000000;
} 



/* These determine the hyperlink properties on the body of pages other than the HOME page  */
.StandardPage {
 	background:	white;
	background-color:white;
    text-decoration:none;
}

.StandardPage:link {
	background: white;
	color: #0000FF;
	text-decoration: underline;
} 

.StandardPage:active {
 	background:	white;
	color: #0055A5;
} 

.StandardPage:link:hover {
 	background:	white;
    font-weight:bolder;
	color: #0055A5;
} 

.StandardPage:visited {
 	background:	white;
	color: #008080;
	text-decoration: underline;
} 

.StandardPage:visited:hover {
 	background:	white;
    font-weight:bolder;
	color: #008080;
} 



/*
a { font-family:Verdana; color:Blue;	}
a:link { font-family:Verdana; color:Blue;	}
a:visited {	font-family: Verdana; color: #008080; }
a:hover { font-family:Verdana; color:Blue;	}
a:hover:visited {font-family:Verdana; color:Blue;	}
*/


/* .menu .options {
	BORDER-RIGHT: #0055A5 1px solid;
	BORDER-TOP: #0055A5 1px solid;
	MARGIN-BOTTOM: 1px;
	BORDER-LEFT: #0055A5 1px solid;
	BORDER-BOTTOM: #0055A5 1px solid;
	BACKGROUND-COLOR: #C0C0C0
}

.menu A { PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; COLOR: #0055A5; PADDING-TOP: 0px; FONT-FAMILY: Verdana; BACKGROUND-COLOR: transparent; TEXT-DECORATION: none }
.menu A:hover { COLOR: #ffffff; BACKGROUND-COLOR: #993300; }
*/


.progress { background:transparent; background-color:#333333; border-style:solid; border-width:2px; border-color:Black; color:White; opacity:.85; filter:alpha(opacity=85); }
.progress_text { color:White; text-align:left }
.adjustedZIndex {
	z-index: 1;
}

/* End of Ben's programming */

p {
	margin-top: 4px;
    width: 558px;
}

.BodyHeaderLink {
	margin-bottom: 0px;
}

.BodyList {
    margin-bottom: 8px;
    font-size: small;
    padding-left: 4px;
    background-color: #F2F2F2;
    color: #0055A5;
    height: 40px;
}
p2 {
	margin-top: 4px;
    width: 150px;
}

.BodyHeaderLink {
	margin-bottom: 0px;
}

.BodyList {
    margin-bottom: 8px;
    font-size: small;
    padding-left: 4px;
    background-color: #F2F2F2;
    color: #0055A5;
    height: 20px;
}

