body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333;
	background-color: white;
}
h1 {
	margin: 0;
	padding: 0px;
	font-size: 28px;
	line-height: 28px;
	font-weight: 900;
	color: #ccc;
}

h2 {
	background-image: url(cellpic1.gif);
	font-size: 14px;
	font-weight: 900;
	color: blue;
	padding: 6px 0px 6px 0px;
	margin: 0;
}
p {
	margin: 15px 10px 15px 10px;
	padding: 0;
	text-align: justify;
	color: #000080;
	font-size: 12px;
}

li {
	color: #000080;
	font-size: 12px;
}

a {
	color: #09c;
	text-decoration: none;
	font-weight: bold;
}
	
a:link {
	color:#09c;
}
a:visited {
	color:#09c;
}

a:hover {
	background-color:#eee;
}

#header {
	border-style:solid;
	border-color:black;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:11px;
	height: 131px;
	background-color:#eee;
}

#header h1 {
	text-align: right;
}

#headerfloat {
	float: left;
	font-size: 11px;
	color: black;
}

#content {
	margin:0px 20px 50px 180px;
	padding:10px;
	min-height: 300px;
}

#content h1 {
	padding: 6px 0 6px 0;
	margin-bottom: 15px;
	text-align: center;
	font-size: 28px;
	color: #FF9900;
	background-image: url(cellpic3.gif);
	background-repeat: repeat-x;
}

#menu {
	position: absolute;
	top: 137px;
	left: 5px;
	width: 150px;
/*	background-color: #eee; */
	padding: 0;
	margin: 0 5px 0 5px;
	font-size: 12px;
}

#menu ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#menu a
{
	display: block;
	padding: 3px;
	width: 150px;	    
	background-color: #eee;
	border: 1px solid #036;
	padding: 5px 0 5px 0;
	margin: 5px 0 5px 0;
	text-align: center;
}

#menu a:link, #menu a:visited
{
	text-decoration: none;
	color: #369;
}

#menu a:hover
{
	background-color: #369;
	color: white;
}

#footer {
	border-top: 1px solid black;
	text-align: center;
}

#footer p {
	text-align: center;
	font-size: 11px;
	color: black;
	padding: 0;
	margin: 3px;
}
