html, body
{
	font: 86%/1.5 arial, helvetica, sans-serif;
	text-align: center;
	color: black;
	background-color: #D6D6D6;
	background-image: url(../images/hex2.jpg);
	height: 100%;
	margin: 0 auto 0 auto;
}

/* This is for individual link classes
a.blue:link {color: #0000ff; background: #ffffff; font-weight: bold;}
a.blue:active {color: #0000ff; background: #ffffff; font-weight: bold;}
a.blue:visited {color: #0000ff; background: #ffffff; font-weight: bold;}
a.blue:hover {color: #0000ff; background: #ffffff; font-weight: bolder;}

a.red:link {color: #ff0000; background: #ffffff; font-style: italic;}
a.red:active {color: #ff0000; background: #ffffff; font-style: italic;}
a.red:visited {color: #ff0000; background: #ffffff; font-style: italic;}
a.red:hover {color: #ff0000; background: #ffffff; font-style: normal;}
*/

h2
{
	color: #000;
	font: 120% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin: 0 0 2px 0;
}

h2 a { text-decoration: none; }

h3
{
	color: #600;
	font: 106% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin-top: 0;
}

h4
{
	color: #800000;
	font: 100% Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0 0 0 0;
}

prevnext
{
	color: #600;
	font: 106% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin-top: 0;
}

#container
{
	width: 900px;
	text-align: left;
	background-color: #fff;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -20px auto; 
}

#header
{
	height: 125px;
	width: 100%;
	background-color: none;
	background-image: url(../images/hpmi_R.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-bottom: 1px solid #fff;
	position: relative;
	border: 1px none #fff;
}

#header h1
{
	position: absolute;
	top: -1px;
	left: 95px;
	width: 243px;
	margin: 15px 0 0 0;
	text-indent: -9999px;
	height: 100px;
	background: none;
}

#header h1 a
{
	height: 100px;
	width: 243px;
	display: block;
}

#header h2
{
	position: absolute;
	top: -1px;
	left: 3px;
	width: 90px;
	margin: 15px 0 0 0;
	text-indent: -9999px;
	height: 100px;
	background: none;
}

#header h2 a
{
	height: 100px;
	width: 90px;
	display: block;
}

#nav ul { list-style-type: none; }

#nav li { display: inline; }

#menu
{
	float: right;
	width: 165px;
	border-left: 1px solid #cccccc;
	margin-left: 15px;
	padding-left: 15px;
}

#menu a
{
	color: #006;
	text-decoration: none;
}

#menu a:hover
{
	text-decoration: underline;
}

#contents 
{ 
	margin: 0 20px 20px 20px; 
	min-height: 100%;

}

#contents p { 
	line-height: 165%; 
	padding:0 0 20px;

}

.blogentry 
{ 
	border-bottom: 1px solid #cccccc;
	min-height: 100%;

}

.blogentry a
{
	color: #006;
	text-decoration: none;
}

.blogentry a:hover
{
	text-decoration: underline;
}

.push {
	height: 10px; /* .push must be the same height as .footer */
	clear: both;
}

#footer
{
	clear: both;
	color: #fff;
	text-align: center;
	font-size: 90%;
	width: 890px;
	height: 10px;
	position: relative;	
	margin: 0 auto 0 auto;
}

#footer a
{
	color: #FFF;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

#skipmenu
{
	position: absolute;
	left: 717px;
	top: -1px;
	width: 172px;
	text-align: right;
	padding: 0 10px 0 0;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	height: 22px;
	border: solid #999;
	border-width: 1px 0 1px 1px;
	background-color: #400;
	filter:alpha(opacity=80);
	opacity:0.8;

}

#skipmenu a
{
	color: #ffffff;
	text-decoration: none;
}

#skipmenu a:hover
{
	color: #cccccc;
}

/*
	Calendar CSS with help from - Nathan Smith - www.sonspring.com
*/

table
{
	background: #fff;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	margin: 0 auto 1em auto;
	float: left;
}

th,
td
{
	border-left: 1px solid #999;
	border-top: 1px solid #600;
	font-family: Verdana, sans-serif;
	padding: 0 2px;
	vertical-align: top;
	width: 90px;
	height: inherit;
}

/* =Classes
----------------------------------------------------------------------*/

col.Sat,
col.Sun
{
	background: #cccc99;
}

tr.day
{
	color: #666;
	font-size: 9px;
	height: 90px;
}

tr.number
{
	background: #ffff99;
	color: #000;
	font-size: 10px;
	height: 15px;
	text-align: right;
	vertical-align: middle;
}

th
{
	background: #600;
	color: #fff;
	font-size: 11px;
	font-variant: small-caps;
	font-weight: normal;
	height: 15px;
	text-transform: capitalize;
	text-align: center;
	vertical-align: middle;
}
