@charset "utf-8";

html
{
	height: 100%;
	width: 100%;
	min-height: 100%;
}

body
{
	background-color: #E7DED5;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	text-align: left;
}

a:link
{
	color: #B3BCC1;
	text-decoration: underline;
}

a:link img
{
	text-decoration: none;
}

a:visited
{
	color: #B3BCC1;
	text-decoration: underline;
}

a:visited img
{
	text-decoration: none;
	border: none;
}

a:active
{
	color: #B1B9BC;
	text-decoration: none;
	text-align: center;
}

a:active img
{
	text-decoration: none;
	border: none;
}

.mainContentDiv, .mainShadowDiv
{
	position: relative;
	bottom: 6px;
	right: 6px;
}

.mainContentDiv
{
	background-color: #3A454B;
	min-height: 500px;
	padding: 5px;
	color: #FFF;
}

.pageContentDiv
{
	background-color: #3A454B;
	border: 1px solid #6E797F;
	min-height: 500px;
	padding: 5px;
	color: #FFF;
}

.mainShadowDiv
{
	background-color: #717E86;
}

.FooterDiv
{
	position: relative;
	padding-bottom: 12px;
	color: #F1F9FC;
	font-size: 12px;
	text-align: center;
	border: 0px solid #CCCCCC;
}

.noBorder
{
	border: 0px;
	border-style:hidden;
	border-color:#3A454B;
}

.image
{
	border: 0px;
}

.hiddenPic {
	display:none;
}

H1 {
	font-family:"Myriad Pro"
}
