/* @group General Styles */

body {
      font: .76em/1.45em Helvetica, Arial, sans-serif;
      color: #666666;
      margin: 10px 0 30px;
      padding: 0;
      background-color: #aeaeae;
}
#topbg {
      
      width: 960px;
      margin-right: auto;
      margin-left: auto;
}

p {
}

b, strong {

}

a:link, a:visited {
}

a:hover, a:active {

}


.imageStyle {
      
}

.image-left {
      float: left;
      padding: 10px 10px 10px 0px;
}

.image-right {
      float: right;
      padding: 10px 0px 10px 10px;
}
      
/* @end */

/* @group Layout */

#wrapper {
      text-align: left;
      position: relative;
      z-index: 3;
      height: 100%;
      width: 960px;
      margin-left: auto;
      margin-right: auto;
}

#container { /* Right And Left Margin Widths To Auto */
      text-align: left; /* Hack To Keep IE5 Windows Happy */
      color: #3e3e3e;
      width: 960px;
      background-color: #eee;
      margin-left: auto;
      margin-right: auto;
}

.clearer {
      clear: both;
}

#pageHeader {
      margin-left: auto;
      margin-right: auto;
      width: 960px;
}

#pageHeader h1{
      color: #000;
      letter-spacing: 1px;
      text-align: left;
      font-size: 2em;
      margin-bottom: 7px;
      margin-top: 0;
      margin-right: 0;
      padding-left: 15px;
      padding-top: 15px;
}

#pageHeader h2 {
      margin: 0;
      color: #000;
      letter-spacing: 1px;
      word-spacing: 2px;
      text-align: left;
      font-style: normal;
      font-size: 1.2em;
      padding-left: 15px;
}

#contentContainer {
      float: left;
      width: 580px;
      margin-left: 190px;
      display: inline;
      background-color: #fff;
      margin-top: -10px;
}

#contentContainer #content {
      color: #000;
      margin-top: 10px;
      margin-bottom: 0;
      padding: 10px 10px 15px;
}

.clearer {
      clear: both;
      height: 0;
      line-height: 0;
}

#contentContainer h3 {
      text-align: center;
      padding: 3px 5px;
      margin-bottom: 0px;
      color: #fff;
      background-color: #000;
      font: italic normal 15px sans-serif, Arial, Helvetica, Geneva;
      letter-spacing: 1px;
      margin-right: 10px;
}

#contentContainer h4 {
      color: #000;
      background-color: #e5e5e5;
      border: 1px solid #545454;
      font: normal normal 12px Arial, Helvetica, Geneva, sans-serif;
      padding: 5px;
      margin-top: 0px;
      margin-right: 10px;
}

      
/* @end */

/* @group Toolbar */

/* @group Top Menu */

/* Toolbar Styles */

#navcontainer {
      height: 30px;
      position: relative;
      z-index: 9;
      display: block;
      top: 0;
      left: 0;
      padding-left: 2%;
      padding-right: 2%;
}

#navcontainer .current {
      
}

#navcontainer .currentAncestor {
      
}
/* Parent - Level 0 */

#navcontainer ul {
      padding: 0;
      list-style: none;
      margin: 0px 0px 0px 0;
}

#navcontainer li {
      position: relative;
      display: inline;
      float: left;
      height: 30px;
      width: auto;
}

#navcontainer a {
      display: block;
      padding-top: 7px;
      text-decoration: none;
      text-align: left;
      height: 30px;
      padding-right: 1em;
      font-size: 1.1em;
      float: left;
      background: none;
      padding-left: 1em;
}

#navcontainer a:hover { 
      text-decoration: none;
}

/* Fix IE. Hide from IE Mac \*/

* html #navcontainer ul li { float: left; height: 1%; }

* html #navcontainer ul li a { height: 27px; }

/* End */


/* Child - Level 1 */

#navcontainer ul ul {
      position: absolute;
      left: 0;
      top: 28px;
      display: none;
      z-index: 301;
}

#navcontainer li:hover ul, #navcontainer li.over ul { 
      display: none;
      height: auto;
      z-index: 500;
      width: 100px;
}

#navcontainer ul ul li {
      display: none;
      width: 120px;
      height: auto;
      float: left;
      left: -20px;
      position: relative;
      z-index: 303;
      clear: left;
      overflow: visible;
}

