/*Layout*/

body {
text-align:center; /*center hack*/
}
#wrap {
	width:585px; /*center hack*/
	margin:0 auto; /*center hack*/
	text-align:left;
}
#header {
	background-image:url(images/print.gif); width:500px; height:100px;
	margin:0px;}
#main {
	}
#left {
	width:150px;
	float:left;
	margin-top: 10px;
	display:none
}
#centre {
	width:385px;
	float:left;
	margin-right: 20px;
	margin-left:0px;
}
#right {
	width:180px;
	float:left;
	margin-right: 10px;
	margin-top: 60px;
}
#footer {
clear:both;
}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;/* 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: #333333;
	background-color: #FFFFFF;
	}
#content {
	margin: 0em;
	padding: 4em 6em 2em 6em;/* use padding instead of margin for multicolumn layouts because of a really odd ie5pc bug where it sometimes relates the width of an unrelated menu div to this div. i'll, uh, write about that somewhere. it was hard to figure out what was causing it, so i want this note here to remind me. */
	}
	
#wrap {
	background-image:url(images/transparent.gif);
	background-repeat: repeat-y;
	border: 2px solid #FFFFFF;
}
	
/*the following classes are to demonstrate better line heights for narrow columns*/	
.narrow1{
	width: 50%;
	line-height: 1.3em;
	}
.narrow2{
	width: 50%;
	line-height: 1.5em;
	}
		
/*typography*/
a {
	text-decoration: underline;
	color: #7D89C2;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	color: #BD0057;
	}
h1 {
	font-size: 14pt;
	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.*/
	color: #5A638C;
	}
h2 {
	font-size: 12pt;
	margin: 1em 0em;
	font-weight: bold;
	color: #82003C;
	}
h3 {
	font-size: 13pt;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h4 {
	font-size: 11pt;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 12pt;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 8pt;
	margin: 0em;
	font-weight: normal;
	background-color: #FFFFFF;
	padding: .5em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #050037;
	}
img {
	border: 0;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: 10pt;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
p {
	font-size: 10pt;
	line-height: 1.5em;
	margin: 1.2em 0em 1.2em 0em;
	}
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: 12pt;
	}
strong, b {
	font-weight: bold;
	}
	
hr {
border: 0;
color: #82003C;
background-color: #FFF;
height: 1px;
width: 75%;
text-align: center;
}
	
/*Box stuff for highlighting text blocks perhaps*/

.box1 {
	padding: 3px;
	font-size: 0.9em;

}

.box2 {
	color: #5A638C;
	font-size: 0.90em;
	padding: 4px;
	border-bottom: 1px dashed #5A638C;
	border-top: 1px dashed #5A638C;
}	
.box3 {
	font-size: 0.95em;

}


.tback {
	background-image: url(images/backgrd.png);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #FFFFFF;
}

/*Listamatic*/

#navcontainer
{
	/*avoid gap after li in ie6 by setting width*/
width: 130px;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 50px;
	display:none
}

#navcontainer ul
{
list-style-type: none;
margin-left: 0;
padding-left: 0;
}

#navlist a
{
display: block;
color: #8592BB;
padding: 1px 0 1px 8px;
}

/*boxmodel hack. http://css-discuss.incutio.com/?page=BoxModelHack SBMH*/
#navlist a { width: 114px; }

#navlist a
{
\width: 130px;
w\idth: 114px;
}

#subnavlist a
{
display: block;
color: #9C9C9C;
padding: 1px 0 1px 8px;
margin-left: 8px;
}

/*boxmodel hack. http://css-discuss.incutio.com/?page=BoxModelHack SBMH*/
#subnavlist a { width: 106px; }

#subnavlist a
{
\width: 122px;
w\idth: 106px;
}

#navlist a, #navlist a:visited,#subnavlist a, #subnavlist a:visited
{
border-left: 8px solid #CCCCCC;
background: #FFFFFF;
color: #9C9C9C;
text-decoration: none;
}

#navlist a:hover, #navlist a#current:hover
{
border-left: 8px solid #5A638C;
text-decoration: underline;
}

#subnavlist a:hover, #subnavlist a#subcurrent:hover
{
border-left: 8px solid #5A638C;
text-decoration: underline;
}

a#current, a:visited#current, a#subcurrent , a:visited#subcurrent
{
border-left: 8px solid #5A638C;
background: #BCCBF5;
color: #5A638C;
text-decoration: none;
}
