﻿body
{
	color: White;
	
	font-family: Verdana;
	font-size: 9px;
	
	background-color: #1d1f2d;
	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

html, body
{
	height: 100%;
}

/* Text markup */

p
{

}

h3
{
	font-size: 9px;
	font-weight: 100;
	color: #dc0968;
	
	margin-top: 0px;
	margin-bottom: 0px;	
}

a
{
	font-size: 9px;
	font-weight: 100;
	color: #dc0968;
	
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;	
}

/* Column-layout stuff */
div#headerContainer
{
	background-repeat: repeat-x;
	background-image: url(../Images/HeaderRepeat.png);
	
	width: 100%;
	height: 246px;	
}

div#header
{
	background-repeat: no-repeat;
	background-image: url(../Images/TempHeader.jpg);
	
	width: 955px;
	height: 246px;
	
	margin-left: auto;
	margin-right: auto;
}

div#nonFooter
{
	position: relative;
	min-height: 100%;
}

* html #nonFooter
{
	height: 100%;
}

div#nonFooterContent
{
	padding-bottom: 44px;
}

div#footerContainer
{
	background-repeat: repeat-x;
	background-image: url(../Images/FooterRepeat.png);
	
	width: 100%;
	height: 44px;
	
	margin-top: -44px;
	position: relative;
	
	/*bottom: 0px;
	position: absolute;*/
}

div#footer
{
	text-align: right;
	
	width: 955px;
	height: 38px;
	
	margin-left: auto;
	margin-right: auto;

	padding-top: 6px;
}

div#footerLoginKey
{
	float: left;
	margin-left: 145px;
}

div#footerNav
{
	/*margin-top: 6px;*/
	margin-right: 90px;
}

div#footerSub
{
	margin-right: 90px;
}

div#contentContainer
{
	/*background-color: #1f2130;*/
	background-color: #1d1f2d;
	background-repeat: repeat-x;
	background-image: url(../Images/ContentBackground.png);
	
	width: 100%;	
	min-height: 352px;

}

div#content
{
	width: 922px;	
	
	margin-left: auto;
	margin-right: auto;
	
	padding-left: 33px;
	padding-top: 6px;
}

div#contentLeftColumn
{
	width: 254px;
	
	float: left;	
}

div#contentRightColumn
{
	background-repeat: no-repeat;
	background-image: url(../Images/RightColumnBackground.png);
	
	width: 516px;	
	min-height: 438px;
	
	margin-left: 9px;
	
	padding: 10px 18px 18px 18px;
	
	float: left;
}

div#newsContainer
{
	background-repeat: no-repeat;
	background-image: url(../Images/NewsBackground.png);
	
	width: 234px;
	height: 219px;	
	
	padding: 10px 10px 10px 10px;
}

div#twitterContainer
{
	background-repeat: no-repeat;
	background-image: url(../Images/TwitterBackground.png);
	
	width: 234px;
	height: 219px;
	
	margin-top: 10px;	
	
	padding: 10px 10px 10px 10px;
}

div#columnDivider
{
	background-color: #f901b1;
	background-repeat: no-repeat;
	background-image: url(../Images/ColumnDivider.png);
	
	width: 1px;
	height: 292px;
	margin-left: 8px;
	
	float: left;
}

/* Modal Popups */
.ModalPopupBackground
{
	background-color: #000000;
	filter:alpha(opacity=70); 
	opacity:0.7;
}

.ModalPopup
{
	padding-top: 1em;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: .5em;
	
	background-color: White;
	border: 1px solid #AAAAAA;
	color: #303030;
}

/* Page-specific stuff */
.contactField
{
	background-color: #191a27;
	color: #ffffff;
	
	font-family: Verdana;
	font-size: 9px;
	
	border: solid 1px #5b5f86;
	
	width: 250px;
}

div.agendaDescriptionContainer
{
	width: 300px;
}

span.pink
{
    color: #dc0968;
}