@charset "utf-8";
body {
	font: 1em Georgia, "Times New Roman", Times, serif;
	background: url(images/diag_background_dark.jpg) repeat-y;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	text-decoration: none;
}
h1 {
	font-size: 1.8em;
	color: #005967;
}
h2 {
	font-size: 1.5em;
	color: #005967;
}

h3	{
	font-size: 1.1em;
}


h2 a {
	text-decoration: none;
	color: #990033;
}
	
h3 a {
	text-decoration: none;
	color: #005967;
}
	


p {
	color: #333333;
	line-height: 15pt;
}



#topNav {
	background-color: #990033;
	height: 20px;
	width: 100%;
	position: relative;
}

#container {
	min-width: 760px;
	max-width: 960px;
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-right-width: medium;
	border-right-style: outset;
	border-right-color: #707475;
	border-left-width: medium;
	border-left-style: inset;
	border-left-color: #737476;
	border-bottom-width: medium;
	border-bottom-style: ridge;
	border-bottom-color: #707475;
}
#header {
	background: #005967;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 92px;
	margin-top: -10px;
	overflow: hidden;
}
#mainContent {
	padding: 30px 20px 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-size: 0.8em;
	width: 70%;
	float: left;
	overflow: hidden;

}
#oneColumnMainContent {
	width: 90%;
	text-align: inherit;
	font-size: 0.8em;
	padding-top: 30px;
	padding-bottom: 10px;
	margin: 0 0 0 50px;
	background-position: center;
}

#rightSideBar {
	float: right;
	width: auto;
	background-color: #FFFFFF;
	margin: 0;
	padding: 30px 20px 0 0;
	height: 400px;
	top: 0px;
	overflow: hidden;
}
.clearfloats {
	clear: both;
}


#footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#990033;
	font-size: 0.7em;
	color: #FFFFFF;
	text-align: center;
} 
#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: 0;
	color: #FFF;
	line-height: 1.1em;
}
#container #footer p a {
	color: #FFFFFF;
	text-decoration: none;
}


p a {
	color: #990033;
	text-decoration: none;
	font-weight: bold;
	
		}
	p a:visited {
	text-decoration: none;
}
	p a:hover {
	text-decoration: underline;
	color: #005967;
}
	p a:active {
	text-decoration: none;

}
hr {
	color: #005967;
	margin: 2px;
}
.comment {
	color: #FFFFFF;
	font-weight: bold;
}

