﻿body {
	background-position: center;
	margin: 20px 0px 20px 0px;
	padding: 0px;
	font-family: verdana;
	color: #000000;
	background-image: url('../images/background.gif');
	background-repeat: repeat-y;
	background-attachment: fixed;
	font-size: 12px;
	text-align: justify;
}

/* Headers */

h1 {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h2 {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #8D0000;
	font-style: italic;
}

#container {
	margin: 0px auto 0px auto;
	background-image: url('../images/content_beige_3.jpg');
	background-repeat: repeat-y;
	width: 750px;
	background-color: #FFFFFF;
}

#banner	{
	border-bottom: 1px solid #333;
	background-image: url('../images/banner_anim_rounded.gif');
	background-repeat: no-repeat;
	height: 100px;
}

/* Menu Bar */

#menubar { display: none;
}

#main {
	padding-left: 10px;
}

/* Left Column */
		
#leftcol {
	float: left;
	width: 150px;
	padding-top: 1em;
}
#leftcol img {
	margin-bottom: 10px;
	border: 1px #000000 solid;
}
		
#content {
	margin: 10px 0px 10px 185px;
	width: 530px;
	line-height: 16px;
}

.phone {
	padding: 2px 0px;
	margin: 0px 0px 10px 0px;
	width: 150px;
	border: 1px outset #000000;
	text-align: center;
	background-color: #ffffff;
}
		
#footer {
	border-top: 2px solid #000000;
	clear: both;
	padding: 5px 10px 0px 10px;
	background-image: url('../images/footer_red.gif');
	background-repeat: no-repeat;
	height: 20px;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000000;
}

/* Layouts */

.centertext{
	text-align: center;
}
.lefttext {
	float: left;
}
.righttext {
	float: right;
}
.boldtext {
	color: #8D0000;
	font-weight: bold;
}
.emtext {
	font-style: italic;
}
.k9img {
	border: 1px #000000 solid;
}
acronym:hover {
	cursor: help;
}

/* Hyperlinks */

a.dotline {
	text-decoration: none;
	color: #000000;
	border-bottom: 1px #000000 dotted;
}
a.dotline:hover {
	text-decoration: none;
	color: #8D0000;
	border-bottom: 1px #8d0000 dotted;
}
a.questions {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a.questions:hover {
	text-decoration: none;
	font-weight: bold;
	color: #8d0000;
}

/* Bullets */

ul.arrow {
	list-style-image: url('../images/bullet_arrow.gif');
}
ul.paws {
	list-style-image: url('../images/bullet_paws.gif');
}

/* Open and Close Menu */

.oc_menu {
	background-position: right bottom;
	width: 90%;
	padding: 5px;
	margin: 0px auto 0px auto;
	border: 1px #000000 solid;
	background-color: #f3f3f3;
	background-image: url('../images/blocks.gif');
	background-repeat: no-repeat;
	cursor: hand;
}

.oc_menu .innerdiv{
	background: url('../images/brcorner.gif') no-repeat right bottom;
	position: relative;
	left: 6px;
	top: 6px;
	padding: 1px 4px 15px 5px;
}

.oc_menu ul {
	list-style-image: url('../images/bullet_arrow.gif');
}
.oc_menu li {
	padding-bottom: 5px;
}

/* Grey Tables */

.greytable {
	width: 100%;
	font-size: 11px;
	empty-cells: hide;
}
.greytable th {
	text-align: left;
}
.greytable tr {
	background-color: #A89C96;
}
.greytable caption {
	color: #8d0000;
	font-weight: bold;
}