#navcontainer ul ul a { 
      display: none;

}

#navcontainer ul ul a:hover {
      display: none;

}


#navcontainer ul ul .current{

}

html>body #navcontainer ul ul .current{
}

/* Child - Level 2 */

#navcontainer ul ul ul {

}

#navcontainer ul ul ul li {

}

#navcontainer ul ul ul a {

}

#navcontainer ul ul ul a:hover {

}

#navcontainer ul ul ul .current {

}

#navcontainer ul ul ul .currentAncestor {

}

/* Child Level 3 */

#navcontainer ul ul ul {

}

#navcontainer ul ul ul ul li {

}

#navcontainer ul ul ul ul a {

}

#navcontainer ul ul ul ul a:hover {

}

/* Child Level 4 */

#navcontainer ul ul ul ul {

}

#navcontainer ul ul ul ul ul li {

}

#navcontainer ul ul ul ul ul a {

}

#navcontainer ul ul ul ul ul a:hover {

}

/* Child Level 5 */

#navcontainer ul ul ul ul ul {

}

#navcontainer ul ul ul ul ul ul li {

}

#navcontainer ul ul ul ul ul ul a {

}

#navcontainer ul ul ul ul ul ul a:hover {

}

/* @end */

/* @group Sub-Menu */
/* Toolbar Styles */

#sub-navcontainer {
      float: left;
      width: 189px;
      margin-left: -770px;
      text-align: left;
      text-indent: 7px;
      margin-top: 17px;
}

#sub-navcontainer .current {
      
}

*html #sub-navcontainer .current {
      
}

#sub-navcontainer .current:hover {

}

#sub-navcontainer .currentAncestor {
      

}

/* Parent - Level 0 */

#sub-navcontainer ul {
      list-style: none;
      margin: 0;
      padding: 0;
}

#sub-navcontainer li {
      position: relative;
      display: inline;
      height: 0px;
}

#sub-navcontainer a {
      display: none;
      padding-left: 10px;
      padding-top: 3px;
      height: 14px;
      padding-bottom: 3px;
}

#sub-navcontainer a:hover {
      
}
*html #sub-navcontainer a:hover {
      
}


#sub-navcontainer a:active {

}

/* Child - Level 1 */

#sub-navcontainer ul ul {

}

#sub-navcontainer ul ul li {
}

#sub-navcontainer ul ul a {
      display: block;
      padding-left: 5px;
      text-decoration: none;
      font-size: 1em;
      margin-bottom: 1px;
      width: 185px;
}

#sub-navcontainer ul ul a:hover {
}

#sub-navcontainer ul ul .current {
      

}

*html #sub-navcontainer ul ul .current {

}

#sub-navcontainer ul ul .currentAncestor {
      

}

/* Child - Level 2 */

#sub-navcontainer ul ul ul {

}

#sub-navcontainer ul ul ul li {

}

#sub-navcontainer ul ul ul a {
      text-indent: 15px;
}

#sub-navcontainer ul ul ul a:hover {

}

#sub-navcontainer ul ul ul .current {
      
}

#sub-navcontainer ul ul ul .currentAncestor {

}

/* Child Level 3 */

#sub-navcontainer ul ul ul {

}

#sub-navcontainer ul ul ul ul li {

}

#sub-navcontainer ul ul ul ul a {
      text-indent: 25px;
}

#sub-navcontainer ul ul ul ul a:hover {

}

/* Child Level 4 */

#sub-navcontainer ul ul ul ul {

}

#sub-navcontainer ul ul ul ul ul li {

}

#sub-navcontainer ul ul ul ul ul a {
      padding-left: 70px;
}

#sub-navcontainer ul ul ul ul ul a:hover {

}

/* Child Level 5 */

#sub-navcontainer ul ul ul ul ul {

}

#sub-navcontainer ul ul ul ul ul ul li {

}

#sub-navcontainer ul ul ul ul ul ul a {
      padding-left: 90px;
}

#sub-navcontainer ul ul ul ul ul ul a:hover {

}

/* @end */

/* @end */

/* @group Global Classes */

blockquote, .standout {
      font-style: italic;
      margin: 0;
      font-size: 1em;
      color: #b8b8b8;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

.imageStyle {
      text-align: center;
      margin-right: auto;
      margin-left: auto;

}

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
      margin: 10px;
      padding: 0 10px;
}

