@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(/images/mainBG.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	color: #000000;
}

#topBNR {
	float: left;
	width: 275px;
	height: 125px;
	background: url(/images/b1logo.gif);
	background-position: left;
	background-repeat:no-repeat;
	margin: 0 auto;
	padding: 0 0 0 0;
}

#topRGT {
	float: right;
	width: 387px;
	height: 125px;
	background: url(/images/b1tag.gif);
	background-position: right;
	background-repeat:no-repeat;
}

#mainAPP {
	float: left;
	width: 361px;
	height: 319px;
	background: url(/images/mainBGapp.jpg);
	background-repeat:no-repeat;
}

#mainCL {
	float: right;
	width: 361px;
	height: 319px;
	background: url(/images/mainBGcl.jpg);
	background-repeat:no-repeat;
}

h2 {
	height: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #cc092f;
	line-height: 60px;
}

h3 {
	height: 20px;
	font-size: 14px;
	font-weight: normal;
	color: #004065;
}

.mainHeadline {
	width: 100%;
	height: 30px;
	text-align:center;
	color:#FFFFFF;
	font-size:18px;
	font-weight: bold;
	padding-top:6px;
}

.linkAPP{
	line-height:26px;
	font-size: 12px;
	font-weight: normal;
	color: #004065;
	float: left;
	height: 120px;
	width:47%;
	padding-top:160px;
	padding-left:4px;
}


.linkCL{
	line-height:22px;
	font-size: 12px;
	font-weight: normal;
	color: #cc092f;
	float: left;
	height: 120px;
	width:47%;
	padding-top:160px;
	padding-left:4px;
}

a.APP {color: #004065;text-decoration: none;}
a.APP:visited {color: #004065;text-decoration: none;}
a.APP:hover {color: #004065;text-decoration: underline;}
a.APP:active { color: #004065;text-decoration: none;}

a.CL {color: #cc092f;text-decoration: none;}
a.CL:visited {color: #cc092f;text-decoration: none;}
a.CL:hover {color: #cc092f;text-decoration: underline;}
a.CL:active { color: #cc092f;text-decoration: none;}

.oneColElsCtrHdr #container {
	width: 800px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtrHdr #header { 
	padding: 0;  
	height: 130px;
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.oneColElsCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColElsCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 325px;
	}
.oneColElsCtrHdr #footer {
	clear:both;
	overflow:hidden;
	padding: 70px 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.oneColElsCtrHdr #footer p {
	font-size: 10px;
	font-weight: normal;
	color: #004065;
	margin: 0 0 0 25px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 53px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
img.alignright {
	display: inline;
}
img.alignleft {
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
a img{border:none;}
