/*** The Essential Code ***/
#container {
	width:988px;
}

.column {
	padding-top:16px;
	padding-bottom:16px;
	vertical-align:top;
}

#center {
	padding-left:10px; /* CC padding */
	padding-right:20px;
	border:none;
		border-right:solid 1px #959BA6;

}
.required {
	color:#A32E18 !important;
}

#left {
	width: 180px;             /* LC width */
	padding-left:10px;
	/* right: 240px;             /* LC fullwidth + CC padding */
	/* margin-left: -752px; */
	border:none;
}

/*** LOOK STYLING ***/
#center img {
	float:left;
	margin-right:11px;
}

		
/* specific header modifications */

h2 {
	padding:0px;
	margin:0px;
	color:#3E5165;
	background:url(../img/title_bullet_off.gif) no-repeat 0% 0%;
	text-indent:25px;
	font-size:14px;
	height:18px;
	font-weight: bold;
	padding-bottom:15px;

}
/* ====================================================================
HYPERLINK STYLING
-------------------------------------------------------------------- */
a:link	{
	color: #25439C;
	background-color: transparent;
	text-decoration: none;
}
a:visited {
	color: #25439C;
	background-color: transparent;
	text-decoration: none
}
a:active {
	color: #A32E18;
	background-color: transparent;

}
a:hover	{
	color: #A32E18;
	background-color: transparent;
	text-decoration: underline;	