BODY {
    background-color: white;
    font: 10pt "Arial", "Helvitica", sans-serif;
}

#web_page {
    width: 727px;
    margin: 0px auto;
}

#top_links {
    margin: 0px;
    height: 119px;
    width: 727px;
}

#header {
    margin: 0px;
    background-image: url('/templates/cuv_frc_main2/media/center.jpg');
    background-repeat: no-repeat;
    height: 187px;
    width: 727px;
}

#header DIV {
    font: small "Arial", "Helvitica", sans-serif;
    text-align: right;
    padding: 120px 40px 0px 0px;
}

#left_navigation {
    float: left;
    background-image: url('/templates/cuv_frc_main2/media/channels.gif');
    background-repeat: no-repeat;
    width: 187px;
    padding: 50px 5px 5px 5px;
}

#content {
    float: left;
    width: 540px;
    padding: 10px 0px 5px 5px;
}

#footer {
    clear: both;
    background-image: url('/templates/cuv_frc_main2/media/bottom-bar.gif');
    background-repeat: no-repeat;
    width: 727px;
    height: 50px;
    font: x-small "Arial", "Helvitica", sans-serif;
    color: #ccc;
}
#footer DIV {
    width: 712px;
    text-align: right;
    padding: 20px 15px 0px 0px;
}
#footer DIV A {
    color: #fba90f;
    text-decoration: none;
}

/*---- CONTENT ----*/
A {color: black;}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	height: 20px;
	padding: 4px;
}
H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	height: 18px;
	padding: 4px;
}
H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	height: 20px;
	padding: 4px;
}
H4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	height: 14px;
	padding: 4px;
}
H5,H6,H7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	height: 12px;
	padding: 4px;
}
UL.content_article_list LI {
    list-style-type: none;
}
DIV.regionContainer {
    margin-left: 16px;
}
DIV.regionContainer UL {
    padding: 0px;
    margin: 0px 0px 0px 25px;
}
DIV.regions_title {
    font: 10pt "Arial", "Helvitica";
    margin: 0px 0px 10px 10px;
    font-weight: bold;
    color: black;
}

/*---- Navigation Rules ----*/
#left_navigation {
    width: 145px;
    padding-right: 21px;
    font-size: x-small;
    color: #888;
}
#left_navigation UL {
    margin: 0px 0px 5px 0px;
    padding: 0px;
}
#left_navigation UL LI UL {
    margin-left: 10px;
}
#left_navigation UL LI {
    border-bottom: 1px solid #ccc;
    list-style-type: none;
}
#left_navigation UL LI A {
    color: #666;
    text-decoration: none;
}
#left_navigation UL LI A:hover {
    color: #6a920b;
}
#left_navigation UL LI A.control {
    color: black;
}

/*---- Breadcrumb Rules ----*/
#breadcrumb {
    margin-bottom: 10px;
    color: #666;
}
#breadcrumb A {
    color: #666;
    text-decoration: underline;
    font-size: x-small;
}
#breadcrumb A:hover {
    color: #fba90f;
}

/*---- Regions ----*/
.regionContainer {
    float: right;
    width: 175px;
}