#sidebarContainer #sidebar li {
}


/* Table Styles */
table {
      font-size: 1em;
}
/* @end */

/* @group Filesharing */

.filesharing-description {
      margin-bottom: 15px;
}

.filesharing-item-title {
      color: #000;
      margin-bottom: 1px;
      font: bold 16px "Lucida Grande", Lucida, Verdana, sans-serif;
      
}


.filesharing-item {
      border: 2px solid #C1C1C1;
      margin-top: 10px;
      margin-bottom: 10px;
      background: #eee url(images/downloadarrow.jpg) no-repeat right;
      padding-top: 3px;
      padding-right: 3px;
      padding-bottom: 3px;
      color: #fff;
}

.filesharing-item:hover {
      border: 2px solid #040404;
      background: #c7c7c7 url(images/downloadarrow.jpg) no-repeat right;
      color: #fff;
}

.filesharing-item-title a:link {
      border-bottom-style: none;
      text-decoration: none;
      padding: 3px;
      margin-bottom: 3px;
}

.filesharing-item a{
      color: #000;
      text-decoration: none;
      padding-left: 10px;
      text-shadow: 1px 1px 1px #000;
}
.filesharing-item-title a:hover {
      color: #2100ff;
      text-shadow: 1px 1px 1px #000;
}

.filesharing-item-title a:visited {
      color: #4c4c4c;
      text-decoration: none;

}

.filesharing-item-description {
      font-size: 12px;
      line-height: 1.5em;
      padding-left: 3px;
      color: #333333;
      text-align: left;
}

/* @end */





/* @group Quicktime Page */

.movie-description {

}
      
/* @end */

/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
      color: #333333;
      font-size: 1.7em;
      font-weight: normal;
      letter-spacing: 2px;
}

.movie-page-description {
      color: #cccccc;
      letter-spacing: 2px;
      margin-bottom: 10px;
}

.movie-thumbnail-frame {
      width: 132px;
      display: inline-table;
      text-align: center;
      margin-right: 10px;
      margin-bottom: 10px;
      padding: 1px;
      border: Solid 1px #cccccc;
      font-size: 0.9em;
      position: relative;
      z-index: 10;
}

.movie-thumbnail-frame:hover {
}
.movie-thumbnail-caption {
}
      
/* @end */

/* @group Single Page (Movie View) */

.movie-background {
}

.movie-title {
      color: #333333;
      font-size: 1.3em;
      font-weight: normal;
      letter-spacing: 2px;
}

.movie-frame {

}
      
/* @end */


/* @end */

/* @group Contact Form */
.message-text {
} 

.required-text {
} 

.form-input-field {
      width: 85%;
} 

.form-input-button { 
} 
/* @end */


/* @group RapidCal */

/* @group Mini - Calendars */

.rapidCalMini {
      
}/* Main div around the area */

.rapidCalMiniWrapper {
      
} /* the wrapper is a div in vertical mode (Sidebar), it is a table in horizontal mode */

.rapidCalMini td {
      
}/* Day Cells in the Mini Calendar */

.rapidCalMiniEvent {
      
}/*Day that contains the event in the mini calendar */

.rapidCalMiniToday {
      
} /* style for Todays cell in Mini Calendar */

.rapidCalMiniPrevMonth {
      
} /* Previous Month Wrapper */

.rapidCalMiniNextMonth {
      
}/* Next Month Wrapper */

.rapidCalMiniMonthSelect {
      
} /* Central area wrapper, use ".rapidCalMiniMonthSelect p" to override text properties. */

.rapidCalMini a       {
      
} /* Links within the are */

rapidCalMiniPrevMonthDay {
      
} /* Previous months Days */

.rapidCalMiniNextMonthDay {
      
} /* Next months Days */




/* @end */

.rapidCalWrapper      {
      
} /* Main Div around the whole data */

.rapidCalHeader            {
      
} /*Wrapper around the Header (Use Display none to hide the title */

.rapidCalHeader table      {
      
} /*The header's table */

.rapidCalHeader .monthTitle      {
      
} /*The month and year title above the calendar */

.rapidCalHeader .goPrev      {
      
}/*the leftward arrow to previous month, on top left*/

