@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #081C59;
	background-color: #FFFFFF;
	margin: 0px;
	background-image: url(../images/bgrad.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
a:link {
	font-weight: bold;
	color: #FE6428;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #FE6428;
	text-decoration: none;
}
a:hover {
	color: #FE6428;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	font-weight: bold;
	color: #FE6428;
	text-decoration: none;
}
.field_search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #081C59;
	background-color: #FFFFFF;
	height: 19px;
	width: 160px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	vertical-align: middle;
	padding-top: 3px;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #081C59;
}
.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
}
.navs {
	color: #081C59;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #081C59;
}
.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #081C59;
	font-weight: bold;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #081C59;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #081C59;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	display: inline;
}
.field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0F225D;
	background-color: #FFFFFF;
	width: 200px;
}
.fieldshort {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0F225D;
	background-color: #FFFFFF;
	width: 100px;
}
.fieldlong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0F225D;
	background-color: #FFFFFF;
	width: 289px;
}
.paneltop {
	background-image: url(/images/CIC_web_r2_c1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.panelleft {
	background-image: url(/images/CIC_web_r3_c1.jpg);
	background-repeat: repeat-y;
}
.panellefttable {
	background-image: url(/images/CIC_web_r3_c1.gif);
	height: 396px;
	width: 18px;
	background-repeat: no-repeat;
	background-color: #F1F1F5;
}
.panelright {
	background-image: url(/images/CIC_web_r3_c3.jpg);
	background-repeat: repeat-y;
}
.panelrighttable {
	background-image: url(/images/CIC_web_r3_c3.gif);
	height: 396px;
	width: 19px;
	background-repeat: no-repeat;
}
.panelmiddle {
	background-color: #FFF;
}
.panelbottom {
	background-image: url(/images/CIC_web_r4_c1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.line_vert {
	background-image: url(/images/line_vert_cog.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

.project_panel_top {
	background-image: url(/images/panel_project_cog_r1_c1.gif);
	background-position: left top;
}
.project_panel_left {
	background-image: url(/images/panel_project_cog_left.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.project_panel_left_table {
	background-image: url(/images/panel_project_cog_r2_c1.gif);
	height: 111px;
	width: 10px;
	background-repeat: no-repeat;
}
.project_panel_right {
	background-image: url(/images/panel_project_cog_right.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.project_panel_right_table {
	background-image: url(/images/panel_project_cog_r2_c3.gif);
	height: 111px;
	width: 8px;
	background-repeat: no-repeat;
}
.project_panel_middle {
	background-image: url(/images/panel_project_cog_r2_c2.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.project_panel_bottom {
	background-image: url(/images/panel_project_cog_r3_c1.gif);
	background-position: left top;
}
.horiz_line {
	background-image: url(/images/line_horiz_cog.gif);
	background-repeat: repeat-x;
	height: 10px;
}


.menu {
  border: solid 1px #BFBFBF;
  padding:5px 5px 5px 5px;
  background-color:white;
}

.menuItem {
  padding:5px 5px 5px 5px;
  border-bottom:solid 1px #dddddd;
}

.menuItem:hover {
  background-color:#DFF0F5;
}

.menuItem a {
  color:#081C59;
  text-decoration:none;
}

#demo {
	color:#FFFFFF;
	cursor:pointer;
}

#demo span {
	color:#FFFFFF;
	padding:0px 3px 0px 3px;
	cursor:pointer;  
}

#demo span:hover {
  text-decoration:none;
}


