/*Style Sheet for Taylor's Redesign */

body {
background-repeat: repeat-y;
background-color: #F4F6E0;
}

A:LINK  {
	font-family : "Verdana", Folio, Helvetica;
	font-size:10pt;
	color: #990000;
	text-decoration : underline;
}

A:Visited  {
	font-family : "Verdana", Folio, Helvetica;
	font-size:10pt;
	color: #333333;
	text-decoration : underline;
}

A.nav:Link {
font-family : "Verdana", Folio, Helvetica;
font-size:10pt;
color:#000000;
text-decoration:none;
}

A.nav:Visited {
font-family : "Verdana", Folio, Helvetica;
font-size:10pt;
color:#000000;
text-decoration:none;
}

A.nav:Hover {
font-family : "Verdana", Folio, Helvetica;
font-size:10pt;
color: #006600;
text-decoration:none;
}    

#header {
position:absolute; width:100%; top:0px; left:50px; height:72px; z-index:1;
/*background-image: url(/taylors/images/logo_new.gif);
background-repeat: no-repeat; */
background-position: left;
background-color: #000000;
}

#colorstrip {
position:absolute; height:3px; top:72px; left:50px; width:100%; z-index:1;
line-height:6px;
}

#nav {
position:relative; top:0px; width:240px; left:0px; z-index:1; height:100%;
font-family: "Verdana", Arial, sans-serif;
color:#000000;
align:left;
text-align:right;
font-size:10pt;
}

#left_banner {
position:absolute; z-index:2; top:0px; left:0px; bottom:0; width: 109px; height:110%;
align:left;
background-repeat:repeat-y; 
}

#page {
position:absolute; top:100px; left: 10px; width:100%; height:100%; z-index:1;
}

#content {
position:relative; top:5px; left:25px; width:85%; z-index:1;
font-family: "Verdana", Arial, sans-serif;
font-size:10pt;
color:#000000;
text-align:left;
align:center;
vertical-align:top;
}

.CenterText  {
	font-family : "Verdana", Folio, Helvetica;
	font-size : 10pt;
	color: #000000;
	text-align : center;
	vertical-align : top;
}

.Text  {
	font-family : "Verdana", Folio, Helvetica;
	font-size : 10pt;
	color: #000000;
	text-align : left;
	vertical-align : top;
}
