﻿html,body{
  margin:0;
  padding:0;
  height:100%;
  border:none;
  background-color:Gray;
  font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
}



#main {
    position:relative;width:800px;height:100%;
    margin-left:auto;margin-right:auto; border:none 0;
    background-color:White;clear:both;
}
#head{position:relative; width:100%; height:162px; background-color:White; clear:both;}
.headleft{position:relative; float:left; width:170px; clear:left;}
.headright{position:relative; float:right; width:630px; text-align:right; clear:right;}

#tabtopblankleft{position:relative; float:left; width:225px; height:24px; background-color:White; clear:left;}
#tabtop1{position:relative; float:left; width:90px; background-color:White; height:24px;}
#tabtop2{position:relative; float:left; width:88px; background-color:White; height:24px;}
#tabtop3{position:relative; float:left; width:88px; background-color:White; height:24px;}
#tabtop4{position:relative; float:left; width:97px; background-color:White; height:24px;}
#tabtop5{position:relative; float:left; width:99px; background-color:White; height:24px;}
#tabtopblankright{position:relative; float:left; width:113px; background-color:White; height:24px; clear:right;}

#topsublink1{position:relative; float:left; width:100px; background-color:White; text-align:right; clear:left;}
#topsublink2{position:relative; float:left; background-color:White;}
#topsublinks{position:relative; float:left; color:White; background-color:#756D67; width:567px; height:23px; line-height:23px; text-align:center;}
#topsublink3{position:relative; float:left; background-color:White; width:91px;}

#tablefttop{position:relative; float:left; width:100px; background-color:White; text-align:right; clear:left;}
#tabrighttop{position:relative; float:right; width:73px; background-color:White; clear:right;}

#tableftbot{position:relative; float:left; width:100px; text-align:right; clear:left;}
#tabrightbot{position:relative; float:right; width:73px; clear:right;}
#tabbot{position:relative; float:left; width:738px; height:14px; background:url(/images/tab_bot.gif) no-repeat right; clear:both;}

.tableft{position:absolute; float:left; top:240px; width:77px; background-color:White; text-align:right;}
#tableft1{top:240px;}
#tableft2{top:307px;}
#tableft3{top:388px;}

/*
Below statement is old, heights are now dealt with in main.js
If the body height needs to be adjusted, then adjust the height attributes of each of these...along with #main above of course
*/
#tableftblank{position:relative; float:left; width:77px; height:540px; clear:left;}
#tableftsub1{position:relative; float:left; width:23px; height:540px; background-color:#9F947F; text-align:center; line-height:100px;}
#tabrightbar1{position:relative; float:right; width:73px; height:540px; background:url(/images/tab_right.gif) repeat-y; clear:right; clear:right;}

#content{position:relative; left:100px; top:47px; width:627px; height:100%; min-height:355px; background-color:#E4DDD5; padding:0; margin:0;}
/*End body height attributes*/

#contentsub{position:absolute; float:left; padding:10px 10px 10px 20px;}
#subhead{position:relative; width:100%;}
.sub100{position:relative; width:100%;}
.sub50{position:relative; width:50%;}
.sub50left{position:relative; width:50%; float:left;}
.sub50right{position:relative; width:50%; float:right;}

/*.sublinks a:link{color:White; text-decoration:none;}
.sublinks a:visited{color:White; text-decoration:none;}
.sublinks a:hover{color:#9dc5c5; text-decoration:underline;}*/
.bodylinks a, a:visited{color:Blue; text-decoration:none;}
.bodylinks a:hover{color:Black; text-decoration:underline;}

.imglink{border:none 0;}

.fullheight
{
	height:100%;
}

.tabs
{
	font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	font-size:16px;
	font-weight:600;
	color:White;
}
.header 
{
	font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	color:#7C7A79;
	font-size:1.5em;
}
.subheader
{
	font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	color:#7C7A79;
	font-size:1.1em;
}
.normtext
{
	font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	color:#7C7A79;
	font-size:.7em;
}
.repeatimage
{
	background-image:url(/images/tab_right.gif);
	background-repeat:repeat-y;
}