/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #103463;
	padding:0;
	text-align: center;
}

#container {
	width: 0 auto;

}
a:link {
	color: #1C65C4;
}
a:visited {
	color: #844FA2;
}
a:hover {
	color: #9ECCE2;
	background-color: #B00003;
	text-decoration: none;
}

/* header holds the logo and the intranet home logo */
#header {
	display:none;
}

#logo  {
	display:none;
}
/* Homepage table layout */
#hometable {
	background-color: #FFFFFF;
	margin: 0 25px 25px 25px; 
	border:3px solid #FF0000;
	padding-top:3px;
	clear:both;
}
#hometable td{
	text-align:center;	
	font-size: 75%;
}
#hometable li {
	text-align:left;
	list-style-type: none;
	list-style-position: outside;
	margin: 0 2px 2px -18px;
	padding: 0 2px 2px -18px;
}

/* content wrapper holds the subnav and the content */

#contentwrapper {
	clear:both;

}

/* subnav holds the section img and links */

#subnav  {
	display:none;
}

/* content holds the text of the page */
#content {
	clear:both;
	width: 90%;
	text-align:left;
	margin:0 auto;
}
#content p{
	margin:0 0 6px 0;
	padding:0px;
	font-size: 75%;
}
#content ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#content ul li {
	font-size: 75%;
	padding:0 0 3px 30px;
	background-image: url(../images/gifs/bullet.gif);
	background-repeat: no-repeat;
	background-position: 20px .5em;
}
#content ol li {
	font-size: 75%;
	margin: 0 0 4px 0;
	padding: 0 0 4px 0;
}
#content h1 {
	font-size: 100%;
}
#content h2 {
	margin:0;
	padding:5px 0 5px 0;
	font-size: 90%;
}
#content h3 {
	font-size: 80%;
	margin-bottom: 0px;
}
#highlight {
	float:right;
	margin:0 10px 2px 3px;
	text-align:right;
	width:200px;
	color:#666666;
}
#highlight p{
	font-size:70%;
	padding:2px;
}

#highlightleft {
	float:left;
	margin:0 10px 2px 3px;
	text-align:left;
	width:200px;
	color:#666666;
}
#highlightleft p{
	font-size:70%;
	padding:2px;
}
#biowrapper {
	width: 90%;
	background-image:url(../images/gifs/bio_hr.gif);
	background-repeat:no-repeat;
	background-position:265px 0;
	/* padding:10px 0 20px 15px; */
	padding-top:0px;
	margin-top:20px;
}
#biowrapper h2 {
	margin-top:10px;
	padding-top:12px;
}
.biopic {
	float:left;
	margin:0 10px 2px 50px;
	border:2px solid #B00003;
}
.borderedpic{
	border:2px solid #B00003;
}

/* special classes */

/* The HollyHack, used to address IE6's peekaboo bug which one sees when there's a floated element, followed by a non-float, followed by a cleared element. here, it's the subnav ul
i think you could also make the cleared element absolute, but that would take it out of the flow...
http://www.positioniseverything.net/articles/hollyhack.html#haslayout
*/

/* Hides from IE5-mac \*/
* html .buggybox {height: 1%;}
/* End hide from IE5-mac */
.invisible {
	display:none;
}
.copyright {
	color:#666666;
	font-size:70%;
	text-align:right;
	clear:both;
}
.copyright a{
	color:#666666;
}
