.outer
      {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 740px;
      height: 440px;
      margin-left: -370px; /* half of width */
      margin-top: -220px;  /* half of height */
      }

.container {
	height: 400px;
	width: 700px;
	padding: 20px;
	background-image: url(images/homebkgrd.jpg);
	background-repeat: no-repeat;
	background-position: 20px 20px;
}
.topmenu {
	text-align: right;
	position: relative;
	height: 40px;
	width: 340px;
	top: 18px;
	float: right;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-indent: 10px;
	position: relative;
	left: -10px;
	margin: 3px 0px 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 110px;
	font-weight: normal;
	
}
p {
	margin-top: 3px;
}



.shadow {
	background-image: url(images/shadow.jpg);
	height: 440px;
	width: 740px;
	background-repeat: no-repeat;
}
.sidemenu {
	float: left;
	height: 151px;
	width: 70px;
	position: relative;
	left: 21px;
	top: 85px;
}
.contentcontainer {
	float: right;
	height: 303px;
	width: 342px;
	position: relative;
	top: 27px;
	right: 6px;
	}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 10px;
	height: auto;
	width: auto;
}

body {
	background-color: #636563;
}

.sidemenu img.png{
	margin-bottom: 10px;
}

.topmenu img.png{
	margin-right: 10px;
}
a {
	font-size: 10px;
	color: #F77521;
}
a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
}
.subcontent {
	position: relative;
	height: 200px;
	width: 200px;
	left: 70px;
	top: 85px;
	float: left;
}
.footer {
	float: left;
	height: 15px;
	width: 300px;
	position: relative;
	left: 392px;
	top: 182px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	text-align: right;
}
