﻿/*GENERAL STYLES
----------------------------------------------------------------------------*/
body	{ 
	text-align: center;
	margin: 0; padding: 0;
	font-family: Arial;  font-size: 11px;
	
}
h1	{
	font-size: 13px; font-weight: bold;
	margin: 0px; padding: 0px;
}

#container	{ 
	margin: auto; padding: auto;
	width: 757px; height: 110%;
}

#leftcontent	{
	width: 200px; 
	text-align: center;
	float: left;
	font-size:12px;
}
#rightcontent	{

	padding-left: 7px;
	width: 550px; float: right;
	text-align: left;
	font-size: 12px; font-family: Arial;
}

/* This is for the template_search_results.asp page ONLY */
#content	{
	padding-left: 7px;
	width: 100%; float: right;
	text-align: center;
	font-size: 11px; font-family: Arial;
}
/* This is for the template_search_results.asp page ONLY */

#loginbox	{
	margin: auto; font-family: Arial; font-size: 12px;
}

#footer	{
	font-size:12px;width: 757px;text-align: center; clear:right;
}

#header	{ 
	font-size: 11pt; font-weight: 700; color:#003366; text-align:left; 
}

#text { 
	Font-Family:Arial; Font-Size:9pt; Font-Color: #000000; text-decoration: none; font-weight: 400
}

#searchresults	{
	width: 770px; 
	border-top: 1px dotted #CCCCCC;	
	border-right: 1px dotted #CCCCCC;
	border-left: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;	
	text-align: left;
	font-face: Arial; font-size: 11px; 
}

#searchresults_td	{
	border: 1px dotted #CCCCCC; 

}