body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
H1 /* Used Page Title */
{
	font-size: large;
	color: #7480aa;
	font-variant: small-caps;
	vertical-align:top;
	margin-bottom: 0px;
}
H2 /* Used in teaser header */
{
	margin-bottom: 0px;
}
H3 /*Used in FAQ Questions*/
{
	margin-bottom: 0px;
	font-size: small;
	color: blue;
	font-variant: small-caps;
}
.BannerSpacing
{
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 5px;	
}
.BannerSpacer
{
	width: 160px;
}
.Banner150x50
{
	margin-top: 10px;
	margin-left: 10px;
	border-right: #666699 3px solid;
	border-top: #666699 3px solid;
	
	border-left: #666699 3px solid;
	width: 150px;
	border-bottom: #666699 3px solid;
	height: 50px;
	background-color: gainsboro;
	margin-top: 10px;
	margin-left: 10px;
}
.Banner150x150
{
	border-right: #666699 3px solid;
	border-top: #666699 3px solid;
	margin-top: 5px;
	border-left: #666699 3px solid;
	width: 150px;
	border-bottom: #666699 3px solid;
	height: 150px;
	background-color: gainsboro;
}
.Banner150x300
{
	border-right: #666699 3px solid;
	border-top: #666699 3px solid;
	margin-top: 5px;
	border-left: #666699 3px solid;
	width: 150px;
	border-bottom: #666699 3px solid;
	height: 300px;
	background-color: gainsboro;
}
/*>>>>>>>>>>Lines on either side of content<<<<<<<<<*/
.imgLineSpacer
{
	margin-left: 2px;
}
.LineColor
{
	background-color: #6699ff;
}
/*____________________End Line Section__________*/

.ContentSection
{
	width: 585px;
}
.hlAdmin /* Little Icon To get to Admin*/
{
	margin-left: 90%;
	position: relative;
}

.MainTable
{
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	top: 0px;
	border-collapse: collapse;
	height: 100%;
	border-bottom-style: none;
}

/*Font Styles*/
.Title
{
	font-size: x-large;
	color: mediumblue;
}
.PageTitle
{
	font-size: large;
	color: #7480aa;
	font-variant: small-caps;
	vertical-align:top
}
.SubTitle
{
	font-size: medium;
	color: mediumblue;
}
.SmallCapsSmall
{
	font-size: small;
	color: blue;
	font-variant: small-caps;
}
.ErrorMedium
{
	font-weight: bold;
	font-size: medium;
	text-transform: capitalize;
	color: red;
}
.TextBody
{
	margin-top: 60px;
	margin-left: 35px;
	margin-right: 15px;
	width: 500px;
	vertical-align:top
}

.ImageInTextRight
{
	clear: none;
	float: right;
	margin: 5px 0px 5px 5px;
	text-align: center;
	
}
.ImageInTextLeft
{
	clear: none;
	float: left;
	margin: 5px 0px 5px 5px;
	text-align: center;
}




/*>>>>>>>>>>>>>>>Login Page Table<<<<<<<<<<<<<<<<<*/
.LoginMain
{
	margin-top: 10%;
	margin-left: 20%;
	cursor: auto;
}
/* ______________End Login_____________________*/






/*>>>>>>>>>>>>>>>>>>>>Navigation<<<<<<<<<<<<<<*/
.MainNavTable
{
	margin-top: 50px;
}

#navigation a:link, #navigation a:visited
{
	border-top: #ffffff 1px solid;	
	border-left: #ffffff 1px solid;
	
	border-bottom: #717171 1px solid;
	border-right: #717171 1px solid;
	
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	text-transform: none;
	
	width: 122px;
	color: black;
	margin-right: 2px;
	padding-top: 3px;
	
	height: 22px;
	background-color: gainsboro;
	font-variant: small-caps;
	text-decoration: none;
}
#navigation a:hover
{
	border-right: #ffffff 1px solid;
	border-top: #717171 1px solid;
	border-left: #717171 1px solid;
	width: 122px;
	border-bottom: #ffffff 1px solid;
	height: 22px;
	font-variant: small-caps;
}
/*____________________End Navigation_____________________*/

/*>>>>>>>>>>>>>>>>Used in Application Details<<<<<<<<<<<<*/
.pnlBodyText
{
	width: 585px;
	margin-left: 20px;
	margin-right: 20px;
}
/*_________________End Application Details_________________

/*>>>>>>>>>>>>>>>>>>>>>>>>>>Teasers<<<<<<<<<<<<<<<<<<<<<<<<*/


.TeaserTable
{
	
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	margin-top: 50px;
	margin-left: 10px;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
}

.TeaserHeader
{
	background-color: #6699ff;
}
/*____________________End Teaser_________________*/





.StrikeOut
{
	text-decoration: line-through;
}


