body  {
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(/tasks/sites/cuu/assets/Image/gradient2.jpg);
	background-repeat: repeat-x;
	background-color: #6D6E71;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}



#container {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	border: 1px solid #666;
	margin-top: 15px;
        clear:both;
	background-image: url(/tasks/sites/cuu/assets/Image/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
} 

#header {
	height: 260px;

} 

#header_a {
	height: 260px;
	background-image: url(/tasks/sites/cuu/assets/Image/collage_a.jpg);
	background-repeat: no-repeat;
	background-position: left top;

} 
#header_b {
	height: 260px;
	background-image: url(/tasks/sites/cuu/assets/Image/collage_b.jpg);
	background-repeat: no-repeat;
	background-position: left top;
} 
#header_c {
	height: 260px;
	background-image: url(/tasks/sites/cuu/assets/Image/collage_c.jpg);
	background-repeat: no-repeat;
	background-position: left top;
} 
#header_d {
	height: 260px;
	background-image: url(/tasks/sites/cuu/assets/Image/collage_d.jpg);
	background-repeat: no-repeat;
	background-position: left top;
} 
#header_e {
	height: 260px;
	background-image: url(/tasks/sites/cuu/assets/Image/collage_e.jpg);
	background-repeat: no-repeat;
	background-position: left top;
} 
#header_f {
	height: 260px;
	background-image: url(/tasks/sites/cuu/assets/Image/collage_f.jpg);
	background-repeat: no-repeat;
	background-position: left top;
} 

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
height:123px;
}

#sidebar1 {
	width: 150px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	float: left;
	height: 100%;
	
}
#content {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	/*float: left;*/
min-height: 400px;

}

/* @group Index Page Background 
=================================================== */

#mainContentindex {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	width:500px;
    float:left;
min-height: 400px;

} 


#indexnews {
    width: 140px;
	padding: 15px;
    margin-right: 0px;
	margin-left: 0px;
    margin-top:10px;
	margin-bottom:10px;
	border:2px solid #FFB835;
	float: right;
}

#rightcol {
    width: 240px;
	padding: 15px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top:10px;
	margin-bottom:10px;
	border:0px solid #FFB835;
	float: right;
}



#mainContent {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	width:400px;
    float:left;
min-height: 400px;

} 


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* @end Index Page Background 
=================================================== */

/*#footer {
	background-color: #FFFFFF;
	/*height: 30px;*/
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCC;
        margin-bottom:20px;
        margin-top:-1px;
	margin-left:auto;
	margin-right: auto;
	width:800px;

} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;

}


a:link {
	color: #B31F18;
	text-decoration: none;
}
a:visited {
	color: #B31F18;
	text-decoration: none;
}
a:hover {
	color: #B31F18;
	text-decoration: underline;
}
a:active {
	color: #B31F18;
	text-decoration: underline;
}





/* @end Header
--------------------------------------------------- */






.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9px;
	color: #CCCCCC;
	text-decoration: none;
	margin-top: 10px;
}



p, li, tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 15px;
	text-align: left;
}




h1, h2, h2.pageTitle { 	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #B31F18;
	text-align: left;

}

h3, h4  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #B31F18;
	text-align: left;

}

h5, h6, h7  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;

}



/* @group Primary Nav
=================================================== */


#navPrimary * {
	margin:0px;
	padding:0px;
}

#navPrimary {
	margin: 127px 0px 0px 0px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 0px solid #00AEEF;
	width: 800px;
	background-color: #FDBA31;
	float: left;
	background-image: url(/tasks/sites/cuu/assets/Image/nav_b.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
/*      	text-align:center;*/

}


#navPrimary ul   {
       float:left;

}

#navPrimary li   {

	float: left;
	position: relative;
	list-style-type: none;
	margin: 0px;
	height: 38px;
 /*     white-space: nowrap;*/

}


#navPrimary li:first-child  {

	float: left;
	position: relative;
	list-style-type: none;
	margin-left: 30px;

}

#navPrimary a {
	display:block;
	line-height: 16px;
	color: #333;
	text-decoration:none;
	text-align:left;
	padding: 5px 20px 5px 20px;

      
}

#navPrimary a:hover {

	color: #FFF;
	background-color: #666;

}

#navPrimary li ul {
	position: absolute;
	display:none;
	width: 180px;
	/*left: 0px;*/
	background-color: #FDBA31;
text-align:left;

}

#navPrimary li:hover ul {

	display: block;

}

#navPrimary li ul li {
	width: 100%;
	background-image: none;
	padding: 0px;
	text-align:left;
	margin:0px;
	white-space: nowrap;
	height: 25px;

}



#navPrimary li ul li:first-child {
	
	margin:0px;
}


/* @end Primary Nav
--------------------------------------------------- */




/* @group Footer
=================================================== */

#footer {


        width:800px;
/*	height: 12px;*/
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCC;
}
#footer a:link {
	color: #CCC;
	text-decoration: none;
}
#footer a:visited {
	color: #CCC;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer a:active {
	color: #fff;
	text-decoration: underline;
}

#footer ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer li {
	float: left;
	margin-right: .5em;
	padding-right: .5em;
}

