/*  Body Style is the style of the text on any given page including list bullet syle*/

html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none
}
.fullheight{height:100%}
.mainContent{
	vertical-align:top;
	
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 72%;
	line-height: 160%;
	background-color: #018FCD;
	color: #444444;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

#main-wrapper h1 { display:block;font-size: 10px; margin: 0; width: 200px;text-indent: -999em; }

ul
  {
  margin-left: 0;
  padding-left: 1.5em;
  }
li
  {
  margin: 0;
  padding: 0;
  list-style-type: square;

}
.master_bg_y  {
	background-repeat: repeat-y;
}



a:link, a:visited{
	color: #0099FF;
	text-decoration: none;
	text-transform: none;
}

a:hover{
	text-decoration: none;
	background-color: #0099FF;
	color: #FFFFFF;
}

.Right_Border {
	border-right-width: 1px;
	border-right-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/* Page Title Style is the style for the main title of the page */
.Page_Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: lighter;
	color: #008fcc;
	line-height: 50px;
	letter-spacing: -1px;
	text-transform: none;
	text-decoration: none;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
	border-bottom-width: 0px;
	font-stretch: condensed;
	padding-bottom: 15px;
}

/* Bottom_Border style is a style to create a border to separate sections.  Use on Table or in a Table Cell */

.Bottom_Border {
	border-bottom-width: 1px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.footer {
	color: #444444;
	font-size: 100%;
}

.footer a:link, .footer a:visited {
	color: #0099FF;
}
.footer a:hover {
text-decoration: none;
	color: #FFFFFF;
}
.homePage {
	font-size: 95%;
	line-height: 120%;
}
.sideItem {
	font-size: 80%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
tr.link1{
background:#D4E9FA;color:#000000;hover:expression(this.onmouseover=new Function("this.style.background='#0099ff';this.style.color='#ffffff';"),this.onmouseout=new Function("this.style.background='#D4E9FA';this.style.color='#000000';"));
}
tr.link2{
background:#ffffff;color:#000000;hover:expression(this.onmouseover=new Function("this.style.background='#0099ff';this.style.color='#ffffff';"),this.onmouseout=new Function("this.style.background='#ffffff';this.style.color='#000000';"));
}
li {
	list-style-image: url(images/bullet.gif);
}

/* Heading Style for creating a destinct heading */

.Heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0099FF;
	text-transform: none;
	letter-spacing: -0.5px;
	line-height: 150%;
}
li.bullet
{
background-image: url(./images/bullet.gif);
background-repeat: no-repeat;
background-position: 0 .3em;
padding-left: 1.5em;
margin-left: 1.2em;
margin-top: .1em;
}

/* Sub_Heading Style for creating a destinct secondary heading */

.Sub_Heading {
	font-style: italic;
	font-weight: bold;
	color: #666666;
	text-transform: none;
	font-size: 14px;
	letter-spacing: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Bold_Title Style includes pimary color to highlight text */

.Bold_Title {
	font-style: normal;
	font-weight: bold;
	color: #0099FF;
}

