﻿/*** Universal Blue Links ***/
A:link, A:visited {COLOR: #0F7CB9; text-decoration:none;}
A:hover, A:active {COLOR: #0F7CB9; text-decoration:underline;}

#sizer { display:none } 

.container
{
max-width:1200px;
width:expression(document.body.clientWidth > 1200? "1198px": "auto" );
}


body {
	/*margin-top: 5px;*/	
	background: #E9E7DF;
	text-align: center; /* for IE */
}

body, td{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #606060;
	line-height: 17px;
	font-weight: normal;
}

P {margin-top: 0px; margin-bottom: 15px;}


hr {border: none 0;
border-top: 1px dashed #AAAAAA;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}


#pagecontent UL {margin-left: 0; margin-top: 0em; margin-bottom: 0em; padding-left: 2em; list-style-image:url('http://192.168.10.10/images/bullet_housegreen.gif');}
#pagecontent UL UL {margin-left: 0; margin-top: 0em; margin-bottom: 0em; padding-left: 2em; list-style-type: disc; list-style-image:none;}
#pagecontent UL H3 { margin-top:20; margin-bottom:0; margin-left: -3; padding-left: 0em; list-style-image:url('http://192.168.10.10/images/bullet_housegreen.gif');}
#pagecontent LI {margin-bottom: 3px;}


/***Header: Begin***/
DIV.header {display:none;}
DIV.footer {display:none;}
.breadcrumbstext {display:none;}
.breadcrumbstextbg {display:none;}
.leftmenubg1{display:none;}
.leftmenubg2{display:none;}
.menuItem{display:none;}
.header{display:none;}


h1 {
	font-size: 19px;
	line-height: 25px;	
	font-weight: bold;
	color: #87BB15;
	margin-top: 0px;
	margin-bottom: 5px;
}

h2{
	font-size: 14px;
	line-height: 17px;		
	font-weight: bold;
	color: #505050;
	margin-bottom: 5px;
	margin-top: 5px;
}

h3{
	font-size: 13px;
	line-height: 15px;	
	font-weight: bold;
	color: #46668E;
	margin-bottom: 10px;
	margin-top: 5px;
}

h4{
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: #000000;
	margin-bottom: 0px;
	margin-top: 0px;
}


h1 A:link, h1 A:visited, h2 A:link, h2 A:visited, h3 A:link, h3 A:visited,  h4 A:link, h4 A:visited {TEXT-DECORATION: none;}
h1 A:active, h1 A:hover, h2 A:active, h2 A:hover, h3 A:active, h3 A:hover, h4 A:active, h4 A:hover {TEXT-DECORATION: underline;}
