/*  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: #666666;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

ula
{
list-style-type: none;
list-style-image: url(images/bullet.gif)
padding: 0;
margin: 0;
margin-top: .6em;
}




/*  master_bg_x repeat allows the bacground to be repeated by x coordinate:  To activate remove this comment tag 

.master_bg_x  {
	background-repeat: repeat-x;
}

*/

.master_bg_y  {
	background-repeat: repeat-y;
}


/*  master_bg_x repeat allows the bacground to be repeated by x & y coordinate:  To activate remove this comment tag 

.master_bg_x  {
	background-repeat: repeat;	
}

*/

/*  a:link, a:visited & a:hover Styles are for the links within the body text */

a:link, a:visited{
	color: #0099FF;
	text-decoration: none;
	text-transform: none;
}

a:hover{
	text-decoration: none;
	background-color: #0099FF;
	color: #FFFFFF;
}
/*  Right_Boarder Style creates a line to separate sections.  Use in Table */
.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: #999999;
	font-size: 90%;
}

.footer a:link, .footer a:visited {
	color: #999999;
}
.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);
}