.rapidCalHeader .goNext      {
      
} /*the leftward arrow to next month, on top left*/

.rapidCal      {
      
} /* Div around the main calendar */



.rapidCal table      {
      
}

.rapidCal td      {
      
}

.rapidCalToday      {
      
} /* Special class for "Todays" td */

.rapidCalToday p      {
      
}/* Todays Date */

.rapidCal .dayHeader      {
      
}/* The Weekdays Row */

.rapidCal ul      {
      
}/* The Events List in the Day Cell */

.rapidCal li      {
      
}/* A Single Event */

.rapidCal .allDay      {
      
}/* All day events */

.hasTooltip      {
      
}/*used if the event has a tooltip*/

.rapidCal .weekNumber      {
      
}/*Week number Cells*/

.rapidCal .prevMonth      {
      
}/*Day Cells belonging to the previous month in the main Calendar*/

.rapidCal .nextMonth      {
      
}/*Day Cells belonging to next month*/



/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
      color: #000;
      font-size: 1.7em;
      font-weight: normal;
      letter-spacing: 2px;
      padding-top: 10px;
}

.album-description {
      color: #000;
      letter-spacing: 2px;
      margin-bottom: 70px;
}

.album-wrapper {
      display: block;
      width: 99%;
      position: relative;
      text-align: center;
}

.thumbnail-wrap {
      text-align: center;
      position: relative;
      float: left;
      margin-bottom: 60px;
      margin-right: 25px;
      margin-left: auto;
}

.thumbnail-frame {
    bottom: 0;
      text-align: center;
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
      border: 1px solid #cccccc;
      padding: 1px;
      margin: auto;
}

.thumbnail-caption {
      margin: 0;
      padding: 0;
      line-height: normal;
      width: 100%;
      height: 38px;
      display: block;
}
      
/* @end */

/* @group Single Page (Photo view) */

.photo-background {
      margin: 10px;
      text-align: center;
}

.photo-navigation {
      background: #adadad;
      margin-bottom: 10px;
      padding: 5px;
      border: 1px solid #fff;
      color: #fff;
      text-align: center;
}

.photo-links {
      margin: 0;
      padding: 0;
}

.photo-navigation a:link, .photo-navigation a:visited {
      color: #000;
}

.photo-navigation a:hover {
      color: #ffffff;
}

.photo-frame{
      background: #fff;
      padding: 3px;
      border: 2px solid #c2c2c2;
      text-align: center;
}

.photo-title {
      font-size: 1.7em;
      font-weight: normal;
      letter-spacing: 2px;
      color: #ffffff;
      margin: 0;
      padding: 0;
      text-shadow: 2px 2px 2px #000;
}

.photo-caption {
      color: #000;
      letter-spacing: 2px;
      margin: 0;
      padding: 0;
}

/* @end */
      
/* @end */

#date {
      text-align: center;
      padding-top: 5px;
      padding-bottom: 5px;
      font-size: 1.2em;
      letter-spacing: 1.1px;
      border-top-width: 2px;
      border-top-style: solid;
      border-bottom-style: solid;
      border-bottom-width: 2px;
}
#ads {
      text-align: center;
      padding-top: 6px;
      padding-bottom: 6px;
}

/* @group Bread-crumb */

#breadcrumbcontainer {
      position: relative;
      z-index: 6;
}

#breadcrumbcontainer ul {
      list-style: none;
      margin: 0;
      padding: 0 30px 0 30px;
}

#breadcrumbcontainer li {
      display: inline;
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}
      
/* @end */

/* @group RapidBlog */

.blog-entry-comments-body {
      text-align: left;
}

.blog-entry-comments-body-even {
      text-align: left;
      padding: 5px 8px;
}

.blog-entry-comments-body-odd {
      background-color: #fff;
      text-align: left;
      padding: 5px 8px;
}

/* @end */

/* @group Blog */

/* @group Tag Cloud */
ul.blog-tag-cloud {
      margin: 0 0 10px;
      padding: 0;
      text-align: justify;
}

ul.blog-tag-cloud li {
      display: inline;
      padding-right: 5px;
}

.blog-tag-size-1 {      
      font-size: 0.8em;
}

.blog-tag-size-2 {      
      font-size: 0.85em;
}

.blog-tag-size-3 {      
      font-size: 0.9em;
}

