/*====================================== MISC styles ======================================*/
a:link, a:visited {
	color:#333;
}

a:hover {
	color:#33f;
}

p {
	margin: 1em 0;
	padding:0;
}

.indentedContent {
	padding: 0 20px;
}

body { /*controls default font for entire site*/
	color:#333;
}
body, td { /*controls default font for entire site*/
	line-height:1.4em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}

h1 {
	margin-top:0.75em;
	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:1.2em;
	font-weight:bold;
	color:#33f;
	border-bottom:solid 1px #33f;
}

h2 {
	margin-top:0.75em;
	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:1.2em;
	font-weight:bold;
	color:#33f;
}

h3 {
	margin-top:0.75em;
	font-size:14px;
	line-height:1.2em;
	font-weight:bold;
	color:#222;
}

.blockHeader {
	font-weight:bold;
	background:url(../images/site/blockHeader_bg.jpg) repeat-x;
	font-size:18px;
	height:28px;
	color:#fff;
	font-weight:bold;
	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	padding:3px 10px;
	margin:10px 0 0 0;
}
a.blockHeader, a.blockHeader:link, a.blockHeader:visited, a.blockHeader:hover {
	color:#fff;
}

.smallText {
	font-size:8pt;
}


ol {
    margin-left:1.75em;
	margin-top:-0.75em;
	padding-left:0;
	padding-top: 0;
}

ul {
    margin-left:1.25em;
	margin-top:-0.75em;
	padding-left:0;
	padding-top: 0;
}

ul ul {
	margin-top:0;		/* helps sublists not move up */ 
}

ol ol {
	margin-top:0;		/* helps sublists not move up */
}

.tableBorder {
	border:solid 1px #999;
}

table {
	border-collapse:collapse; /*this eliminates double width borders between when you apply CSS borders to TDs*/
}

hr {
	width: 100%;
	height: 1px;
	color: #333;
	background-color: #333;
	border:0;
}

.formButton {
	border:solid 1px #ccc;
	color:#33f;
}
input {
	border:solid 1px #ccc;
}

.noList {
	list-style:none;
	margin:0;
	padding:0;
}
