@charset "UTF-8";

/* Positioning */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
}

#RightSideStripe {
	background-color: #FFFFFF;
	position: fixed;
	z-index: 6;
	width: 50px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}


/* Header */


#header {
	position:fixed;
	left:0px;
	top:0px;
	right:0px;
	height:140px;
	z-index:4;
	vertical-align: bottom;
	background-color:#FFFFFF;
}

#NavBar {
	position: absolute;
	left: 50px;
	right: 50px;
	height: 65px;
	bottom: 0px;
	overflow: hidden;
	vertical-align: bottom;
	white-space:nowrap;
	
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}



#TopFade {
	position: fixed;
	left: 0px;
	top: 140px;
	right: 0px;
	z-index:2;
	height: 40px;
	background-image: url(../images/WhiteTopFade.png);
	background-repeat: repeat-x;
}


/* Main */


#main {
	z-index:1;
	overflow-x		: hidden;
	overflow-y		: auto;
	padding-top: 200px; 
	padding-bottom: 130px; 
	padding-right: 50px;
	padding-left: 50px;
	border-style: none;	
}

#MainFrame {
	display: block;
	width: 900px; 
	z-index:1;
	overflow-x		: hidden;
	overflow-y		: hidden;
	border-style: none;
	border: 0px;
	frameborder:0;
}

#SingleColumn {
	position:absolute;
	left:0px;
	top:0px;
	width:600px;
	z-index:2;
	padding: 0px;
}

#LeftColumn {
	position:absolute;
	left:0px;
	top:0px;
	width:375px;
	z-index:1;
	padding: 0px;
}

#RightColumn {
	position:absolute;
	left:400px;
	top:0px;
	z-index:2;
	padding: 0px;
}

#RightFirstHalfColumn {
	position:absolute;
	left:400px;
	right:600px;
	top:0px;
	z-index:2;
	padding: 0px;
	white-space:nowrap;
}

#RightSecondHalfColumn {
	position:absolute;
	left:625px;
	top:0px;
	z-index:2;
	padding: 0px;
}

/* Footer */

#BottomFade {
	position: fixed;
	z-index:3;
	height: 50px;
	left: 0px;
	bottom: 50px;
	right: 0px;
	background-image: url(../images/WhiteBottomFade.png);
	background-repeat: repeat-x;
}

#footer {
	z-index:5;
	position:fixed;
	left:0px;
	bottom:0px;
	right:0px;
	height:50px;
	background-color:#FFFFFF;
}



#ContactBar {
	position: absolute;
	left: 50px;
	right: 50px;
	height: 100%;
	line-height: 50px;
	background-color:#FFFFFF;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}

#FooterRight {
	position: absolute;
	left: 450px;
	right: 50px;
	height: 100%;
	line-height: 50px;
}


/* Typography */

a {
	position: relative;
	left: -2px;
	color: #FF3399;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

a:hover {
	color: #FF3399;
	background-color: #FFE6E6;
}

.Nav {
	color: #FF3399;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

.SelectedNav {
	color: #FFFFFF;
	background-color: #FF3399;
}


.SiteTitle {
	font-size: 32px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.PageTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #999999;
}

.GiantBlurb {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 50px;
}

.BigBlurb {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	line-height: 40px;
}

.BodyText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 32px
}

.MediumText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 28px;
}

.SmallText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}

.SubText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
}

.LightText {
	color: #999999;
}

.ItemTitle {
	font-weight: bold;
}	
	
.ShowMe {
	background-color: #FF0000;
}


.PaddedTable {
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 0px;
}

