/* general styles */
body {
	padding: 0;
	margin:0;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 15px;
	}
.center {
	text-align: center;
	}
.bold	{
	font-weight: 600;
	}

/* header*/
#hdr h1, h2 {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 130px;
	width:95%;
	padding-right: 5%;
	padding-top: 10px;
	background-color: blue;
	color: white;
	font-family: Arial, Verdana, sans-serif;
	font-size: 25px;
	font-weight: 600;
	text-align: right;
	margin-top: 0px;
	
	background-repeat: repeat-x;
	background-position: bottom left;
	}
#hdr h2 {
	top: 140px;
	padding-top: 5px;
	background-image: none;
	height: 25px;
	font-size: 15px;
	font-style: italic;
	font-weight: 500;
	text-align: center;
	}


	
/* main content area */
#content {
	width: 95%;
	position: relative;
	padding-top: 225px;
	}
#content h1 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 10px;
	}
#content p {
	margin-left: 30px;
	}
#content ul{
	margin-left: 120px;
	margin-top: -25px;
	}
#content li {
	margin-left: 50px;
	}
	
/* table for displaying links */
#linkstable table {
	position: relative;
	left: 0;
	margin-top: 40px;
	}
#linkstable th, #linkstable td {
	padding-left: 20px;
	padding-right: 20px;
	}
#linkstable td {
	padding-top: 20px;
	padding-bottom: 0px;
	vertical-align: top;
	font-size: 12px;
	}
#linkstable th {
	text-align: left;
	background-color: #FFCC99;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	}

/* left content */
#leftcontent {
		float:left;
		width:35%;
		background:#fff;
		text-align: left;
		font-size: 12px;
		font-weight: normal;
		margin-right:15px;
		padding-bottom:20px;
		position: absolute;
		left: 0;
		top: 130px;
		clip:  rect(   )
		}
/* right content */
#rightcontent {
		float:right;
		width: 25%;
		border-left:1px solid #000;
		border-right:3px solid #000;
		border-top:1px solid #000;
		border-bottom:3px solid #000;
		font-size: 12px;
		padding-top: 3px;
		top: 130px;
		left: 75%;
		position: absolute;
		}
/* center content */
#centercontent{
		top: 120px;
		left: 35%;
		width: 50%;
		font-size: 12px;
		position: absolute;
		
		}
.shaded {  background-color: #FFFFCC}
