/*  
/////////////////////////////////////////
//  TPAT Homepage
//  (c)2006 TechTriad, Inc. http://techtriad.com
/////////////////////////////////////////
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}
#container {
	clear: both;
	float: none;
	width: 760px;
	margin:0px auto;
}

/* DIV STYLES */
#topnav	{
	width: 770px;
	font-size: 11px;
}
#content	{
	width: 760px;
}
#content p {
	margin: 2px 0px 0px;
	font-size: 12px;
	color: #666666;
}
#content h1	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 6px;
}
#content h2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#content blockquote	{
	margin-top: 0px;
	margin-right: 50px;
	margin-left: 30px;
	text-align: justify;
}

#lownav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: center;
	width: 760px;
}
#footer	{
	width: 760px;
	font-size: 11px;
	color: #333333;
	padding-top: 20px;
	text-align: center;
}
#footer p	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
	padding-top: 20px;
}


/* LINKAGE */
#topnav a:link, #topnav a:visited {
	color: #666666;
	text-decoration: none;
}
#topnav a:hover {
	text-decoration: underline;
	color: #B50031;
}
#content a:link, #content a:visited	{
}
#content a:hover	{
}
#lownav a:link, #lownav a:visited	{
	color: #666666;
	text-decoration: underline;
}
#lownav a:hover	{
	color: #CC0000;
	text-decoration: none;
}

#footer a:link, #footer a:visited	{
	color: #666666;
	text-decoration: underline;
}
#footer a:hover	{
	color: #CC0000;
	text-decoration: none;
}
.caption a:link, .caption a:visited	{
	color: #5A5B5E;
	text-decoration: underline;
}
.caption a:hover	{
	color: #3F5B78;
	text-decoration:none;
}

/* TYPOGRAPHY */
.caption	{
	font-size: 11px;
	color: #5A5B5E;
	text-align: center;
}

/* FORMS */
form	{
	margin: 0px;
}
input	{
	font-size: 11px;
}
legend	{
}
fieldset	{
}
