HTML
{
	height:100%;
	padding:0px;
	margin:0px;
}
BODY
{
	height:100%;
	padding:0px;
	margin:0px;
	font-size:70%;
	font-family: verdana,arial,helvetica,sans-serif;
	background-image: url(/design/images/background.gif);
}
A
{
	text-decoration: none;
	color: #31319c;
}
A:hover
{
	color: #0099ff;
}
TABLE
{
	border: 0px;
}
IMG
{
	border: 0px;
}
FORM
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}
P
{
	font-size:1.15em;
	line-height: 1.5em;
	margin: 0.5em 0px 1.0em 0px;
}
HR
{
	color: #0099ff;
	height: 1px;
}
UL
{
	list-style: square;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
}
OL
{
	margin-bottom: 0px;
	margin-left: 25px;
	margin-top: 0px;
}

H1
{
	font-weight: bold;
	margin: 10px 0px 0px;
}
H2
{
	font-weight: bold;
	margin: 0px;
}
H3
{
	font-weight: bold;
	margin: 0px;
}
H4
{
	font-size: 135%;
	font-weight: bold;
	margin: 0px;
}
H5
{
	font-size: 105.5%;
	font-weight: bold;
	margin: 0px;
}

TEXTAREA, SELECT, .textbox
{
	border: solid 1px #6699cc;
	color: #003366;
	background: #E9F5FF;
	font: 9pt verdana, arial, helvetica, sans-serif;
}
BUTTON, .button
{
	font: 8pt/1.5em verdana,arial,helvetica,sans-serif;
	height: 18px;
	border: solid 1px #6699cc;
	background-color: #E9F5FF;
	color: #003366;
	margin-right: 5px;
	line-height: 11px;
}


/* black title (eg: default news titles) */
.headline, .headline A, .headline A:hover, .toolbarLink, .toolbarLink A, .toolbarLink A:hover
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

/* black title (eg: join.aspx) */
.tabBlack
{
	font-size:8pt;
	color:#ffffff;
	background-color:#000000;
	text-align:center;
}

/* left navigation (eg: Announcements, Services, Logs) */
.SectionHeader
{
	color: #FFFFFF;
	background-color: #6699CC;
	font-weight: bold;
	padding-left: 3px;
	width: 100%;
	cursor: hand;
	border-top: solid 1px #ffffff;
}


/* for Table of Content - right margin */
.ContentHeader
{
	color: #FFFFFF;
	background-color: #0099ff;
	font-family: Verdana;
	font-size: 7.5pt;
	font-weight: bold;
	padding: 5px;
}
.ContentItem
{
	font-family: Verdana;
	font-size: 7.5pt;
	font-weight: bold;
	padding: 3px 0px 3px 5px;
}

/*
.leftNavChosen
{
	background-color: #003399;
	color: white;
	font-family: verdana;
	font-size: 11px;
}
.leftNavOff
{
	font-family: verdana;
	font-size: 11px;
}

.leftnavoff A:visited
{
	color: #003399;
}
.leftnavoff A:hover
{
	text-decoration: underline;
}

.leftnavoff A
{
	color: #003399;
	text-decoration: none;
}

.liSpacing LI
{
	padding-bottom: 5px;
}
.liSpacing LI A
{
	text-decoration: underline;
}
*/

.inputfilter
{
	behavior: url(/shared/js/inputfilter.htc);
}


/* for '/news/default.aspx' */
.cmt
{
	font: 8pt verdana,arial,helvetica,sans-serif;
	border: solid 1px #A6B1E9;
	background-color: #E5F2FF;
	margin: 3px;
}
.cmtHdr
{
	background-image: url(/design/icons/bgCommentHeader.gif);
}
.cmtMsg
{
	padding: 3px 3px 10px 3px;
	border: 0px;
	margin: 0px;
}
.relatedTitle
{
	color: #FFFFFF;
	font-weight: bold;
}
.relatedTitle A, .relatedTitle A:hover
{
	color: #FFFFFF;
}


/* for '/membership/memberslist.aspx' */
TR.titlerow, TD.titlerow
{
	background-color: #FFFFDD;
	font-weight: bold;
	color: #000000;
}

/* for '/default.aspx' */
.SideBarPoints
{
	table-layout: fixed;
}
.SideBarPoints UL
{
	background: #6699ff;
	margin-left: 20px;
	color: red;
	list-style-type: square;
}
.SideBarPoints UL LI
{
	padding-left: 5px;
	background: #99ccff;
	padding-bottom: 4px;
	margin: 0px;
	padding-top: 4px;
}
.SideBarPoints UL LI SPAN
{
	color: black;
}

