/* CSS Document */

body {
	margin:0px; 
	padding:0px; 
	background-color:#808c99;
}

#contentContainer {
	margin:0 auto; 
	width:961px;
}

#mainContent {
	background-image: url(../images/all_mainContentBG.gif); 
	background-repeat: no-repeat; 
	width: 961px; 
	height: 562px;
}

#leftColumn {
	padding-top: 5px; 
	padding-left: 5px; 
	width: 631px; 
	float: left;
}

#noleftColumn {
	padding-left: 0px; 
	margin-left: -4px; 
	width: 635px; 
	float: left;
}

#blueText {
	font-family: "Times New Roman", Times, serif; 
	color: #1b4b85;
}

#blueText a {
	color: #1b4b85;
	text-decoration: none;
}

#blueText a:hover {
	color: #1b4b85;
	text-decoration: underline;
}

#redTitle {
	font-family: "Times New Roman", Times, serif; 
	color: #93181f;
	font-size: 22px;
}

#blueTitle {
	font-family: "Times New Roman", Times, serif; 
	color: #1b4b85;
	font-size: 16px;
	font-weight: bold italic;
}

#whiteText {
	font-family: "Times New Roman", Times, serif; 
	color: #FFFFFF;
}

#whiteText a {
	color: #FFFFFF;
	text-decoration: none;
}

#whiteText a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#popupContainer{
	margin:0 auto; 
	width:550px;
}

#popupContent{
	width:510px;
	padding:20px;
	background-color:#FFFFFF;
}

#campaignFormText{
	color:#1b4b85;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

#campaignFormForm1{
	color:#1b4b85;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	width: 100px;	
}

#campaignFormForm2{
	color:#1b4b85;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	width: 200px;
}

#textPrivacy a{
	color:#1b4b85;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
}

#textPrivacy a:hover{
	color:#1b4b85;
	text-decoration: underline;
}