/* Text Related */
.bluHeaders { font:tahoma; color:#3e5b8a; font-size:12px; font-weight:bold; }
.fields {color:#000; border:1px solid #3e5b8a;}

body {
	background-image:url(images/gradient-BG.gif);
	background-repeat:repeat-y;
	background-position:center;
}

html, #wrapper {
	height:100%;
	margin: 0;
	/*padding: 0;*/
	border: none;
	text-align: center;
	padding-right:15px;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
}

.borders {
	margin:8px;
    border: 1px solid #666666;
	background:url(images/item-BG.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
.bordersNOBG {
	margin:8px;
    border: 1px solid #666666;
	background-color:#FFFFFF;
}
.headerTXT {
	font-size:16px;
	font-family:tahoma;
	color:#C80C06;
	font-weight: bold;
}
.subHeaderTXT {
	font-size:14px;
	font-family:tahoma;
	color:#C80C06;
	font-weight: bold;
}
.smallRed {
	font-size:10px;
	font-family:tahoma;
	color:#C80C06;
}
.imgLeft { 
	display:inline;
	float:left;
	padding:10px;
}
.imgRight { 
	display:inline;
	float:right;
	padding:10px;
}


/* CSS LAYOUT */
#mainWrapper { 
width:776px; 
height:100%;
margin-left:auto;
margin-right:auto;
}

#columnLeft {
float:left;
display:inline;
width:284px;
height:100%;
}

#mainContent {
width:100%;
height:100%;
}