a { color: #003B78; }

a:visited { color: #0072F6; }

a:hover, a:active {
}

h1 {
	color: #003B78;
	margin: 0px;
}

h2 {
	color: #003B78;
}

h3 {
	color: #003B78;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#top_right ul {
	margin: 0px;
	list-style-type: none;
	text-align: right;
	font-size: 0.8em;
}
#top_right li, #top_right a {
	padding: 0px;
	margin: 0px;
}
#top_right a {
	color: #003B78;
	text-decoration: none;
}
#top_right a:hover {
	color: #66CCFF;
	text-decoration: none;
}

#mainContent li {
}

#mainContent table { margin-top: 1em; }

#sidebar { background-image: url(images/bg_gray.jpg); }
#sidebar h1 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	font-size: 1.25em;
	margin-bottom: 0px;
	margin-top: 10px;
}
#sidebar hr {
	margin: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
}
#sidebar p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	padding: 0px;
	margin-top: .75em;
	margin-bottom: 0px;
}
#sidebar img {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
}
#sidebar ul {
	margin-left: 10px;
	padding-left: 2em;
	margin-top: 0px;
}
#sidebar li { margin: 0px; }

#sidebar .PayBill {
	color: #FFFFFF;
	background-color: #CC0000;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 6px;
	background-image: url(images/bg_pay-bill.jpg);
}
#sidebar .Security {
	color: #000000;
	background-color: #FEBE10;
	font-weight: bold;
	margin-top: 1em;
	padding: 6px;
	background-image: url(images/bg_security.jpg);
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: .8em;
}

.Communities {
	font-size: 0.4em;
	font-style: italic;
	color: #000000;
}

.Footnote { font-size: .8em; }

.Question {
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0px;
}

.Answer {
	margin-top: 0px;
	margin-bottom: 1em;
}

form p { line-height: 2em; }

.CalloutBox {
	float: right;
	padding: .5em;
	margin-bottom: 1em;
	margin-left: 1em;
	border: 1px solid #003B78;
	background-color: #DDFFFF;
}