.blog-tag-size-4 {      
      font-size: 0.95em;
}

.blog-tag-size-5 {      
      font-size: 1em;
}

.blog-tag-size-6 {      
      font-size: 1.05em;
}

.blog-tag-size-7 {      
      font-size: 1.1em;
}

.blog-tag-size-8 {      
      font-size: 1.15em;
}

.blog-tag-size-9 {      
      font-size: 1.2em;
}

.blog-tag-size-10 {      
      font-size: 1.25em;
}

.blog-tag-size-11 {      
      font-size: 1.3em;
}

.blog-tag-size-12 {      
      font-size: 1.35em;
}

.blog-tag-size-13 {
      font-size: 1.4em;
}

.blog-tag-size-14 {      
      font-size: 1.45em;
}

.blog-tag-size-15 {
      font-size: 1.5em;
}

.blog-tag-size-16 {      
      font-size: 1.55em;
}

.blog-tag-size-17 {      
      font-size: 1.6em;
}

.blog-tag-size-18 {      
      font-size: 1.65em;
}

.blog-tag-size-19 {
      font-size: 1.7em;
}

.blog-tag-size-20 {      
      font-size: 1.75em;
}

/* @end */

/* @group Archive Page */

.blog-archive-background {
      text-decoration: none;
}

.blog-entry-summary {
      margin-bottom: 15px;
      padding: 6px;
}

.blog-archive-headings-wrapper { 
      text-align: left;
      text-decoration: none;
      margin-right: auto;
      margin-left: auto;
}

.blog-archive-entries-wrapper { 
      text-align: left; 
      text-decoration: none;
      margin-right: auto;
      margin-left: auto;
      padding: 1px;
}

.blog-archive-entries-wrapper .blog-entry {
}

.blog-archive-month {
      font-weight: bold;
      font-size: 25px;
      text-align: left;
      text-indent: 40px;
      margin-bottom: 4px;
      background: 12px 4px url(images/archives.gif) no-repeat;
      line-height: 30px;
      margin-top: 18px;
}

.blog-archive-link {
      font-size: 13px;
      background: url(images/blog_back_on.gif) no-repeat 22px 4px;
      text-align: left;
      text-indent: 41px;
      margin-bottom: 22px;
}

.blog-archive-link a:hover {
      text-decoration: none;
}

.blog-archive-link-enabled {
      background: url(images/arrow_triangle.gif) no-repeat left center;
      padding-left: 10px;
      font-weight: bold;
      font-size: 12px;
}

.blog-archive-link-disabled {
      padding-left: 10px;
      font-size: 12px;
      
}

.blog-archive-link a:link, .blog-archive-link a:visited {
}



/* @end */

.blog-entry {
      text-align: left;
      margin-bottom: 30px;
}

.blog-entry-title {
      font-weight: bold;
      font-size: 18px;
      text-indent: 5px;
      margin-bottom: 6px;
      padding-left: 5px;
      line-height: 21px;
      text-decoration: none;
}

.blog-entry-date {
      text-align: left;
      font-size: 12px;
      padding-top: 4px;
      padding-bottom: 5px;
      border-top-style: solid;
      border-top-width: 1px;
}

/*styles the category link in the main entry */

.blog-entry-category {
      margin-left: 4px;
      padding-bottom: 4px;
}

.blog-entry-category a:link, .blog-entry-category a:visited {
}

.blog-category-link-enabled {
      font-size: 13px;
      padding-bottom: 3px;
      line-height: 20px;
      font-weight: bold;
}

.blog-category-link-disabled {
      font-size: 13px;
      padding-bottom: 3px;
      line-height: 20px;
      font-weight: bold;
      position: relative;
      z-index: 1;
}

/*styles the permalink link in the main entry */

.blog-entry-permalink {
      margin-left: 4px;
      padding-bottom: 4px;
}

.blog-entry-permalink a:link, .blog-entry-permalink a:visited {
}

.blog-read-more {
      padding: 5px;
      margin-top: 2px;
      margin-bottom: 2px;
}

.blog-entry-body {
      margin-bottom: 15px;
      padding: 0;
      margin-top: 8px;
}

.blog-entry-comments {
      text-align: right;
      padding-right: 5px;
      margin-bottom: 15px;
      margin-top: 10px;
      font-size: 11px;
}

/* styles the archives in the blog sidebar */

