﻿body 
{
	font-family: Tahoma, Verdana, Sans-Serif, Arial;
	font-size: 12px;
	color: Black;
}

/***********************
   Hyperlink styles 
***********************/
a.small { color: #000000; text-decoration: underline; font-size: 10px;} 
a.small:hover{color: #ff0000; text-decoration: underline; font-size: 10px;}

a { color: #F99A16; text-decoration: none; } 
a:hover{color: #F99A16; text-decoration: underline;}


/***********************
   Table/Cell styles 
***********************/
td.paddedleft
{
	padding-left: 10px;
}

tr.spacer15
{
	line-height: 15px;
}


img
{
	border: 0;
}

img.SampleImages
{
	border: 0;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}


li
{
	padding-top: 4px;
}

img.XpxSpacer 
{
	width: 40px;
	height: 1px; 
}


P
{
	line-height: 20px;
	text-align: justify;
}


/*P:first-letter {
	font-family: Tahoma, Verdana, Sans-Serif, Arial;
	font-weight: bold;
	font-size: 18px;
	color: Black;
}*/


/* Horizontal Rules */
hr.graythin
{
	color: silver;
	height: 1px;
	width: 100%;
}




/***********************
	Content Classes 
***********************/

.SectionHeader
{
 background-image: url("images/BGCheckered.gif");
 background-repeat: repeat;
 color: White;
 font-family: Arial;
 font-size: 14px;
 font-weight: bold;	
 height: 18px;
}

.TextField 
{
	font-family: Tahoma, Verdana, Sans-Serif, Arial;
	font-size: 12px;
	color: Black;
}

/***********************
Errors and Warnings
***********************/

.SmallNotificationRed
{
	color: Red;
	font-size: 10px;
}

.SmallNotificationBlack
{
	color: Black;
	font-size: 10px;
}

.RequiredField
{
	color: Red;
	font-size: 12px;
	font-weight: bold;
}

.Error
{
	color: Red;
	font-size: 14px;
	font-weight: normal;
}

/***********************
	General Classes
***********************/

.FaqQuestion {	
	font-family: Tahoma, Verdana, Sans-Serif, Arial;
	font-size: 12px;
	font-weight: bold;
	color: Black;
	}
	
.FaqAnswer {
	font-family: Tahoma, Verdana, Sans-Serif, Arial;
	font-size: 12px;
	color: Black;
}

.FaqAnswerUL {
	font-family: Tahoma, Verdana, Sans-Serif, Arial;
	font-size: 12px;
	color: Black;
	margin-top: 5px;
	margin-bottom: 5px;
}

.FaqLI {
    font-family: Tahoma, Verdana, Sans-Serif, Arial;
	font-size: 12px;
	color: Black;
    padding-top: 3px;
}

.HeadingAlignLeft
{
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}


.HeadingAlignRight
{
	font-weight: bold;
	font-size: 14px;
	text-align: right;
}

.HeadingAlignCenter
{
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}



/***********************
	Master Page Styles 
***********************/
.MasterTableBase 
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 975px;
}

.MasterMainTable
{
	border: 1px solid #006600;
	margin:5;
	padding:5;
	width: 975px;
}

.MasterSeparatorCell
{
	background-image: url("images/GradientHR.jpg");
	background-repeat: no-repeat;
}

.MasterNavCell
{
	margin: 0;
	padding:0;
	vertical-align: top;
	width: 160px;
}

	
.MasterContentCell
{
	margin: 3px;
	vertical-align: top;
	width: 1009px;
}

/************************/
/************************/



/************************
The following items were used only for the splash page
when you were first starting up.
************************/

.maintable 
{
	padding: 10px;
	color: Black;
	font-family: Tahoma, Verdana, Sans-Serif, Arial;
	font-size: 12px;
	width:640px;
}

.smalltext 
{
	font-size: 10px;
}
/************************/
/************************/

.DefaultDiv
{
	margin:0 auto;
	text-align:center
}
	
#navDiv
{
	position: relative;
	width:975px;
	margin:0 auto;
}

/*#blogDiv
{
	position: absolute;
	top: 110px;
	right: 20px;
	width: 120px;	
}*/



#contentDiv
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 975px;
	margin:0 auto;
}

#subcontentDiv
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 975px;
	margin:0 auto;
}

