/*
	CONTAINER FOR ENTIRE REGISTER
*/
#cvc_OuterBodyContainer
{
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	margin-bottom: 20px;
	margin-top: 150px;
}

/*
	MENU POSITION:  if left hand menu, float: left.  if right hand menu, float: right.
*/
#cvc_navContent
{
	font-family: "Open Sans",sans-serif;
	width: 240px;
	float: left;
}

/*
	MAIN BODY
*/
#cvc_mainContent
{
	border:1px;
	padding: 19px;
	width: 690px;
	min-height: 500px;
	/*
	padding-left: 300px;
	*/
	background: #ffffff none repeat scroll 0 0;
    border: 1px solid #d9d9d9 !important;
    border-radius: 5px;
	float:right;
}

/*
	PAGE HEADINGS
*/
#cvc_PageTitleElement {
    color: #0054a6;
    font-size: 1em;
    line-height: 1.2em;
    margin: 0 0 10px;
}

#cvc_PageTitleElement h2
{
	font-weight: normal;
	font-size: 2em;
	
	color:black;
}

.footer
{
	padding-top: 50px !important;
}
