@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	color: #080808;
	background-color: #8BBCE5;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	vertical-align: top;
}

a:link {
    color: #CC0000;
    text-decoration: underline;
}
a:visited {
    color: #CC0000;
    text-decoration: underline;
}
a:hover {
    color: #CC0000;
    text-decoration: underline;
}
a:active {
    color: #CC0000;
    text-decoration: underline;
}

/* So far meeting, calendar, and forms pages use the h4 tag */
h4 {
    text-align: center;
}
/* So far just the forms pages use the .note1 */
.note1 {
    text-align: center;
    font-style: italic;
    font-size: medium;
    font-weight: 700;
}

/* main wrapper */
#outerWrap {
	/*top: 5px;*/
	background-color: #fff;
	margin: 10px auto 0px auto;
	width: 950px;
	border-top: thin solid #0021A3;
	border-right: thin solid #0021A3;
	border-left: thin solid #0021A3;
}

/* Header */
#header {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #0021A3;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

#header h1.mainTitle {
    font-size: 90%;
}

/* Footer - Menu Table of links to MCP pages */
#footer {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

#footer table {
	width: 100%;
	border-collapse: collapse;
	border-top: thin solid #0021A3; /* dark blue color */
	border-bottom: thin solid #0021A3;
}

#footer table th {
	width: 25%;
	font-size: 23px;
	font-weight: bold;
	font-style: italic;
	/*color: #FFFFFF;*/
	text-align: left;
	letter-spacing: 2px;
	background-color: #DEECF7; /* light blue background color */
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top: thin solid #0021A3;
	border-bottom:  thin solid #0021A3;
}

#footer table td {
	padding: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: left;
	background-color: #ffffff;
}

.menuCellRightBorder {
	border-right: thin solid #0021A3;
}

/* Footer Links */
#footer table a:link { /* unvisited link */
	color: #000000; /* black color */
	text-decoration: none;
}

#footer table a:visited {
	color: #000000; /* black color */
	text-decoration: none;
}

#footer table a:hover { /* mouse over link */
	color: #000000; /* black color */
	text-decoration: none;
}

#footer table a:active { /* selected link */
	color: #339933; /* dark grey color */
	text-decoration: none;
}
