﻿<!--

/* Ponder Pro Serve */
/* Coded by Michael Amburgey - www.creative-clarity.com */
/* © 2007-2008 All Rights Reserved */


body {
	background-color:#E4E4E4;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
    font-size: 11px;
}

.header {
	border-top: 2px solid #243E90;
	border-bottom: 2px solid #243E90;
	background-color: #FFFFFF;
}

#container {
	padding: 0px;
	margin: 20px 0 20px 0;
	}

#miniflex {
	width: 100%;
	float: left;
	font-size: small; /* could be specified at a higher level */
	margin: 0;
	padding: 0 0 0 0;
	border-bottom: 5px solid #6ad0de;
	}

#miniflex li {
	float: left;
	margin: 0; 
	padding: 0;
	display: inline;
	list-style: none;
	}
	
#miniflex a:visited {
	float: left;
	font-size: 85%;
	line-height: 20px;
	font-weight: bold;
	margin: 0 10px 0 10px;
	text-decoration: none;
	color: #4068b2;
	}

#miniflex a:link {
	float: left;
	font-size: 85%;
	line-height: 20px;
	font-weight: bold;
	margin: 0 10px 0 10px;
	text-decoration: none;
	color: #4068b2;
	}

#miniflex a:hover {
	border-bottom: 4px solid #f6861f;
	padding-bottom: 2px;
	color: #000000;
	}

#miniflex a.active:visited {
	border-bottom: 4px solid #6ad0de;
	padding-bottom: 2px;
	color: #000000;
	}

#miniflex a.active:link {
	border-bottom: 4px solid #6ad0de;
	padding-bottom: 2px;
	color: #000000;
	}

.logo {
	margin: 5px;
}

.main {
	border-top: 3px solid #243E90;
	border-bottom: 5px solid #243E90;
	background-color: #FFFFFF;
}

.content {
	border-bottom: 5px solid #243E90;
	background-color: #FFFFFF;
}

td.td_navstyle {
	vertical-align: top;
	padding: 3px;
	border-top: 0px solid #000000;
	border-bottom: 1px solid #000000;
	color: #000000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	padding: 4px;
	margin: 4px;
}

td.headline {
	color: #243E90;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

a:visited {
	color: #243E90;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	font-weight: bold;
}

a:link {
	color: #243E90;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	font-weight: bold;
}

td.headline {
	color: #243E90;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: underline;
	font-weight: bold;
}

th.th_navstyle {
	font-weight: normal;
	color: #243E90;
	width: 100%;
	padding: 3px;
	display: inline;
	text-align: left;
}

table.nav {
	width: 100%;
	background-color: #FFFFFF;
	color: #243E90;
	border: 0px solid #FFFFFF;
}
div.switchcontent {
/*	border-top: 2px solid #3399FF;
	border-bottom: 2px solid #3399FF;
	background-color: #99CCFF; */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	text-align: left;
	margin: 4px;
	display: inline; 
}

div.pps_tool_helper {
	border: 4px solid #666666;
	padding: 4px;
	background-color: #FFFFFF;
	border-style: double;
	height: 160px;
}

div.featured_software {
	border-top: 3px solid #6ad0de;
	border-bottom: 3px solid #6ad0de;
	background-color: #c7eff5;
	width: 100%;
}

h2 {
	margin-top: 10px;
	display: inline;
	text-align: center;
}

h3 {
	margin-top: 10px;
	display: inline;
	text-align: left;
}

-->