html{
	height:100%;
}
body {
	height:100%;
	background-color: #E0E0E0 ;
	background-image:url(bgcolor.png);
}
div {
	padding: 7px;
	width: 600px;
}
h1{
	margin: 0px;
	font-family: "comic sans MS";
	font-variant: small-caps;
	font-size: 70px;
	
}
h2{
	margin: 0px;
	margin-top:15px;
}
/* The default setting for links */
a:link { 
	color: #990000;
	}
a:visited { 
	color: #990000;
	}
img{
	border:0px;
}
/* paragraphs */
p.sig{
	text-align:right;
}
p.date{
	margin-top:0px;
	text-indent:0px;
}
/*lists*/
ul{
	list-style-type: none;
}
li{
	margin: 15px;
}
ul.styled{
	list-style-type: circle;
}
/*tables*/
table{
	width:100%;
	border: none;
}
tr{

}
td{
	width: 50%;
	text-align: left;
	vertical-align: top;

}
/*page dividers*/
#contained{
	width: auto;
	height: 100%;
}
#cornerstone {
	position:absolute;
	top:20px;
	left:20px;
	background-image:url(cornerstone.png);
	background-repeat:no-repeat;
	width:150px;
	height:131px;
}
#header {
	background-image:url(topbar.png);
	background-repeat:no-repeat;
	position:absolute;
	top:20px;
	left:170px;
	text-indent:-1000px;
	margin: 0px;
	width: 637px;
	height: 74px;
	
}
#sub-header {
	position:absolute;
	top:100px;
	left:170px;
	margin: 0px;
	width: 637px;
	height: 20px;
	font-size: 40px;
	font-weight:900;
	
}
#navigation {
	background-image:url(leftbar.png);
	background-repeat:repeat-y;
	clear:both;
	position:absolute;
	top:151px;
	padding:10px;
	left:21px;
	width: 138px;
	height: 100%;
	font-family: verdana;
	font-size: 12px;
	font-weight: 700;
}
#navigation a:link { 
	color:#00FF00;
	}
#navigation a:visited { 
	color:#00FF00;
	}
#buttontext{
	font-family: trebuchet MS;
	font-size: 12px;
	font-weight: 700;
	position:relative;
	left:44px;
	top:1px;
}
#topbuttontext{
	font-family: trebuchet MS;
	font-size: 12px;
	font-weight: 700;
	position:relative;
	left:44px;
	top:14px;
}
#buttontop{
	background-image:url(topbutton.png);
	background-repeat:no-repeat;
	position:relative;
	left:-24px;
	width:156px;
	height:46px;
	margin:0px;
	padding:0px;
}
#button{
	background-image:url(middlebutton.png);
	background-repeat:no-repeat;
	position:relative;
	left:-24px;
	width:156px;
	height:32px;
	margin:0px;
	padding:0px;
}
#buttonbottom{
	background-image:url(bottombutton.png);
	background-repeat:no-repeat;
	position:relative;
	left:-24px;
	width:156px;
	height:46px;
	margin:0px;
	padding:0px;
}

#content {
	background-image:url(content.png);
	background-repeat:repeat-y;
	position:absolute;
	top:165px;
	left:175px;
	width: 615px;
}
#topcontent {
	position:absolute;
	left:0px;
	top:0px;
	background-image:url(topcontent.png);
	background-repeat:no-repeat;
	width: 615px;
	margin:none;
}
#bottomcontent {
	position:absolute;
	left:0px;
	bottom:0px;
	background-image:url(bottomcontent.png);
	background-repeat:no-repeat;
	width: 615px;
}
#contenttext {
	width: 560px;
	padding:25px;
}
#contenttext a:link { 
	color: #770000;
	}
#contenttext a:visited { 
	color: #770000;
	}
#footer {
	position:relative;
	bottom:-20px;
	text-align: center;
}
#sub-header {
	width:800px;
	text-indent:5px;
}