/* TPAT Template CSS Document
	(c)2006 TechTriad, Inc. */
	
body	{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	background-image: url(../images/backgrounds/stripes.gif);
}

/**** ----DIV STYLES----****/
#container	{
	clear: both;
	float: none;
	width: 760px;
	margin: 0px auto;
	text-align:left;
	background-color: #FFFFFF;
}

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

#dynamicnav	{
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 0px;
	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;
	background-image: url(../images/header/topleftblue.gif);
	background-repeat: repeat-x;
	margin: 0px;
}

#leftcolumn	{
	width: 177px;
	font-size: 12px;
}

#content	{
	margin-left: 5px;
}
#newscolumn {
	float: right;
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 15px;
	padding-top: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9D6911;
}


#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----****/

#topnav p	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#dynamicnav p	{
	margin: 0px;
}
#leftcolumn p	{
	font-size: 12px;
	margin-top: 3px;
	margin-bottom: 3px;
}
#content p	{
	font-size: 14px;
	margin-top: 12px;
	margin-bottom: 12px;
	line-height: 18px;
	margin-right: 6px;
	margin-left: 6px;
}
#footer p	{
}
#leftcolumn h1	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: 600;
	color: #666666;
	margin-bottom: 6px;
	line-height: 22px;
}
#leftcolumn h2	{
	font-size: 12px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-weight: normal;
	line-height: 18px;
	margin-left: 2px;
}
#content h1	{
	color: #666666;
	font-size: 24px;
	font-weight: 700;
	text-transform: none;
	letter-spacing: 1px;
	margin-bottom: 6px;
	margin-top: 10px;
	font-variant: small-caps;
}
#content h2	{
	margin-top: 10px;
	margin-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #3E510F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3E510F;
	font-weight: 200;
	margin-left: 6px;
}
#content h3	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	margin-top: 12px;
	margin-bottom: 6px;
	font-weight: 200;
}
#content h4	{
	color: #9D6911;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 18px;
	margin-bottom: 6px;
	margin-left: 6px;
}
#content h5	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #3E510F;
	margin: 6px 0px 0px 6px;
	line-height: 16px;
	text-transform: uppercase;
}
#content h6 {
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	color: #3E510F;
	font-size: 14px;
	text-indent: 15px;
	line-height: 16px;
	font-style: normal;
}

#content ul	{
	margin-top: 6px;
	margin-bottom: 0px;
}

#content li	{
	font-size: 14px;
	list-style-type: disc;
	margin-left: -10px;
}
#newscolumn h1	{
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 200;
	margin-top: 0px;
	margin-bottom: 6px;
}
#newscolumn h2	{
}
#newscolumn p	{
	margin-top: 0px;
	margin-bottom: 8px;
	font-size: 11px;
}

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

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

#leftcolumn a:link, #leftcolumn a:visited	{
	color: #333333;
	text-decoration: none;
}
#leftcolumn a:hover	{
	color: #9D6911;
	text-decoration: underline;
}
#leftcolumn h1 a:link, #leftcolumn h1 a:visited	{
}
#leftcolumn h1 a:hover	{
}
#leftcolumn h2 a:link, #leftcolumn h2 a:visited	{
	color: #333333;
	text-decoration: underline;
}
#leftcolumn h2 a:hover	{
	color: #990000;
	text-decoration: none;
}

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

#newscolumn a:link, #newscolumn a:visited	{
	color: #333333;
	text-decoration: underline;
}
#newscolumn a:hover	{
	color: #9D6911;
	text-decoration: none;
}

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


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


textarea.arial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input	{
	font-size: 12px;
}

input.green {
	background-color: #98B7C4;
	font-weight: bold;
	font-size: 11px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
input.small {
	background-color: #fff; 
	font-size: 11px;}

 fieldset	{
	border: 1px solid #C3D1BD;
	width: 275px;
	font-size: 11px;
}

legend
{
	color: #333333;
	border: 1px solid #98B7C4;
	padding: 2px 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
img	{
}
.dash	{
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #E1E1E1;
}
