body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #B4ABA2;
	font-family: arial;
}
#container {
	width: 800px;
	text-align: left;
	border: solid 1px #000000;
	background-color: #EEE6DE;
}
#header {
	height: 102px;
	background-image: url('../images/header-logo.jpg');
}
#nav {
	margin-bottom: 4px;
	margin-top: 1px;
	border-top: #DDDDB8;
}
#nav table {
	width: 100%;
	text-align: center;
	height: 1.1em;
}
#nav td {
	padding: 5px 6px;
	background-color: #3c4e96;
}
#nav td:hover {
	background-color: #343c7b;
}
	#nav td.redalert {
		background-color: #940423;
		border-right-width: 0px;
		background-image: none;
	}
	#nav td.redalert:hover  {
		background-color: #73031b;
	}
#nav a {
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	font-size: .78em;
	text-decoration: none;
}
#nav a:hover {
	background-color: #940f423;
}
#body {
	padding: 5px 0px 0px 5px;
	_padding: -1px; /* IE Fix */
}
#bodytable {
	width: 795px;
}
/* Top Right Bottom Left */
/* Top/Bottom Right/Left */
/* Padding Shorthand     */
#sidebar {

}
	#sidebar ul {
		list-style-type: none;
		margin: 0px;
		margin-top: -5px;
		padding: 0px;
	}
	#sidebar li {                                                                                                                                    
		display: block;
		border: solid 1px #000000;
		background-color: #FFFFFF;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: .7em;
		margin: 6px;
		margin-right: 10px;
		padding: 3px 4px 6px 5px;
		font-weight: bold;
	}
	#sidebar a {
		font-weight: bold;
		text-decoration: none;
		color: #000000;
	}
	#sidebar_bottom {
		background-image: url('images/Pinney-Logo.gif');
		background-position: bottom center;
		background-repeat: no-repeat;
		height: 80px;
		padding-left: 7px;
		margin-top: 220px;
		_margin-top: 170px;
		font-size: .9em;
		margin-bottom: 8px;
	}
#content {
	border-top: solid 1px #D4C9BE;
	border-left: solid 1px #D4C9BE;
	background-color: #FFFFFF;
	/*background-image: url('images/LifeMark-logo2.jpg');*/
	background-position: 98% 100%;
	background-repeat: no-repeat;
	width: 625px;
}
#footer {
	width: 800px;
	font-size: .6em;
	padding: 2px;
	text-align: left;
	color: #FFFFFF;
}
	.footertext2 { color: #545353; }
	.footertext3 { color: #0630A0; }
/************************************
FrontPage
************************************/
#fptable {
	padding: 10px;
	width: 625px;
}
#flashintro {
	width: 350px;
}
#toolbox {
	border: solid 1px #d4c9be;
	width: 230px;
	text-align: left;
	font-weight: bold;
	line-height: 1em;
}
	#toolbox_title {
		border-bottom: solid 1px #d4c9be;
		background-color: #9B9B81;
		background-image: url('images/toolbox.gif');
		background-position: center center;
		background-repeat: no-repeat;
	}
	#toolbox_links {
		padding-right: 10px;
	}
	#toolbox ul {
		margin-top: 10px;
	}
	#toolbox li {
		padding-left: 5px;
		margin-bottom: 5px;
	}
/************************************
Content
************************************/
h1#pagetitle {
	padding: 4px;
	padding-top: 10px;
	padding-left: 10px;
	margin: 0px;
	display: block;
	background-color: #F8F2EC;
	border-bottom: solid 1px #EEE6DE;
	font-family: arial;
	font-size: .9em;
}
#content h2 {
	font-size: .9em;
	display: block;
	width: 97%;
	font-weight: bold;
	border-bottom: solid 1px #EEE6DE;
	padding: 4px;
	margin: 3px;
	margin-bottom: 0px;
}
span.pagetitle_navback {
	font-size: .8em;
	margin-right: 20px;
	padding: 0px;
	float: right;
}
#content a,a:visited,a:hover,a:active {
	text-decoration: none;
	color: #0630A0;
	font-weight: bold;
}
#content p {
	margin: 5px;
	font-size: .9em;
}
#content h2 { font-weight: 40px; margin-top: 10px; margin-bottom: 4px; }
#content ul { margin-top: 2px; margin-top: 2px; font-size: .9em;}
#content p,h2,ul { margin-left: 30px; }
#toolbox_companion {
	width: 350px;
}
.splitcolumn_ultable ul {
	margin: 5px;
}
/* Mini-div inside content that draws attention to its' content
Can be used as an infobox, advertisement, form holder, etc...
Make sure to sure to use a <center> tag to center it */
div.minidiv {
	width: 90%;
	font-size: .9em;
	background-color: #F8F2EC;
	border: solid 1px #EEE6DE;
	padding: 5px;
	margin: 10px 5px;
	text-align: left;
}
blockquote {
	margin-top: 0px;
	margin-bottom: 0px;
	border-left: solid 4px #DDDDDD;
	padding-left: 6px;
	font-size: .9em;
}
table.table {
	font-size: 1em;
}