* {margin:0px;padding:0px}

/*
 Light:#a4d0ef
 Mid:#006699
 Dark:#003366

*/
P{margin-bottom:7px;}
UL,OL{
	margin-bottom:7px;
	margin-left:21px;
}
body{
	background-color:#f6f6f6;
	color:#325832;
	font-family:Verdana;
	font-size:11px;

	text-align:center;
}
TD{
	font-family:Verdana;
	font-size:11px;
}
#headerContainer{
	width:600px !important;
	width:610px;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
  padding-top:2px;
	padding-left:5px;
	padding-right:5px;
	text-align:left;
	background-image:url(/templates/themes/scalemtr/images/pagebg_top.gif);
	background-repeat:no-repeat;
}
#menuContainer{
	width:600px !important;
	width:610px;

	margin-left:auto;
	margin-right:auto;
	padding-left:5px;
	padding-right:5px;
	text-align:left;
	background-image:url(/templates/themes/scalemtr/images/pagebg_mid.gif);
	background-repeat:repeat-y;
}
  #mainMenu{
    width:600px;
    height:38px;
    background-image:url(/templates/themes/scalemtr/images/main_menu_bg.gif);
    background-repeat:repeat-x;
  }

#pageContainer{
	width:600px !important;
	width:610px;
	margin-left:auto;
	margin-right:auto;
	padding-left:5px;
	padding-right:5px;
	text-align:left;
	background-image:url(/templates/themes/scalemtr/images/pagebg_mid.gif);
	background-repeat:repeat-y;
}
  #contentContainer{
    padding:20px;
    min-height:400px;
  }
  #leftContent{
    float:left;
    width:380px !important;
    width:390px;
    padding-right:10px;
  }
  #rightContent{
    float:left;
    width:160px;
    height:600px;
  }

#pageBottomContainer{
	width:600px !important;
	width:610px;
	margin-left:auto;
	margin-right:auto;
	padding-left:5px;
	padding-right:5px;
	text-align:left;
	background-image:url(/templates/themes/scalemtr/images/pagebg_lower.gif);
	background-repeat:repeat-y;
	background-color:#F6F3F0;
}
  #footerText{
    width:580px;
    padding-top:10px;
    margin-left:10px;
    margin-bottom:10px;
    float:left;
    font-size:9px;
  }

#footerContainer{
	background-color:#F6F3F0;
	width:600px !important;
	width:610px;
	height:7px;
	margin-left:auto;
	margin-right:auto;
	padding-left:5px;
	padding-right:5px;
	background-image:url(/templates/themes/scalemtr/images/pagebg_bottom.gif);
	background-repeat:no-repeat;
}

#logoContainer{
	float:left;
	padding:7px;
}

#siteCredits{
	font-family:arial;
	font-size:11px;
	letter-spacing:3px;
	margin:5px;
	margin-bottom:10px;
}

H1{
	color:#006699;
	font-family:Verdana;
	font-size:16px;
	margin-bottom:12px;
}
H2{
	color:#006699;
	font-family:Verdana;
	font-size:14px;
	margin-bottom:12px;
}
H3{
	color:#006699;
	font-family:Verdana;
	font-size:13px;
	border-bottom:1px solid #006699;
	margin-bottom:7px;
}

hr{
	color: #a4d0ef;
	background-color:#a4d0ef;
	height: 1px;
	border: 0px;

}

a{
	color:#006699;
}

a:hover{
	text-decoration:underline;
}

.forminput{
	color:#006699;
	font-family:Verdana;
	font-size:12px;
	background-color:#FFFFFF;
	border:1px;
	border-style:solid;
	border-color:#006699;
}

.formbutton{
	color:#006699;
	font-family:arial;
	font-size:12px;
	background-color:#FFFFFF;
	border:1px;
	border-style:solid;
	border-color:#006699;
	font-weight:bold;
}
.clr{
	clear:both;
}
.debug{
  border:1px solid #ff0000;
}

