/* paragaph fixes margin height on top of p tags */
p {
	margin-top:0px;
}

.solpart {
	text-align:right !important;
	padding-right:10px;
}

.titlehere {
	padding-bottom:15px;
}


.print {
	text-align:right !important;
	padding-right: 20px;
}

.maintable {
	margin-bottom:18px;
}










/*  BLUE CONTAINER   */

.titlewhite  {
	background-color:#002664;
	padding-bottom:15px;
}

.titlewhite .Head {
	color:white !important;	
}

#bluecontainer {
	background-color:#002664;
	padding:18px;
	margin-bottom:18px;
}

#bluecontainer .Normal, td, li {
	color:#c4c4c4;
}	

#bluecontainer a:link, a:active, a:visited {
	color:#b7282f;
}

#bluecontainer .SubHead {
	color:white;
}
	







/*  RED HEADING CONTAINER   */

.titlered  {
	background-image:url(images/bg_red_heading.jpg);
	background-repeat:repeat-x;
	padding-left:18px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#8e1c21;
}

.solpartred  {
	background-image:url(images/bg_red_heading.jpg);
	background-repeat:repeat-x;
	background-color:#8e1c21;
}

.titlered .Head {
	color:white !important;	
}

#redheading {
	background-color:white;
	border:1px solid #bdbdbd;
	margin-bottom:18px;
}

.contentarea_red {
	padding:18px;
}




/*  BLUE HEADING CONTAINER   */

.titleblue {
	background-image:url(images/bg_blue_heading.jpg);
	background-repeat:repeat-x;
	padding-left:18px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#012765;
}

.solpartblue  {
	background-image:url(images/bg_blue_heading.jpg);
	background-repeat:repeat-x;
	background-color:#012765;
}

.titleblue .Head {
	color:white !important;	
}

#blueheading {
	background-color:white;
	border:1px solid #bdbdbd;
	margin-bottom:18px;
}

.contentarea_blue {
	padding:18px;
}



/*  BLUE HEADING BEIGE BACKGROUND CONTAINER   */

#blue_beigeheading {
	background-color:#e1d1bb;
	border:1px solid #bdbdbd;
	margin-bottom:18px;
}




td {
	color:#747474;
}	
	


