
html {
	overflow-y:scroll;
}
html, body
{
	margin:0;
	padding:0;
	background: #121212;
}

body
{
	font-family:Calibri, Tahoma;
	font-size:87%;
	line-height:1.7em;
	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: ivory; /*#ccc;*/
	height:100%;
}

table
{
	border-collapse: collapse;
	background:#292727;
	border:1px solid #363333;
}

td, th
{
	border:1px solid #363333;
	font-size:90%;
	padding:5px;
}

.datepick td, .datepick th
{
	border:0px solid red;
	font-size:90%;
	padding:0px;
}

h1
{
	line-height:22px;
	font-size:130%;
	height:100%;
	text-decoration:underline;
	color:Khaki;
	padding-left:10px;
}

h2
{
	line-height:18px;
	font-size:120%;
	height:100%;
	text-decoration:none;
	color:Khaki;
	width:100%;
	text-align:left;
	padding-top:7px;
	padding-bottom:7px;
	/*background-color:#8cab90;*/
	border-bottom:1px solid #8cab90;
	color:khaki;
	padding-left:10px;
}

h3
{
	line-height:18px;
	font-size:110%;
	height:100%;
	text-decoration:underline;
	color:Khaki;
	padding-left:10px;
}

code
{
	color:cyan;
	font-size:12px;
}

p
{
	margin-bottom:10px;
	height:100%;
	padding-left:30px;
	padding-right:30px;
}

a
{
	text-decoration:none;
	border-bottom:1px dotted #6caf51;
	color: DarkKhaki;
	font-weight:500;
}

a:hover
{
	border-bottom:1px solid #6caf51;
}

a:visited
{
	color:silver;
}

img
{
	border:none;
	margin-bottom:-4px;
}

.ruler
{
	width:600px;
	border-top:0px solid lightcyan;
	margin:auto;
	text-align:center;
}
#container
{
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #121212;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid gray;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header
{
	background: #121212;
	padding: 0 0px 0 00px;  /* 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. */
	overflow:hidden;
	height: auto;
	background-image:url(../images/backgrounds/header2.png);
	height:116px;
}

#header5
{
	background: #121212;
	padding: 0 0px 0 00px;  /* 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. */
	overflow:hidden;
	height: auto;
	background-image:url(../images/backgrounds/header5.png);
	height:116px;
}


#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 */
	overflow:hidden;
	height: auto;
}

#footer
{
	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; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	overflow:hidden;
	height: auto;
	background-color:#121212;
}

#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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	overflow:hidden;
	height: auto;
}

.imginpara
{
	text-align:center;
	margin:20px;
}

/* start navigation */

.navcontainer a
{
	border:none;
	height:100%;
	text-decoration:none;
	color:ivory;
	font-size:85%;
	cursor:pointer;
	cursor:hand;
}

.navcontainer a:visited
{
}

.navcontainer:hover
{
	color:ivory;
	background:#88988a;
	text-decoration:none;
	cursor: pointer;
	cursor:hand;
}

#divsignin
{
	background-color: transparent;
	overflow:hidden;
	height: auto;
	padding-left: 600px;  /* 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. */
	margin-top:0px;
	padding-top:0px;
}

#divnav
{
	background-color: transparent;
	overflow:hidden;
	height: auto;
	padding-left: 60px;  /* 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. */
	margin-top:35px;
	/*border-bottom:1px solid silver;*/
	padding-top:10px;
}

.navcontainer
{
	float:left;
	padding:2px;
	/*	border-left:1px solid silver;*/
/*	border-right:1px solid silver; */
	background:#6d8a71; /* OK to change colour here */
	overflow:hidden;
	height: auto;
	margin:0px;
	margin-left:3px;
	cursor: pointer;
	cursor: hand;
}

.navwrapper
{
	overflow:hidden;
	height: auto;
	/*border:1px solid purple;*/
	width:100px;
	text-align:center;
	cursor: pointer;
	cursor: hand;
}

ul
{
	width:90%;
}

/* end navigation */

