A:link {
	color: #008B8B;
	font-weight: bold;
	text-decoration: none;
}

A:visited { 
	color: #48D1CC; 
	text-decoration: none;
}

A:hover { 
	color: #3399FF;
}

A:active {
	color: #99CC66;
}

body {
	background: white;
	font-size: small;
	font-family: Tahoma, Lucida, Geneva, Helvetica, Arial, sans-serif;
}

.sidebar {
	margin-bottom: 15px;
	padding: 15px;
	background-color: white;
	border: 1px solid #ddd;
}

ul
{
	list-style-type:square;
}

dt
{
	font-weight:bold;
}

.sidehead {
	margin-bottom: 10px;
	padding-bottom: 5px;
	color: #CC3300;
	font-weight: bold;
	font-size: medium;
	border-bottom: 1px solid #FF6347;
}

.sidecontent {
	font-size: small;
}

.navigatorLinksLinkStyle {
	font-size: small;
}

.titleListLinkStyle {
	font-size: small;
}

.siteName {
	font-weight: bold;
	font-size: large;
}

.searchword 
{
    background-color: yellow;
}

#content {
	clear: both;
	line-height: 1.5em;
	position:relative;
	width: 100%;
}

#header {
	border-bottom: 1px dotted;
	border-top: 1px solid;
	margin-right: 0px;
	margin-left: 0px;
	padding: 15px;
	height: 40px;
	color: #FFFFFF;
	background-color: #800000;
}

#header A:link 
{
	color: #FFFFFF;
}

#header A:visited
{
	color: #FFFFFF;
}

#header A:active
{
	color: #FFFFFF;
}

#header A:hover
{
	color: #000000;
}

#left {
	margin-right: 30%;
	margin-left: 15px;
	font-size: 100%;
	left: 0px;
	position: relative;
	z-index: 100;
}

#left .column {
	padding: 15px 15px 30px 15px;
}

#right {
	width: 28%;
	font-size: 90%;
	line-height: 1.5em;
	position: absolute;
	top: 0px;
	margin-left: 70%;  
	margin-right:-15px; /*hack for some browsers that will render a scroll bar for non existing off screen content*/
	z-index: 0;
}

#right .column {
	padding: 20px 10px 15px 10px;
	margin-right: 15px;
}

.adminNavbarStyle {
	padding-top: 5px; 
	padding-bottom: 10px;
}

.adminNavbarStyle UL {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	text-align: center;
}

.adminNavbarStyle UL LI {
	padding-right: 0.25em;
	padding-left: 0.25em;
	border-left: Gray 1px solid;
	display: inline;
	list-style-type: none;
	font-size: 8pt;
}

.adminNavbarStyle UL LI.first, .adminNavbarStyle UL LI.firstHere {
	border-left: none;
}

.commentBoxFooterStyle {
	width: 100%;
	margin-top: 5px;
	padding-top: 3px;
	border-top: 1px dashed #ddd;
	font-size: 12px;
}

.commentBoxStyle {
	padding: 15px 20px 15px 20px;
	margin-bottom: 25px;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	color: #333;
	background-color: #FCFCFC;
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;
}

.configControlStyle { }

.configLabelColumnStyle { vertical-align: top; }

.configLabelStyle { margin-right: 10px; font-size: 9pt; }

.configSectionStyle {
	margin-bottom: 15px;
	padding: 15px;
	background-color: #FCFCFC;
	border: 1px solid #ddd;
	vertical-align: middle;
}

.configSectionTitleStyle {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CC3300;
	color: #CC3300;
	font-weight: bold;
	font-size: medium;
}

.pageTopic {
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CC3300;
	color: #CC3300;
	font-weight: bold;
	font-size: large;
}

.dayHeader {
	color: #CC3300;
	background-color: #FFDEAD;
	margin-bottom: 10px;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}

.dayItems {
	padding-bottom: 2em;
}

.FreeTextboxStyle { 
	color: #000000;
}

.item {
	margin-top: 1em;
}

.item img {
	display: inline;
}

.itemContents {
	margin: 1em;
	margin-top: 1.5em;
	text-align: justify;
	font-size: small;
	background-color: #FCFCFC;
}

.itemFooter {
	margin-top: 0.5em;
	border-top: 1px solid #ddd;
	font-size: x-small;
	color: gray;
	text-align: right;
}

.itemTitle, .dayHeader {
	font-size: medium;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.side {
	margin: 1em;
	font-size: small;
}

.sidebar 
{
	background-color: #FFDEAD;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}

.geekword 
{
	font-family: 'Courier New', 'Courier', sans-serif;
}

.geekcode 
{
	width: 100%;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 50px;
	font-family: 'Courier New', 'Courier', sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 100%;
	background-color: #FFF478;
	border: 1px solid #696969;
	white-space:nowrap;
}

.searchTextBoxStyle 
{
	width: 100%;
}

.archiveLinkImageStyle
{
	left: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 5px;
	padding-right: 10px;
}

/* Hides from IE5-mac \*/
* html .itemBody {height: 1%;}
/* End hide from IE5-mac */