/* CSS Document 
**************************
DECEMBER 10, 2004 Version
**************************/

body {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

.container { 
    width: 100%;
	margin: 0;
	padding: 0;
	background-image: none;
}
#top-border {
	width: 100%;
	background-image: none;
	border-bottom: 1px solid #000;
}
#top-border-home {
	display: none;
}
#header { 
	padding: 0;
	background-image: none;
	height: auto;
}	
#header h1 {
	width: 60%;
	padding: 5px 0;
	background-color: #FFF;
	color:#000;
}	
#header h2 {
	margin: 0;
	padding: 5px 5px 0 5px;
	width: 30%;
	background-color: #FFF;
	color: #000;
	text-align: left;
	border-left: 1px solid #000;
}
#header h3 {
	padding: 0;
	margin: 0 0 1.5em 0;
	font-weight: normal;
	color: #000;
}
#body { 
	padding: 0;
	background-image: none;
	border-top: 1px solid #000;
}
#footer {
	width: 100%;
	padding: 0;
	background-image: none;
	border-top: 1px solid #000;
}

.column1 {
	border: none;
}
.column2a {
	width: 35%;
	border: none;
	padding-left: 0;
}
.column2b {
	margin-left: 40%;
	padding: 2em 0 10px 3%; 
	border: none;
}
ul.nav-vertical li {
	border-bottom: none !important;
	border-top: none !important;
    color: #000;
}
ul.nav-vertical li a { 
	text-decoration: underline;
    color: #000;
    padding: .2em 0;
	margin: 0;
}
li.indent20px a {
	text-decoration: underline;
    color: #000;
}
li.indent40px a {
	text-decoration: underline;
}
.nav-horizontal {
	background-color: #FFF;
	background-color: #FFF;
	border: none;
	border-bottom: 1px solid #000;
}
.nav-horizontal ul {
	background-color: #FFF;
	border: none;
}
.nav-horizontal li a {
	background-color: #FFF;
}
.nav-horizontal a {
	background-color: #FFF;
}
.nav-horizontal li a:link {
	background-color: #FFF;
}
.nav-horizontal li a:visited {
	background-color: #FFF;
}

/* Redefined HTML tags */
h1 {
	font-weight: normal;
	color: #000;
}	
h2 {
	font-weight: normal;
	color: #000;
}	
h3 {
	font-weight: normal;
	color: #000;
}
h4 {
	font-weight: normal;
	color: #000;
} 	
h5 {
	font-weight: normal;
	color: #000;
} 	
p {
	color: #000;
	line-height: 1.4em;
}
.column2a p {
	font-size: 1.2em;
}
.circle {
	list-style-type: circle;
	list-style-image: none;
}
.circle ul {
	list-style-type: circle;
	list-style-image: none;
}
.star {
	list-style-type: circle;
	list-style-image: none;
}
.star ul {
	list-style-type: circle;
	list-style-image: none;
}
.square {
	list-style-type: circle;
	list-style-image: none;
}
.word {
	list-style-type: circle;
	list-style-image: none;
}
.word ul {
	list-style-type: circle;
	list-style-image: none;
}
.zip {
	list-style-type: circle;
	list-style-image: none;
}
.zip ul {
	list-style-type: circle;
	list-style-image: none;
}
.pdf {
	list-style-type: circle;
	list-style-image: none;
}
.pdf ul {
	list-style-type: circle;
	list-style-image: none;
}
.arrow {
	list-style-type: circle;
	list-style-image: none;
}
.arrow ul {
	list-style-type: circle;
	list-style-image: none;
}
.doublearrow {
	list-style-type: circle;
	list-style-image: none;
}
.doublearrow ul {
	list-style-type: circle;
	list-style-image: none;
}

/*Odds and ends styles*/
a:visited {
	color: #000;
	text-decoration: underline;
}
a:link {
	color: #000;
	text-decoration: underline;
}
.figure {
	float: right;
	width: 387px;
	margin: 0 0 10px 0;
	background-color: #FFF;
	padding: 5px;
	border: none;
}
div.figure img { 
 	border: 1px solid #000;
	margin-bottom: 5px;
} 
.hide4printing {
	display: none;
}
#title-image {
	padding-left: 0;
}
#top-border-home {
	width: 100%;
}
.top {
	display: none;
}