/*****************************************************
NOTE:
The pages in the minisite use a combination of the constant.css and a dynamic css sheet created by main.css.aspx.
Anything that is uneditable will be included in this .css.
Anything editable will be created on the fly by main.css.aspx.

For example, the body tag here gets a margin, and in main.css.aspx, it gets its color.
*/

body {margin:8px;}

.heading
{
	FONT-WEIGHT:bold;
	FONT-SIZE:14px;
}

.headline 
{
	line-height: 16px;
	text-transform: uppercase; 
	font-weight: bold;
}

.bodyBorder {
	border-left: 2px solid #999999;
	border-top: 2px solid #999999;
	padding:40px;
}

a:link  { text-decoration: underline; }

a:visited { text-decoration: underline; }

a:hover { text-decoration: none; }


td.nav  {
	border-bottom: 1px solid #6A6A6E;
	vertical-align: top;
	height: 22px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	padding-left:20px;
}

td.nav a:link  { text-decoration: none; }
td.nav a:visited  { text-decoration: none; }
td.nav a:hover  { text-decoration: underline; }

.image  {
	margin-left:15px;
	margin-bottom:10px;
}

ul	{
	margin-left:15px;
}

.sbttn	{
	border-color: #fff; 
	border-width: 1; 
	font-family: arial; 
	font-size: 12px; 
	background-color: #999999; 
	color: white;
	text-decoration:none;
	cursor: hand;
}

.form	{
	border-color: #666666; 
	border-width: 1; 
	border-style: solid; 
	font-family: arial; 
	font-size: 12px;
}

.footernav		{
	COLOR:#ffffff;
	FONT-FAMILY:tahoma,verdana;
	FONT-SIZE:9px;
	line-height:15px;
}

.footernav a:link {color:#ffffff; text-decoration:none;}
.footernav a:visited {color:#ffffff; text-decoration:none;}
.footernav a:hover {color:#ffffff; text-decoration:none;}

.right	{
	padding-right:10px;
	padding-left:10px;
	padding-top:10px;
	border-top: 2px solid #999999;
}