BODY {
	background: White;
	width: 780px;
	margin: 15px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}
p,td,tr,li,ul,ol {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#000000;
}

p{
	margin-top: 5px;
	margin-bottom: 15px;
}
a,a:link,a:visited,a:active{
	color: #006892;
}
a:hover{
	color: #CCCCCC;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006892;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	/*
	border-bottom: #006892;
	border-style: solid;
	border-top: none;
	border-left: none;
	border-right: none;
	border-width: 1px;
*/
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006892;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006892;
	font-weight: bold;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006892;
	font-weight: bold;
}
h5,h6,h7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006892;
	font-weight: bold;
}
#TOP_REGION{
	width: 780px;
	height: 105px;
	background-image: url(/templates/fcul_ventell/media/logo.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#TOP_LINKS{
	width: 760px;
	height: 16px;
	padding: 10px 10px 10px 10px;
	text-align: center;
}
#TOP_LINKS A{
	color: #006892;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
#TOP_LINKS A:HOVER{
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

/*---- CMS CONTENT LEFT ----*/
#cms_content {
/*    margin: 0px 0px 0px 248px; */
	 width: 540px;
/*	 height: 270px; */
/*	 padding-right: 27px; */
	 float: left;
	 padding: 0px 27px 25px 16px;
}
#cms_content_full {
/*    margin: 0px 0px 0px 248px; */
	 width: 744px;
/*	 height: 270px; */
/*	 padding-right: 27px; */
	 float: left;
	 padding: 0px 16px 25px 16px;
}

/*---- UTILITY BAR RIGHT ----*/
#side_utilities {
    float: left;
    width: 197px;
}
/*---- RIGHT REGIONS ---*/
#region_right{
	background-color: #016893;
	width: 197px;
}
#region_top{
	background: url(/templates/fcul_ventell/media/regions_top.jpg);
	width: 187px;
	height: 15px;
	vertical-align: bottom;
	padding: 20px 5px 0px 5px;
}
#region_right_content{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
}
#region_right_content A{
	color: #FFFFFF;
}
/*--- FOOTER ---*/
#FOOTER_LOGO{
	width: 580px;
	height: 150px;
	background: url(/templates/fcul_ventell/media/bottom.gif);
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 20px;
	padding-bottom: 0px;
	text-align:center;
}



/* ------------------------------------------------------ */
/* -----  REGIONS CSS ---- */
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
}
.regions_relatedlink_list, .regions_sitemap {
	padding-left:15px;
	padding-top:5px;
	padding-right:10px;
	padding-bottom:0px;
	margin-left:5px;
	margin-bottom:10px;
	margin-top:0px;
	list-style: disc;
	color: #FFFFFF;
}
#navigation {
    background-color: #000000;
}
#navigation UL LI A {
    color: white;
    text-decoration: none;
}
#navigation UL LI A:hover {
    color: white;
    text-decoration: underline;
}
.a_header{
	text-decoration: none;
}

/*---- FORM ----*/
FORM.webform TABLE {
    border: 0px solid black;
	 width: 350px;
}
FORM.webform TABLE TR TD {
    font-family:Arial, Helvetica, sans-serif;
	 font-size:12px;
	 font-style:normal;
	 color:#000000;
    padding: 3px 5px;
}
FORM.webform TABLE TR.alt_row {
    background-color: #CCCCCC;
}
FORM.webform TABLE TR TD SPAN.required {
    color: red;
    font-weight: bold;
}
#cuvcontact TEXTREA {
    width: 300px;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:12px;
	 font-style:normal;
	 color:#000000;
}