/* TPAT Template CSS Document
	(c)2006 TechTriad, Inc. */
	
body	{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
}

/**** ----DIV STYLES----****/
#container	{
	clear: both;
	float: none;
	width: 760px;
	margin:0px auto;
}

#topnav	{
	width: 760px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100px;
}

#dynamicnav	{
	text-align: center;
	font-size: 11px;
	color: #6B1024;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E1E1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
}

#leftcolumn	{
	width: 177px;
	font-size: 12px;
}
#centercolumn	{
	padding-left: 10px;
}
#centercolumn li {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#centercolumn ul {
	margin-top: 0px;
	margin-bottom: 12px;
}

#rightcolumn	{
	padding-left: 10px;
}

#footer	{
	width: 100%;
	font-size: 11px;
	color: #999999;
	padding-top: 20px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C3D1BD;
}




/**** ----TYPOGRAPHY----****/

p	{
	font-size: 13px;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 12px;
}
#topnav p	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#dynamicnav p	{
	margin: 0px;
	font-size: 11px;
}
#leftcolumn p	{
	font-size: 12px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#centercolumn p	{
	font-size: 14px;
	margin-top: 6px;
	margin-bottom: 6px;
	line-height: 18px;
}
#bio	{
	font-size: 14px;
	margin-top: 6px;
	margin-bottom: 6px;
	line-height: 18px;
	padding-left: 10px;
}
#rightcolumn p {
	font-size: 14px;
	margin: 2px 0px;
}

#bio p {
	font-size: 14px;
	margin-right: 5px;
}

#footer p	{
}
h1	{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #3F5B78;
	margin-bottom: 0px;
	font-weight:normal;
	margin-top: 0px;
}
h2	{
	font-size: 18px;
	color: #3F5B78;
	margin-bottom: 0px;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-weight:normal;
}
h3	{
	font-size: 14px;
	color: #3F5B78;
	text-transform: none;
	margin-top: 6px;
	margin-bottom: 0px;
	font-family: "Times New Roman", Times, serif;
}
ul	{
	margin-top: 0px;
}
li	{
	font-size: 14px;
	margin-left: -20px;
}

/**** ----LINKAGE----****/

#dynamicnav a:link, #dynamicnav a:visited	{
	color: #666666;
	text-decoration: underline;
}
#dynamicnav a:hover	{
	color: #990000;
	text-decoration: none;
}

h1 a:link, h1 a:visited	{
}
h1 a:hover	{
}
h2 a:link, h2 a:visited	{
	color: #333333;
	text-decoration: underline;
}
h2 a:hover	{
	color: #990000;
	text-decoration: none;
}
a:link, a:visited	{
	color: #333333;
	text-decoration: underline;
}
a:hover	{
	color: #CC0000;
	text-decoration: none;
}
#centercolumn a:link, #centercolumn a:visited	{
	color: #3F5B78;
	text-decoration: none;
}
#centercolumn a:hover	{
	color: #3E510F;
	text-decoration: underline;
}

#footer a:link, #footer a:visited	{
	text-decoration: none;
	color: #999999;
}
#footer a:hover	{
	color: #CC0000;
	text-decoration: underline;
}


/**** ----TAGS----****/
form	{
	margin: 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

legend	{
}

fieldset	{
}
img	{
}
img.border {
	border: 1px solid #3F5B78;
}
