/* CSS Document */
/* Home Page Formatting */
/*
	author: bdpoty
	last modified: 8/2007 by BJM (bdkmill)

*/
body {
	color: #000000;
	background : #6699cc url(/graphics/bkgrnd800abo.gif) repeat-y top center; 
	border: 2em;
	width: 960px;
	margin: 0 auto;
	text-align: center;  /* win ie5.5 center content box [wrapper div is part 2] hack part 1*/
}

a {
	text-decoration: none;
}

homelinks { 	
	color: white;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

a.homelinks:link { 
	color: white; 
}

a.homelinks:visited { 
	color: white; 
}

a.homelinks:hover { 
	color: blue; 
}

a.homelinks:active { 
	color: white; 
}

p  {
	font-size : 14px;
	font-family : "Times New Roman", Times, serif;
	font-weight : normal;
}

/* layout rules */
.nav {
/* navigational lines (used with <div class="">) */
	position: relative;
	width:150px;
	height: 200px;
	left: 10%;
	top: 25px;
	font-size : 10px;
	font-family: Arial, Helvetica, Geneva, sans-serif;	
}

#footer {
	padding: .5em;
	margin: 0 auto;
	text-align: center;
}

.notation  {
	/* for document notation in bullet lists (use with <span class="">) */
	color : #000000;
	font-size : 12px;
	font-weight : normal;
}

ul  {
    /* for list of publications */
    list-style : square;
    font-size : 12px;
    color : #000066;
    /* blue */
    font-weight : bold;
    font-family : Arial, Helvetica, Geneva, sans-serif;
    text-align: left;
}

ul a:link  {
	/* links within lists will be underlined */
	text-decoration : underline;
}

ul a:visited  {
	/* links within lists will be underlined */
	text-decoration : underline;
}

dl  {
	font-size : 14px;
	font-family : "Times New Roman", Times, serif;
	font-weight : normal;
}

dl a:link  {
	/* links within lists will be underlined */
	text-decoration : underline;
}

dl a:visited  {
	/* links within lists will be underlined */
	text-decoration : underline;
}

/* bullet list ids*/
#bullet  {
	/* black square ul */
	list-style : square;
	color : #000000;
	font-weight : normal;
}

#circle  {
	/* open cirle ul */
	list-style : circle;
	color : #000000;
	font-weight : normal;
}

td  {
	font-size : 12px;
	font-family : Arial, Helvetica, Geneva, sans-serif;
}

td a:link  {
	text-decoration : none;
}

td a:visited  {
    text-decoration : none;
    font-style: normal;
    font-size: 12px;
    font-weight: normal;
}

th  {
	font-size : 14px;
	font-weight : bold;
	font-family : Arial, Helvetica, Geneva, sans-serif;
}

.indented  {
	margin-left : 5%;
}

#dlink {
	font-family : Arial, Helvetica, Geneva, sans-serif; 
	font-size:small;
}

/* positioning ids */
#banner {
	position:absolute;
	top:3px;
	height:40px;
	width:448px;
	left: 12px;
}

#main {
	position:absolute;
	top:318px;
	left: 321px;
	}

#footerlinks {
	position:relative; 
	top:0;
}

a.funclinks:link {
	color: White;
}

a.funclinks:visited {
	color: White;
}

a.funclinks:hover {
	color: Navy;
}

a.funclinks:active {
	color: Navy;
}

a.funcsublinks:link {
	color: Green;
}

a.funcsublinks:visited {
	color: Green;
}

a.funcsublinks:hover { 
	color: blue; 
}

a.funcsublinks:active {
	color: Green;
}

h5 { 
	color: #660000; 
}

h3 { 
	color: #660000;
	font-size: .8em; 
}

.style2 {
	color: #FF0000;
	font-size:14px;
}

.style3 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.style9 {
	color: #314E9B;
}

.style11 {
	color: #FF0000;
	font-weight: bold;
	font-style: italic;
}

.new {
	color: #FF0000;
	font-style:italic;
}

.styleLocal {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 16pt;
}
	
