@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #000000;
}

.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:700px;
	background-image:url(Images/ContainerBorder.jpg);
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #footer {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	padding: 0px 10px 0px 10px;
	height:50px;
	background-image:url(Images/FooterBackground.jpg);
	vertical-align:bottom;
	margin:480px 0px 0px 0px; /* Top Right Bottom Left */
}

.oneColFixCtrHdr #Nav {
	width:150px;
	height: 380px;
	margin:20px 0px 0px 0px; /* Top ? ? Left */
	padding: 30px 0px 30px 10px;
	float:left;
	background: url(Images/NavBackground.jpg) no-repeat;
}

.oneColFixCtrHdr #header {
	width:780px;
	background: url(Images/HeaderBackground.jpg) no-repeat;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px; /* Top Right Bottom Left */
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	padding: 10px 10px 10px 10px;
	height: 420px;
	overflow: auto;
	width: 570px;
	margin:20px 20px 0px 10px; /* Top Right Bottom Left */
	float:right;
	background-color:#FFFFFF;

	scrollbar-3dlight-color:#000099;
	scrollbar-arrow-color:WHITE;
	scrollbar-base-color:#990000;
	scrollbar-darkshadow-color:#990000;
	scrollbar-face-color:#B02E30;
	scrollbar-highlight-color:WHITE;
	scrollbar-shadow-color:#006699;
}

/* Text Styles */

.NavText
{
	font:Calibri, "Calisto MT", Arial, Georgia;
	font-size:12px;
}

.Header
{
	font:Calibri, "Calisto MT", Arial, Georgia;
	font-size: 20px;
	font-weight: bold;
}

.Text
{
	font:Calibri, "Calisto MT", Arial, Georgia;
	font-size:12px;
	line-height: 16px;
	text-align:justify;
}

.Text a
{
	font:Calibri, "Calisto MT", Arial, Georgia;
	color:#000099;
	text-decoration:none;
}

.Text a:hover
{
	font:Calibri, "Calisto MT", Arial, Georgia;
	color:#990000;
	text-decoration:none;
}

.ColouredText
{
	font:Calibri, "Calisto MT", Arial, Georgia;
	font-size:14px;
	color:#990000;
	font-weight:bold;
}

.SmallText
{
	font:Calibri, "Calisto MT", Arial, Georgia;
	font-size:12px;
}

.FooterText
{
	font:Calibri, "Calisto MT", Arial, Georgia;
	color:#666666;
	font-size:14px;
}
