@import url("calendar.css");
@import url("bhl.css");
@import url("admin.css");


#divBanner
{
	position: absolute;
	left: 182px;
	top: 12px;
}


#divContainer
{
	position: absolute;
	top: 145px;
	left: 35px;
}

#divContent
{
	left: 0px;
	top: 0px;
	width: 480px;
	/** IE Min Height Hack **/
	height: auto !important;
	height: 1320px;
	min-height: 1320px;
}

#divDeveloper
{
	position: relative;
	top: 8px;
	left: -30px;
	height: 20px;
	width: 766px;
}

#divDeveloper A
{
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 2px;
	padding: 0px;
	font-family: "Verdana" , sans-serif;
	font-size: 7pt;
	color: rgb(219,200,204);
	background-color: white;
}

#divDeveloper P
{
	margin-top: 34px;
	margin-bottom: 4px;
	margin-left: 2px;
	padding: 0px;
	font-family: Verdana;
	font-size: 7pt;
	color: rgb(219,200,204);
	background-color: white;
}

#divFooter
{
	position: relative;
	top: 30px;
	left: -30px;
	width: 766px;
	height: 22px;
	color: rgb(219,200,204);
	background-color: rgb(117,86,154);
	padding-top: 1px;
}

#divFooter A
{
	color: rgb(219,200,204);
	font-size: 8pt;
	background-color: rgb(117,86,154);
}

#divFooter P
{
	margin-top: 4px;
	margin-left: 8px;
	color: rgb(219,200,204);
	font-size: 8pt;
	background-color: rgb(117,86,154);
}


#divLogo
{
	position: absolute;
	left: 8px;
	top: 12px;
	width: 150px;
}


#divMenuBar
{
	position: absolute;
	left: 8px;
	top: 110px;
	width: 760px;
	height: 22px;
	color: rgb(219,200,204);
	background-color: rgb(117,86,154);
}

#divMenuBar P
{
	margin-top: 2px;
	margin-left: 2px;
	color: rgb(219,200,204);
	background-color: rgb(117,86,154);
	padding-top: 1px;
}

#divMenuBar A
{
	color: rgb(219,200,204);
	background-color: rgb(117,86,154);
	padding-top: 1px;
}

#divMenu
{
	position: absolute;
	left: 560px;
	top: 145px;
	width: 210px;
	background-color: rgb(219,200,204);
}

#divMenu P
{
	margin-top: 7px;
	margin-bottom: 10px;
	margin-left: 2px;
	background-color: rgb(219,200,204);
}

#divMenu LI
{
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 3px;
	list-style: none;
}

#divMenu UL
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 3px;
	list-style: none;
}

#divSpacer
{
	position: absolute;
	margin-top: 55px;
	left: -172px;
	height: 3px;
	width: 760px;
}


img.link
{
	cursor: pointer;
}

body
{
	color: black;
	font-family: Verdana;
	font-size: 8pt;
}

input
{
	font-family: "Verdana" , sans-serif;
	font-size: 10pt;
	color: black;
}
textarea
{
	font-family: "Verdana" , sans-serif;
	font-size: 10pt;
	color: black;
}

P
{
	color: black;
	font-family: Verdana;
	font-size: 8pt;
}
LI
{
	color: black;
	font-family: Verdana;
	font-size: 8pt;
}

A
{
	color: black;
	font-family: Verdana;
	font-size: 8pt;
	text-decoration: none;
}
A:Hover
{
	color: black;
	font-family: Verdana;
	font-size: 8pt;
	text-decoration: underline;
}

td
{
	color: rgb(064,000,064);
	font-family: Verdana;
	font-size: 8pt;
}


table.Feed
{
	width: 400px;
}

table.Feed td.icon
{
	width: 100px;
}


table.Feed img
{
	border: none;
}


ul.bookmarks
{
	margin-left: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
}

ul.bookmarks li
{
	position: relative;
	text-align: left;
	display: inline;
	margin: 0px;
	left: 0px;
	padding-left: 20px;
	padding-right: 15px;
	padding-bottom: 2px;
}

ul.bookmarks li.digg
{
	background: url( "./images/digg.gif" ) no-repeat -0px 0px;
}
ul.bookmarks li.reddit
{
	background: url( "./images/reddit.gif" ) no-repeat 0px 0px;
}
ul.bookmarks li.delicious
{
	background: url( "./images/delicious.gif" ) no-repeat 0px 0px;
}


.bodyContentStyle H1
{
	color: black;
	font-family: Verdana;
	font-size: 16pt;
	margin-top: 20px;
}

.bodyContentStyle H2
{
	color: black;
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 20px;
}

.bodyContentStyle P
{
	color: black;
	font-family: Verdana;
	font-size: 8pt;
}
