html,body
		{
		height:100%;
		}
html
		{
		padding:0;
		margin:0;
		background-color:#000000;
		overflow-y : scroll;
		}
body
		{
		height: auto !important;
		padding: 0;
		margin: 0;
		font-family:arial,verdana;
		font-size:10pt;
		}
img
		{
		border:0 none;
		}
a
		{
		text-decoration:none;
		color:#FFFFFF;
		}
a:hover
		{
		text-decoration:underline;
		color:#00aeef;
		}

#mainMenu a
		{
		text-decoration:none;
		color:#FFFFFF;
		}
#mainMenu a:hover
		{
		text-decoration:none;
		color:#FFFFFF;
		}

#mainContent_footer_navLinks a
		{
		text-decoration:none;
		color:#FFFFFF;
		}
#mainContent_footer_navLinks a:hover
		{
		text-decoration:none;
		color:#FFFFFF;
		}

#pageContent
		{
		padding:20px 20px 0px 20px;
		text-align:left;
		}

#pageContent h1
		{
		color:#FFFFFF;
		font-weight:bold;
		margin-top:0px;
		padding-top:0px;
		font-size:26px;
		}

#pageContent p
		{
		color:#FFFFFF;
		font-size:14px;
		}

#servicesDetailThumbs_left img
		{
		border:2px solid #FFFFFF;
		}

#projectsIndex h2
		{
		color:#FFFFFF;
		}
#projectsIndex img
		{
		border:2px solid #FFFFFF;
		}
#projectsIndex h2.projectIndexHeading
		{
		margin-top:-2px;
		}

#projectsDetail h2
		{
		color:#FFFFFF;
		}
#projectsDetail img
		{
		border:2px solid #FFFFFF;
		}
#projectsDetail h2.projectIndexHeading
		{
		margin-top:0px;
		}

#partnersIndex h2
		{
		color:#FFFFFF;
		}
#partnersIndex img
		{
		border:2px solid #FFFFFF;
		}
#partnersIndex h2.partnerIndexHeading
		{
		margin-top:-2px;
		}

#partnersDetail h2
		{
		color:#FFFFFF;
		}
#partnersDetail img
		{
		border:2px solid #FFFFFF;
		}
#partnersDetail h2.partnerIndexHeading
		{
		margin-top:0px;
		}

/* Calendar PopUp Formatting Start */

/* the div that holds the date picker calendar */
.dpDiv
	{

	}
/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	background-color: #e12f29;
	border: 1px solid #28282a;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD
	{
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #28282a;
	border: 1px solid #28282a;
	color:#e12f29;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #337362;
	/*border: 1px solid #888888;*/
	cursor: pointer;
	cursor:hand;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #28282a;
	border: 1px solid #28282a;
	color: #e12f29;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color:#28282a;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #e12f29;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #e12f29;
	background: #28282a;
	border: none;
	font-weight: bold;
	padding: 1px 5px 1px 5px;
	cursor:pointer;
	cursor:hand;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #e12f29;
	background: #28282a;
	font-weight: bold;
	border:none;
	cursor:pointer;
	cursor:hand;
	}


/* Calendar PopUp Formatting End */
