/* 
author:		jason gonzales
created:		11.03.2008
updated:		11.03.2008
file:			csscontactus.css
description:	CSS file that handles layout of the contact us web site
*/

table	{
		  width:			600px;
		  border:	thin solid #820015;
		  border-collapse:	collapse;
		  margin-left:auto;
		  margin-right:auto;
}

.emailHandler	{
				  border-style:	none;
}

.emailHandler th	{
					border-style:	none;
}

.emailHandler td	{
					border-style:	none;
}

th	{
	  text:		#820015;
	  text-align:	left;
}

th, td	{
		  border:	thin dotted #820015;
		  font-size:	small;
		  padding:	2px;
}

#rightSidebar p	{
	  		font-size:	small;
}
