body
{
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.76em; /*font sizing in ems, baby. if you want to change anything, just change this.*/ /*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	color: #000;
	background-color: #ffffff;
}

/*custom styles*/
.WhiteText
{
	color: White;
}
.SmallWhiteText
{
	font-size: 0.8em;
	font-weight: bold;
	color: White;
}
.SmallGreyText
{
	font-size: 0.9em;
	color: #555;
}
.SmallLightGreyText
{
	font-size: 0.9em;
	color: #aaa;
}
.FixedSmallLightGreyText
{
	font-size: 11px;
	color: #aaa;
}
.GreyTextLink
{
	color: #555;
}
.LightGreyTextLink
{
	color: #aaa;
}

.ClaretText
{
	color: #891536;
}
.GreenText
{
	color: #454D52;
}
.columnlink
{
	padding:7px 5px 7px 7px;
	font-size:0.9em;
	border-top:solid 1px #cccccc;
}
.greencolumnlink
{
	padding:7px 5px 7px 7px;
	font-size:0.9em;
	border-top:solid 1px #cccccc;
	background-image: url(../images/dgreen_col_mid1.gif);
	background-repeat: repeat-y;
}
.firstcolumnlink
{
	padding:7px 5px 7px 7px;
	font-size:0.9em;
}
.linkulist
{
	padding: 0px 0px 0px 1em;
	margin: 0px 0px 0px 1em;
}
.ClaretColumn
{
	background-color: #891536;
	background-image: url(../images/claret_col_mid.gif);
	background-repeat: repeat-y;
	color: White;
}
.GreenColumn
{
	background-color: #454D52;
	background-image: url(../images/dgreen_col_mid1.gif);
	background-repeat: repeat-y;
	color: White;
}
.LightGreenColumn
{
	background-color: #7DA0A4;
	background-image: url(../images/lgreen_col_mid.gif);
	background-repeat: repeat-y;
	color: White;
}
.noborderpadding
{
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}
.journeynav
{
	border-width: 0px;
	padding: 0px 0px 2px 3px;
	margin: 0px;
}
.ContentDiv
{
	width:465px;
	text-align:left;
	padding-left:6px;
	padding-top:11px
}
.clickable
{
	cursor: hand;
}

/*CMS styles*/
.searchresulttable
{
}
.searchresulttablehead
{
	font-weight: bold;
	line-height: 2em;
	border-bottom: solid thick red;
}
.sitemaplink
{
	font-size: 1em;
}

/*typography*/
a
{
	text-decoration: none;
}
a:link
{
	color: #730F2B;
}
a:visited
{
	color: #730F2B;
}
a:active
{
	color: #891536;
}
a:hover
{
	text-decoration: underline;
}
h1
{
	color: #891536;
	font-size: 1.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em; /*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
}
h2
{
	color: #891536;
	font-weight: bold;
	font-size: 1.0em;
	margin: 0;
}
h3
{
	color: #891536;
	font-weight: bold;
	font-size: 1.0em;
	margin: 0em;
}
h4
{
	color: #891536;
	font-size: 1.2em;
	margin: 1.2em 0em 0em 0em;
	font-weight: bold;
}
h5
{
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h6
{
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
img
{
	border: 0;
}
ol, ul, li
{
	font-size: 0.95em;
}
table, th, td
{
	font-size: 1em;
	text-align:left;
}
li > p
{
	margin-top: 0.2em;
}
pre
{
	/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
}
strong, b
{
	font-weight: bold;
}
hr 
{
	color:#891536;
	height:1px;
}


/* link styles */
a.whitelink:link
{
	color: #ffffff;
	text-decoration: none;
}
a.whitelink:visited
{
	color: #ffffff;
	text-decoration: none;
}
a.whitelink:hover
{
	color: #ffffff;
	text-decoration: underline;
}
a.whitelink:active
{
	color: #ffffff;
	text-decoration: underline;
}

/*h1
{
	color: #891536;
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;
}
h2
{
	color: #891536;
	font-weight: bold;
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
}
h3
{
	color: #891536;
	font-weight: bold;
	font-size: 1.3em;
	margin: 1.2em 0em;
}*/
