/* Standard Links */
a:link {
	color: #4a4a4a;
	/*font-size: 12px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	text-decoration: none
}

a:visited {
	color: #4a4a4a;
	/*font-size: 12px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	text-decoration: none
}

a:hover {
	color: #8A2529;
	/*font-size: 12px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	text-align: left
}

a:active {
	color: #4a4a4a;
	/*font-size: 12px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	text-decoration: none
}


/* Standard Page Formatting */
body {
	background-color: #ccc;
	/*background-image: url("/images/Shadow.gif");*/
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img {
	border-width: 0
}

h1 {
	margin-top: 20px;
	color: #941116;
	font-size: 15px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}

h2, .subhead {
	color: #941116;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	padding-right: 15px;
}

#page {
	text-align: center;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	clip: auto
}

#normalPage {
	text-align: left;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;	
}

#pageContainer {
	background-color: #fff;
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
	width: 798px;
	height: auto;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#WhiteBG {
	background-color: #fff;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
	width: 798px;
	height: 100%;
	border-left: 1px solid #000;
	border-right: 1px solid #000
}

#WhiteBGContainer {
	text-align: center;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

#mainContent {
	position: relative;
	width: 798px;
	color: #454945;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer {
	text-align: center;
	bottom: 5px;
	left: 0;
	margin-top:30px;
	margin-right:20px;
	margin-left:20px;
	color: #414b56;
	font-size: 10px;
	font-family: Helvetica, Geneva, Arial, SunsSans-Regular, sans-serif;
	position: relative;
	height: 200px;
}



#footer a {
	text-decoration: none;
}

#footer #real img {
	padding-top: 15px;
}

#footer #ps img {
	padding-top: 30px;
}

#footer #ps {
	display: table-cell;
	font-size: 14px;
	color: #666666;
	margin: 10px;
	left: 58px;
	position: absolute;
}

#footer #text {
	position: relative;
	top: 103px;
}
#footer #text a {
	color: #941116;
}

#footer #real {
	display: table-cell;
	font-size: 14px;
	color: #666666;
	margin: 10px;
	right: 58px;
	position: absolute;
}


/* Quotes */
.quote {
	color: #454945;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic
}

.author {
	color: #8a2529;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold
}

/* Navigation Bricks */
/*
#NavBricksContainer {
	background-color: #cccccc;
	/*background-image: url("/images/Shadow.gif");*/
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	z-index: 5;
	width: 798px;
	height: 82px;
	overflow: hidden
}
*/
#NavBricksImage {
	width: 798px;
	height: 82px;
/*	border-left: 1px solid #000;
	border-right: 1px solid #000;*/
}

.headText {
	font-weight: bold;
	color: #941116;
}