/* CSS styles for the general site typography / fonts */
body {
	font-size:1em;
	font-family:arial;
}

table, table tr, table td, table th {
	border:none;
	padding:0;
}

img.incidental {
	border:1px solid #005ba1;
	margin:0 0 10px 0;
}

img.incidental.leftAlign {
	float:left;
	clear:left;
	margin-right:20px;
}

img.incidental.rightAlign {
	float:right;
	clear:right;
	margin-left:20px;
}

h1,h2,h3,h4,h5,h6 {
	padding:0;
	margin:0 0 15px 0;
}

h1 {
	font-size:1.5em;
	font-weight:normal;
/*	color:#005ba1;*/
	color:#002e72;
}

h2 {
	font-size:1.1em;
	color:#262626;
	font-weight:normal;
	line-height:1.5em;
}

h3 {
	font-size:1em;
}

h4 {
	font-size:1em;
	margin-bottom:5px;
}

h5 {
	font-size:1.25em;
	margin-bottom:5px;
}

h6 {
	font-size:1.5em;
	margin-bottom:5px;
}

p, table {
	font-size:0.85em;
	line-height:1.6em;
	color:#555555;
}

a, input {
	outline:none;
}

ul li {
	font-size:0.85em;
	list-style:square;
	margin-bottom:5px;
	color:#262626;
}

ol li {
	font-size:0.85em;
	color:#262626;
}

#wrapper .content a {
	color:#005ba1;
	font-weight:bold;
	text-decoration:none;
}

#wrapper .content a:hover {
/*	text-decoration:underline;*/
	color:#58b6ff;	
}

#wrapper .menu ul li {
	color:white;
	list-style:none;
	font-size:1em;
}

#wrapper .menu ul li a {
	color:white;
	text-decoration:none;
}

#wrapper .menu ul li a:hover {
/*	color:#f8991d;*/
	color:#58b6ff;
}

#wrapper .menu ul li.selected a, #wrapper .menu ul li.selected a:hover {
/*	color:#b9b9b9;*/
	color:#f8991d;
}

#wrapper .content .colSetThree.footer .col ul li a {
	color:#005ba1;
}

#wrapper .content .colSetThree.footer .col ul li a:hover {
	color:#58b6ff;
}

#wrapper .content .colSetThree.footer .col ul li.selected a, #wrapper .content .colSetThree.footer .col ul li.selected a:hover {
/*	color:#b9b9b9;*/
	color:#f8991d;
}

#wrapper .left .latest h3 {
	color:white;
	font-weight:normal;
}

#wrapper .left .latest h3 a {
	color:white;
	text-decoration:none;
}

#wrapper .left .latest p {
	font-size:0.8em;
}

#wrapper .left .latest p a {
	display:block;
	color:#005ba1;
	font-weight:bold;
	text-decoration:none;
}

#wrapper .left .latest ul li a:hover {
	color:#58b6ff;	
}

#wrapper .left .latest ul li.selected a, #wrapper .left .latest ul li.selected a:hover {
	color:#f8991d;
}

#wrapper .left .latest ul li {
	color:#005ba1;
	font-size:0.75em;
	list-style:none;
}

#wrapper .left .latest ul li a, #wrapper .left .subMenu ul li a {
	color:#005ba1;
	text-decoration:none;
}

#wrapper .left .subMenu ul li {
	list-style:none;
	color:#005ba1;
	font-size:0.9em;
}

#wrapper .left .subMenu ul li a {
	color:#005ba1;
}

#wrapper .left .subMenu ul li a:hover {
/*	color:#f8991d;*/
	color:#58b6ff;	
}

#wrapper .left .subMenu ul li.selected a, #wrapper .left .subMenu ul li.selected a:hover {
	color:#f8991d;
/*	font-weight:bold;*/
}

#wrapper .left .subMenu ul li ul {
	display:none;
}

#wrapper .content .footer p {
	font-size:0.7em;
}

#wrapper .content .colSetThree.footer .col ul li {
	font-size:0.7em;
	line-height:0em;
}

#wrapper .content .colSetThree.footer .col ul li a {
	font-weight:normal;
	text-decoration:none;
}

#wrapper .content form label {
	font-size:0.85em;
}

/************************ Tables */
table.noSpacing, table.noSpacing th, table.noSpacing td, table.noSpacing tr {
	padding:0;
	margin:0;
	border:none;
}

/* calendar CSS */
 
table.calendar {
	width: auto;
	border: 1px solid #cccccc;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

table.calendar th {
	background-color: #eeeeee;
	text-transform: none;
	color: #444444;
	padding: 4px;
	text-align: center;
	border: 1px solid #eeeeee;
}
 
table.calendar th.cell-prev {
	text-align: left;
}

table.calendar th.cell-next {
	text-align: right;
}

table.calendar th.cell-header {
	width: 70px;
	border-bottom: 1px solid #cccccc;
}

table.calendar td.cell-today {
	background-color: #e2e8f6;
} /* today in the current month */

table.calendar td.cell-weekend {
	background-color: #F3F5EB;
}

table.calendar td {
	border: 1px solid #cccccc;
}
 
table.calendar td div.cell-number {
	text-align: right;
	font-size: 8px;
	color: #444444;
	display: block;
}

table.calendar td div {
	display: block;
	font-size: 10px;
	text-align: left;
}

table.calendar thead th {
	border: 1px solid #cccccc;
}