/******************************************
 * TITLE   : BlueTranquility 2 Stylesheet *
 * REVISED : January 9, 2005              *
 * AUTHOR  : Linus "ElderDude" Gibson     *
 * EMAIL   : linusgibson@yahoo.com        *
 * SITE URL: http://linus.no-ip.com       *
 *                                        *
 * Changed by CoolMaster (CMS Author)     *
 *****************************************/

/***** General ************************************************************************/
a:link {
  color: #00478D;
}

a:visited {
  color: #3574EC;
}

a:hover {
  text-decoration: none;
}

a.pagelink:visited {
  color: #00478D;
}

body {
  background-color: #EFEFEF;
  font-family: Arial, "Times New Roman", Times, sans-serif;
  font-size: 14px;
  margin: 0 0;
  padding: 18px 28px;
}

p {
  text-align: justify;
  margin: 0 0;
}

p.noheight {
  line-height: 1.12em;
}

p.return {
  text-align: right;
}

span.uline {
  text-decoration: underline;
}

ul {
  text-align: justify;
}

img {
  border: none;
}

/* Note: Compensates for IE acronym dotted underline bug */
acronym {
  border-bottom: 1px dotted #000000;
  cursor: help;
}

div#top {
  position: absolute;
  top: 0;
}

/***** Header *************************************************************************/
div#header {
  background-color: #FFFFFF;
  border: 1px solid #00478D;
  padding: 10px 10px 15px 0;
  font-family: Georgia, "Times New Roman", Times, sans-serif;
  width: auto;
}


/* Note: Optional Ad Banner Area (remove if not using banner image at all) */
div#header img {
  margin: 0 0 0 10px;
  width: 450px;
  height: 85px;

}

div#header h1 {
  color: #00478D;
  cursor: default;
  font-size: 30px;
  margin: 0 0 0 10px;
  width: auto;
}

div#header h2 {
  color: #414141;
  cursor: default;
  font-size: 13px;
  margin: 5px 0 0 10px;
  width: 365px;
}

/***** Side Bar (general) *************************************************************/
.topgap {
  margin-top: 2px;
}

.btmgap {
  margin-top: 2px;
}

div.separator {
  margin-top: 6px;
}

/***** Left Side Bar ******************************************************************/
div#lsidebar {
  font-family: Verdana, "Times New Roman", Times, sans-serif;
  float: left;
  width: 140px;
  margin-top: 10px;
}

div#lsidebar img {
  border: none;
}

div#lsidebar p {
  text-align: left;
}

/***** Right Side Bar *****************************************************************/
div#rsidebar {
  font-family: Verdana, "Times New Roman", Times, sans-serif;
  float: right;
  width: 160px;
  margin-top: 10px;
}

div#rsidebar img {
  border: none;
}

div#rsidebar p {
  text-align: left;
}

/***** Nav Menu (position at top of either side bar) **********************************/
div.nmenu {
  font-size: 13px;
  font-weight: bold;
}

div.nmenu span {
  background-color: #00478D;
  border: 1px solid #000000;
  color: #FFFFFF;
  cursor: default;
  display: block;
  text-decoration: none;
  padding: 3px 10px;
  width: auto;
}

div.nmenu a {
  background-color: #FFFFFF;
  border: 1px solid #00478D;
  display: block;
  padding: 3px 10px;
  width: auto;
  text-decoration: none;
}

div.nmenu a:visited {
  color: #00478D;
}

div.nmenu a:hover {
  background-color: #00478D;
  border-color: #000000;
  color: #FFFFFF;
}

/***** Side Info (position at bottom of left side bar or anywhere on right side bar) **/
div.sideinfo {
  background-color: #FFFFFF;
  border: 1px solid #00478D;
  font-size: 10px;
  padding: 3px 10px;
  width: auto;
}

/***** Content Area *******************************************************************/
div#contentarea {
  padding-left: 150px;
  padding-right: 170px;
  margin-top: 12px;
}


div.title {
  background-color: #FFFFFF;
  border: 1px solid #00478D;
  color: #00478D;
  font-family: Verdana, "Times New Roman", Times, sans-serif;
  font-size: 13px;
  font-weight: bold;
  padding: 3px 10px;
  margin-top: 10px;
}

div.info {
  background-color: #FFFFFF;
  border: 1px solid #00478D;
  color: #00478D;
  font-family: Verdana, "Times New Roman", Times, sans-serif;
  font-size: 13px;
  font-weight: bold;
  padding: 3px 10px;
  margin-top: 0px;
}

div.content {
  background-color: #FFFFFF;
  border-right: 1px solid #00478D;
  border-bottom: 1px solid #00478D;
  border-left: 1px solid #00478D;
  padding: 6px 10px;
  _height: 10px;
  min-height: 10px;
}

div.contentnobottom {
  background-color: #FFFFFF;
  border-right: 1px solid #00478D;
  border-left: 1px solid #00478D;
  padding: 6px 10px;
  _height: 10px;
  min-height: 10px;
}

div.bottom {
  background-color: #FFFFFF;
  border-bottom: 1px solid #00478D;
  border-left: 1px solid #00478D;
  border-right: 1px solid #00478D;
  color: #00478D;
  font-family: Verdana, "Times New Roman", Times, sans-serif;
  font-size: 13px;
  padding: 3px 10px;
  margin-top: 0px;
}

div.maincontent {
  background-color: #FFFFFF;
  border: 1px solid #00478D;
  padding: 6px 10px;
}

div.mainblock {
  _height: 10px;
}


/** form **/
input {
	font-size: 11px;
	padding:1px 2px 1px 2px;
	border:1px solid #999999;
	color:#666666;
	background:#F6F6F6;
}

textarea {
	font-size: 11px;
	border:1px solid #999999;
	color:#666666;
	background:#F6F6F6;
}
select {
	font-size: 11px;
	border:1px solid #999999;
	color:#666666;
	background:#F6F6F6;
}
h1 { color: #444; text-decoration: none; font-size: 25px; font-weight: bold; padding-right: 25px; border-bottom:2px solid #EFF6FF; max-width:350px;}
h2 { color: #444; text-decoration: none; font-size: 21px; font-weight: bold; padding-right: 25px; border-bottom:2px solid #EFF6FF; max-width:350px;}
h3 { color: #444; text-decoration: none; font-size: 17px; font-weight: bold; padding-right: 25px; border-bottom:2px solid #EFF6FF; max-width:350px;}
h4 { color: #444; text-decoration: none; font-size: 14px; font-weight: bold; padding-right: 25px; border-bottom:2px solid #EFF6FF; max-width:350px;}
h5 { color: #444; text-decoration: none; font-size: 12px; font-weight: bold; padding-right: 25px; border-bottom:2px solid #EFF6FF; max-width:350px;}
h6 { color: #444; text-decoration: none; font-size: 10px; font-weight: bold; padding-right: 25px; border-bottom:2px solid #EFF6FF; max-width:350px;}

#datatable {
	border: 1px solid #666666;
	font-size: 10pt;
	text-align:center;
	color: #000000;
}

#datatable td.even, tr.even {
	background-color: #F0F8FF;
}

#datatable td.odd, tr.odd {
	background-color: #FFFFFF;
}
#datatable th {
        background-color: #00478D;
        color: #FFFFFF;
        font-size: 10pt;
}

#tableim {
        border: 0;
}

#tableim tr {
        text-align:left;
}
