@charset "utf-8";
body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
	background-color: #999999;
}
#CentreIframe {
	height: 500px;
	width: 680px;
	margin-left: 10px;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
h1 {
	font-size: 1.8em;
	color: #640000;
	font-weight: lighter;
	font-variant: small-caps;
}
h2 {
	color: #640000;
	font-size: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #640000;
	font-weight: bold;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	height: 0.1em;
	color: #640000;
	font-variant: small-caps;
}
h4 {
	font-size: 1em;
	font-weight: bold;
	color: #660000;
	position: static;
	height: 0.1em;
}
h5 {
	font-size: 0.8em;
	font-weight: bold;
}



.thrColFixHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/background.jpg);
	height: 675px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #header {
	height: 110px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.thrColFixHdr #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 */
	color: #FFFFFF;
}
.thrColFixHdr #sidebar1 {
	width: 170px; /* padding keeps the content of the div away from the edges */
	color: #FFFFFF;
	height: 475px;
	float: left;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 30px; /* padding keeps the content of the div away from the edges */
	height: 475px;
}


.thrColFixHdr #mainContent {
	height: 435px;
	overflow: auto;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 10px;
} 
.thrColFixHdr #footer {
	height: 25px;

} 
#ulMainNav     {
	list-style-type: none;
	width: 130px;
	padding-top: 30px;
	padding-left: 10px;
}
#ulMainNav     li        {
	color: #FFFFFF;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 20px;
}

#ulMainNav   li   a:link ,#ulMainNav   a:active,#ulMainNav a:visited {
	color: #F6EFD7;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	width: 130px;
	display: block;
}
#ulMainNav   li a:hover    {
	color: #660000;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	border: 1px solid #F6EFD7;
	width: 130px;
	display: block;
	background-color: #F6EFD7;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.bodymain {
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background-color: #F6EFD7;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#ProgTable {
	width: 650px;
}
#ProgTdLeft {
	width: 200px;
	vertical-align: top;
}
#ProgTdRight {
	width: 450px;
	vertical-align: top;
	padding-left: 4px;
}
#tableform {
	text-align: left;
	width: 500px;
}
#tableform, td{
	vertical-align: middle;
}
#tdtop {
	vertical-align: top;
}

