

/******* Text Components ***********************************************/	

h1 {
	display:block;
	font-family:Times;
	font-size:25px;
	font-weight:normal;
	text-transform:uppercase;
	margin:0px 0px 10px 0px;
	color:#003366;
}
h2 {
	display:block;
	font-size:16px;
	text-transform:uppercase;
	margin-bottom:20px;
	padding-bottom:10px;
	color:#00aaac;
	border-bottom:1px solid #00aaac;

}
h3 {
	display:block;
	font-size:14px;
	margin-bottom:10px;
	color:#003366;
}
h4 {
	display:inline;
	font-size:14px;
	color:#00aaac;
}
div.main-column-item-text h3, p, .date {
	margin:0px 0px 5px 0px;
}
div.main-column-box-content p, h3 {
	margin:0px 0px 5px 0px;
}
div.main-column-text h3 {
	margin:0px 0px 20px 0px;
}
p {
	display:block;
	margin-bottom:20px;
}
.large {
	font-size:14px;
	line-height:20px;
	color:#003366;
	display:block;
	margin-bottom:20px;
}
.small {
	font-size:11px;
	line-height:14px;
}
.date {
	font-size:11px;
	line-height:14px;
	color:#9eb2c6;
	text-transform:uppercase;
}

/******* Link Components ***********************************************/	

a {
	color:#003366;
	text-decoration:underline;
}
a:hover {
	color:#00aaac;
}
a.headline {
	text-decoration:none;
}
a.headline:hover {
	text-decoration:underline;
}
a.more {
	background: transparent url("../images/system/icon_link_more.gif") no-repeat 100% 50%;
	padding-right:13px;
	white-space:nowrap;
	overflow:hidden;
}
a.more:hover {
	background: transparent url("../images/system/icon_link_more_on.gif") no-repeat 100% 50%;
}
a.back {
	padding:3px 20px 0px 14px;
	background: transparent url("../images/system/icon_link_back.gif") no-repeat;
	white-space:nowrap;
	overflow:hidden;
}
a.back:hover {
	background: transparent url("../images/system/icon_link_back_on.gif") no-repeat;
}
a.download {
	padding:3px 20px 0px 16px;
	background: transparent url("../images/system/icon_link_download.gif") no-repeat;
	white-space:nowrap;
	overflow:hidden;
}
a.download:hover {
	background: transparent url("../images/system/icon_link_download_on.gif") no-repeat;
}

/******* List Components ***********************************************/	

ul.contacts {
   list-style-type:none;
   margin:0px;
   padding:0px 0px 30px 0px;
}

li.image {
	width:90px;
	font-size:24px;
	color:#9eb2c6;
	float:left;
   margin:0px;
   padding:0px 0px 10px 0px;
  }
  
  li.image-card {
	width:200px;
	font-size:24px;
	color:#9eb2c6;
	float:right;
   margin:0px;
   padding:0px 0px 0px 0px;
  }
      
li.data {
   float:left;
   font-size:12px;
   margin:0px;
   padding:0px;
   width:570px;
}

li.data-card {
   float:left;
   font-size:12px;
   margin:0px;
   padding:0px;
   width:480px;
}

ul.content {
   margin-left:20px;
}
ul.dates {
   list-style-type:none;
   margin:0px;
   padding:20px 0px 0px 0px;
}

li.month {
	width:80px;
	font-size:24px;
	color:#9eb2c6;
	float:left;
   margin:0px;
   padding:0px;

  }
      
li.detail {
   float:left;
   font-size:12px;
   margin:0px;
   padding:0px 0px 0px 10px;
   width:580px;
   border-left:1px solid #e8ecf1;

}


ul.colums-two {
   list-style-type:none;
   margin:0px;
   padding:0px;
   border-top:1px solid #e8ecf1;
}

li.left {
   width:400px;
   font-weight:bold;
   font-size:11px;
   float:left;
   margin:0px;
   padding:5px 0px 5px 0px;
   border-bottom:1px solid #e8ecf1;
  }
      
li.right {
   float:left;
   font-size:11px;
   margin:0px;
   padding:5px 0px 5px 0px;
   width:280px;
   border-bottom:1px solid #e8ecf1;
}

li.clr {
   display:inline;
   margin:0px;
   padding:0px;
 }
br.clr {
   clear:left;
   width:1px;
   font-size:0px;
   margin:0px;
   padding:0px;
   overflow:hidden;
 }

/******* Nav Components ***********************************************/

div#nav ul, div#sidebar-items ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

div#nav li, div#sidebar-items li {
	display: block;
	width:145px;
	margin-bottom:5px;
	text-align:left;
}
div#sidebar-items li {
	background: transparent url("../images/system/hg_box_sidebar.jpg") no-repeat;
}
div#nav a {
	display:block;
	width:100%; /*Define width for IE6's sake*/
	font-size:12px;
	font-weight:bold;
	border:1px solid #abbccd;
	text-decoration:none;
	text-transform:uppercase;
	color:#003366;
	padding:3px 0px 3px 5px;
}
div#nav li a:hover {
	color:#003366;
	background-color:#c7d2dd;
}
div#nav li a.active {
	color:#ffffff;
	background-color:#00aaac;
	border:1px solid #00aaac;
}
html>body div#nav a { /*Non IE rule*/
	width:auto;
}
html>body div#sidebar-items a { /*Non IE rule*/
	width:auto;
}
div#sidebar-items a {
	display:block;
	width:100%; /*Define width for IE6's sake*/
	height:60px;
	font-size:12px;
	font-weight:bold;
	line-height:16px;
	text-decoration:none;
	color:#003366;
	padding:3px 0px 3px 5px;

}
div#sidebar-items li a:hover {
	color:#ffffff;
	background-color:#00aaac;

}
div#sidebar-items li a.active {
	color:#ffffff;
	background-color:#00aaac;
}