#blog-archives {
      padding-bottom: 7px;
      margin-top: 10px;
      text-align: left;
}

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

/* Styles the blog categories in the blog sidebar */

#blog-categories {
      text-align: left;
      margin-top: 20px;
      margin-bottom: 10px;
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

/* Styles the blog RSS feeds in the blog sidebar */

#blog-rss-feeds {
      font-size: 12px;
      line-height: 24px;
      margin-top: 7px;
}

.blog-rss-link {
      background: url(images/rss.gif) no-repeat 0px 0px;
      padding-left: 25px;
      padding-bottom: 4px;
}

.blog-comments-rss-link {
      background: url(images/rss.gif) no-repeat 0px 0px;
      padding-left: 25px;
      padding-bottom: 4px;
}

/* ---New36--- */

p.blog-entry-tags {
}
/* Styles blog tag links normal and visited state */
p.blog-entry-tags a:link,
p.blog-entry-tags a:visited {
}

/* Styles blog tag links hover state */
p.blog-entry-tags a:hover {
}

/* Styles blog tag links active state */
p.blog-entry-tags a:active {
}

/* Styles the tag clous un-ordered list */
ul.blog-tag-cloud {
}

/* Styles tag cloud list item */
ul.blog-tag-cloud li {
}

/* Styles all links in the tag cloud in normal and visited state */
ul.blog-tag-cloud li a:link,
ul.blog-tag-cloud li a:visited {
}

/* Styles all links in the tag cloud in hover state */
ul.blog-tag-cloud li a:hover {
}

/* Styles all links in the tag cloud in active state */
ul.blog-tag-cloud li a:active {
}
/* @end */

/* @group Alternate Sidebar */

#alternate_sidebar h3{
      color: #010101;
      margin-right: 2px;
      margin-left: 2px;
      padding-left: 1px;
      padding-right: 1px;
      text-indent: 0;
      font-weight: bold;
      font-size: 1.2em;
}
#alternate_sidebar h4{
      color: #010101;
      margin-right: 2px;
      margin-left: 2px;
      padding-left: 1px;
      padding-right: 1px;
      text-indent: 0;
      font-weight: normal;
      font-style: normal;
      font-size: 1em;
      margin-top: -10px;
}
#alternate_sidebar h5{
      display: none;
}


#alternate_sidebar h6{
      display: none;
}
#alternate_sidebar .sideHeader{
      display: none;
}
#alternate_sidebar {
      color: #010101;
      margin-right: 5px;
      margin-left: 5px;
      padding-left: 3px;
      padding-right: 3px;
}
/* @end */

/* @group SideBar */

#sidebarContainer {
      width: 187px;
      float: left;
      margin-bottom: 1px;
      margin-top: 7px;
      padding-top: 30px;
}

#sidebarContainer #sidebar {
      color: #010101;
      margin-right: 5px;
      margin-left: 5px;
      padding-left: 3px;
      padding-right: 3px;
}

#sidebarContainer .sideHeader {
      color: #000000;
      font-weight: bold;
      padding-right: 5px;
      padding-left: 5px;
      text-align: center;
      margin-bottom: 20px;
}



#sidebarContainer h3 {
      display: none;
}

#sidebarContainer h4 {
      display: none;
}

#sidebarContainer h5 {
      color: #010101;
      margin-right: 2px;
      margin-left: 2px;
      padding-left: 1px;
      padding-right: 1px;
      text-indent: 0;
      font-weight: bold;
      font-size: 1.2em;
}


#sidebarContainer h6{
      color: #010101;
      margin-right: 2px;
      margin-left: 2px;
      padding-left: 1px;
      padding-right: 1px;
      text-indent: 0;
      font-weight: normal;
      font-style: normal;
      font-size: 1em;
      margin-top: -20px;
}

/* @end */

/* @group Footer */

#footer {
      overflow: hidden;
      height: 70px;
      margin: 0 auto;
      position: relative;
      text-align: center;
      letter-spacing: 2px;
      font-size: 11px;
      border-top-width: 2px;
      border-top-style: solid;
}

#footer p {
      position: relative;
      z-index: 6;
      margin: 0;
      padding:  10px 0 0 0;
}

#footer a:link, #footer a:visited {

}

#footer a:hover, #footer a:active {
}



/* @end */


