﻿body
{
	background-color: #e0e0e0;
	font-family: Sans-Serif; /* wasn't in design, try it out, though */
	font-size: 90%;
	color: Navy;
}

.body_style
{
	width: 970px;
	margin: auto;
	background-color: White;
	min-height: 500px;
	border-top: solid 1px White;
	border-right: solid 1px Gray;
	border-bottom: solid 1px Gray;
}

.NavigationLink
{
	color: Blue;
	text-decoration: None;
	border-bottom: dotted 1px blue;
	padding: 2px;
}
.NavigationLink:hover
{
	border-bottom: none;
	text-decoration: underline;
	background-color: rgb(255,102,0);
	color: White;
}
.NavigationLink:focus
{
	border-bottom: none;
	text-decoration: underline;
	background-color: rgb(255,102,0);
	color: White;
}
.NavigationLinkActive
{
	background-color: rgb(255,102,0);
	color: White;
	padding: 2px;
	text-decoration: none;
}

.PageMenu
{
	text-align: right;
	color: White;
	padding: 2px;
	padding-right: 4px;
	border-style: none;
}

.PageMenu a:link
{
	color: Yellow;
	text-decoration: none;
	border-style: none;
	padding: 2px;
}

.PageMenu a:visited
{
	color: Yellow;
	text-decoration: none;
	border-style: none;
}

.PageMenu a:hover
{
	background-color: rgb(255,102,0);
	color: White;
	text-decoration: underline;
	border-style: none;
}

.PageMenu a:focus
{
	background-color: rgb(255,102,0);
	color: White;
	text-decoration: underline;
	border-style: none;
}

.LoginForm_MainDiv
{
	text-align: center;
	margin-top: 50px;
}

/*****
/*****	Content
*****/

.ContentArea
{
	background-color: rgb(199,217,238);
	width: 998px;
	margin: auto;
	border-left: solid 1px white;
	border-right: solid 1px gray;
	color: Navy;
}

#CABS_PageContent
{
	margin-top: 25px;
	padding: 12px;
	color: Navy;
	font-size: 90%;
}

.LoginForm_MainContent
{
	margin-top:25px;
}

/*****
/*****	Common Page Footer
*****/

.footer_div
{
	padding-top: 24px;
	padding-bottom: 24px;
	text-align: center;
	font-size: 80%;
	clear: both;
}

.footer_container
{
}

.footer_link
{
	color: Blue;
	text-decoration: none;
	padding: 3px;
}

.footer_link:hover
{
	color: Maroon;
	text-decoration: underline;
}

/*****
/*****	For the Blog!
*****/

.BlogNavDiv
{
	float: right;
	border-top: solid 1px gray;
	border-right: solid 1px white;
	border-left: solid 1px gray;
	border-bottom: solid 1px white;
	margin: 12px;
	background-color: rgb(235,247,254);
	color: Navy;
}

.BlogTitle
{
	margin-top: 20px;
}