#footer li.last {
	padding: 0;
	margin: 0;
	border: none;
}

#footer p {
	margin: 0;
	float: left;
}

/* @end Footer
--------------------------------------------------- */




/* data tables
-----------------------------------------------------  */


.shareholders_table td {
border-bottom: 1px solid #E9E9E9;
}


/*
td {
border: 0px;
}*/

.tablehead {
background-color: #E9E9E9;
}

.grey_row {
background-color: #E9E9E9;
}


/*
.row1 {

border-bottom: 1px solid #E9E9E9;
border-top: 0px solid #E9E9E9;
border-right: 0px solid #E9E9E9;
border-left: 0px solid #E9E9E9;


}
.row2 {

border-bottom: 1px solid #E9E9E9;
border-top: 0px solid #E9E9E9;
border-right: 0px solid #E9E9E9;
border-left: 0px solid #E9E9E9;
*/
}

/* @end data tables
-----------------------------------------------------  */









/* announcements @table Layout
===================================================== */

.tbl_announcements {
        border: 0px solid;
	font-size: 11px;
        width: 100%;
        padding: 5px;
        font-weight: normal;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        border-collapse: collapse;
}

.tbl_announcements th {	
        color: #333;
        padding: 5px;
        font-weight: normal;
	background-color: #E9E9E9;
	font-weight:bold;
}

.tbl_announcements td {
        font-weight: normal;
        padding: 5px;
	color: #333;

}
	
.tbl_announcements tr {
        font-weight: normal;
	color: #333;
        border-bottom: 1px solid #E9E9E9;

	}

.tbl_announcements tr.altrow {
        font-weight: normal;
	color: #333;
        border-bottom: 1px solid #E9E9E9;

	}
	
/* End announcements @table Layout
----------------------------------------------------- */







/* @group Mailing Lists
============================================== */

.sidebar .svMailingList fieldset {
	padding: 0;
	border: 0;
	}

.sidebar .svMailingList ol {
	padding: 0;
	}


.sidebar .svMailingList legend { display: none; }

#svMasterEmail {}

/* @end Mailing Lists
----------------------------------------- */
















/* @group Forms
============================================== */

form { margin-bottom: 2em; }

form ul,
form ol,
.content form ul,
.content form ol { margin: 0; }

fieldset ol { padding-top: 15px; }

form li {
	clear: both;
	width: 100%;
	margin-bottom: 1em;
	list-style: none !important;
	}

form li#svCaptcha {
	width: auto;
	margin-left: 27%;
	padding-left: 7px;
	}

form li#svCaptcha img {
	width: auto !important;
	padding: 0 !important;
	border: 0 !important;
	}

fieldset {
	clear: both;
	margin: 0 0 2em;
	padding: 0 15px .5em;
	border: 0px solid #ccc;
	}

legend {
	margin-left: -10px;
	padding: 0 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2em;
	font-weight: normal;
	}

label,
p.fieldLabel {
	float: left;
	width: 25%;
	margin-right: 2%;
	padding-right: 7px;
	font-weight: normal;
	line-height: 1.4;
	text-align: right;
	}

.multiInputs {
	float: left;
	width: 65%;
	}

.inputNote {
	font-size: .9em;
	color: #777;
	}

.stack .inputNote { margin-left: 2.4em; }

form li a { margin-left: 135px; } /* Margin to account for width of label, label margin. */

form li span { font-weight: normal; }

input.text { width: 60%; }

form textarea {
	width: 60%;
	height: 10em;
	}

form .buttons { text-align: right; }

button, .buttons input { cursor: pointer; }
input[type=submit] { cursor: pointer; }

.sidebar form {
	float: left;
	width: 100%;
	margin-bottom: 2em;
	}

.sidebar form li {
	float: none;
	width: auto;
	margin: 0 0 .5em;
	display: block;
	text-align: left;
	}

.sidebar label {
	float: none;
	width: auto;
	margin: 0 0 .25em;
	text-align: left;
	}

.sidebar input.text {
	width: 95%;
	margin: 0;
	}

.required {
	margin: 0 0 .5em .25em;
	font-weight: normal;
	color: #b00;
	}

p.required {
	float: left;
	clear: left;
	margin: 0;
	padding-left: 7px;
	background: url(../images/icon_star.png) no-repeat;
	}

p#loginMsg.required {
	margin-bottom: 2em;
	}

input.first { margin-left: 0; }

.flow label { float: none; width: auto; }


/* @group Required Field
============================================== */

form li.req {} /* could add background color */

.req label { background: url(../images/icon_star.png) no-repeat 100% 0; } /* could add color */

.req ins {
	position: absolute;
	left: -9999px;
	}

li span.req {
	padding-right: 7px;
	background: url(../images/icon_star.png) no-repeat 100% 0;
	}

.req input {} /* could do { border: 1px solid darkred; color: darkred; } */


/* @end Required Field
----------------------------------------- */

/* @end Forms
----------------------------------------- */



























img {
border-style: none;
text-decoration: none;
}


sup, sub { vertical-align: 0;
           position: relative; }
sup { bottom: 1ex; }
sub { top: 0.8ex; }