.Dummy { text-decoration: none }

.boxfloatleft{float: left; width: 170px; text-align:center;}

BODY
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .78em;
margin:0;
} 

#header { }
.clear
{
 clear: left;
	line-height:0; 
	height:0;
}

#container{
width:100%;
text-align:left;
padding:5px;
overflow: hidden;
margin: auto;
}

#leftside {
	width:190px;
	font-size: 12px;
	color: #1B2713;
	padding:2px;
	float: left;
}

/* START MENU */

.menuhead {
	font-size: 14px;
	display: block;
	background-color: #016193;
	color: #FFFFFF;
	font-weight: bold;
	padding:3px;
	border: 1px solid #016193;
}

.menuhead a:link{
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}

.menuhead a:hover{
	font-size: 14px;
	color: #E8F7FF;
	font-weight: bold;
	text-decoration:none;
}

.menuhead a:visited{
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}

.menubox {
	border: 1px solid #016193;
}

#leftside .menu {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-color:#F2FBFF;
}

#leftside .menu li {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom: 1px dashed #016193;
	line-height:30px;
	text-decoration: none;
}

#leftside .menu a {
	font-weight: bold;
	color: #016193;
	text-decoration: none;
	padding-left: 5px;
}

#leftside .menu a:hover {
	font-weight: bold;
	color: #016193;
	text-decoration: none;
	padding-left: 22px;
	background-color: #FFFFFF;
	background-image:url(../images/menu-on.gif);
	background-repeat:no-repeat;
	background-position: center left;
}

.menu li:hover,
.menu li a:hover{	
	display: block;
	font-style: normal;
	color: #016193 !important;
}
/* END MENU */

#main {
	margin-left:200px;
	margin-right:15px;
	padding:5px;
	background-color:#FFFFFF;
}

#footer{
border-top: #016193 solid 2px;
font-size:9px;
padding-left:20px;
padding-right:20px;
padding-top:5px;
padding-bottom: 40px;
background-image:url(../images/footer.jpg);
background-position:bottom;
background-repeat: repeat-x;}



.box {
border:#FF0000 thin solid;
text-align:center;
padding: 10px;
}

H1 { 
	text-align: center;
	font-size: 25pt;
	font-weight: 600;
 }
	
H2 { 
	font-size: 15pt;
	font-weight: 600;
 }

H3 { 
	text-align: center;
	background: transparent;
	text-decoration: none;
	font-size: 15pt;
	font-weight: 600;
	font-family: "Tahoma", "Helvetica", "Arial", "Sans-serif" }

H4 {
	text-align: left;
	color:#FF0000;
	background: transparent;
	text-decoration: none;
	font-size: 12pt;
	font-weight: 600;
	font-family: "Tahoma", "Helvetica", "Arial", "Sans-serif" }

H6 { 
	background-color: #016193;
	font-size:14px;
	font-weight: 600;
	color:#FFFFFF;
 }

P { 
	text-decoration: none }
	
li { 
	font-weight: 400;
line-height: 200%;
 }
 
.bullet li {line-height:100%; }
	
TD { 
	font-weight: 400;
 }
 
#showimage{
position:absolute;
visibility:hidden;
border: 1px solid gray;
}

#dragbar{
cursor: hand;
cursor: pointer;
background-color: #EFEFEF;
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
font-weight: bold;
margin-right: 1px;
}
 
.champ {
	text-align: left;
	color:#FF0000;
	background: transparent;
	text-decoration: none;
	font-size: 12pt;
	font-weight: bold;
	font-family: "Tahoma", "Helvetica", "Arial", "Sans-serif" }
	

.justify {text-align:justify;}

.tabletitle {
	color:#FFFFFF;
	background-color: #016193;
	font-size:15px;
	font-weight: bold;
	padding: 8px;
	}

.breadcrumb {
	font-size: 9px;
	}
	
.indent{margin-left:40px;}

.blocklink {
margin-left:100px;
margin-right:100px;}

.floatleft{ float:left; margin-right: 10px;}

A:visited { color: #0000FF;
	background: transparent; }

A:link { color: #0000FF;
	background: transparent; }

A:hover { color: #014E76;
	background: transparent;
}

.red {color:#FF0000;}
.center {text-align:center}
.Left { margin-right: 10px } /* adds space to right of left-aligned image */
.Right { margin-left: 10px } /* adds space to left of right-aligned image */