/* CSS Document */


body {
	background-color: #FFFFFF;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #7C799B;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	
}

color {
	background: #ffffff;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #7C799B;
	font-size: 7px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

h1  {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;

}

h2 td {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 12px auto;
}
#container {
	top: 10px;
	width: 790px;
	height: 800px;
	margin-left: auto;
	margin-right: auto;	
	border: 1px solid red;
}


#home a:link, #home a:active, #home a:visited {
	color: #7c799b;
	
}



#navbar a:link, #navbar a:active, #navbar a:visited  {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #7c799b;
	text-decoration: none;
	font-stretch: ultra-expanded;
	padding: 0 9px 0 9px
}
#navbar a:hover {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #9d96ed;
	text-decoration: none;
	font-stretch: ultra-expanded;
	padding: 0 9px 0 9px
}

#navbar .initialCap {
	font-size:  12px;
}




#navBtm td {
	top: 10px;
	height: 100%;
	width: 700px;
	
}

#navBtm a:link, #navBtm a:visited, #navBtm a:active {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	color: #7c799b;
	text-decoration: none;
	font-stretch: ultra-expanded;
	padding: 0 5px 0 5px;
}
#navBtm a:hover {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	color: #9d96ed;
	text-decoration: none;
	font-stretch: ultra-expanded;
	padding: 0 5px 0 5px;
}

#navBtm .initialCap {
	font-size:  10px;
}

#navBtm .address  {
	font-size: 12px;
	font-color: black;
	
}


#navBtm .address a:link {
	font-size: 12px;
	font-color: #343a5c;

}

#mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: absolute;
	width: 788px;
	height: 300px;
	/* text-align: left;this overrides the text-align: center on the body element. */
	background-image: url(../images/horizborder.gif);
	top: 182px;
	left: 670px;
}
	
#footer {
	top: 700px;
	width: 790px;
	text-align: center;
	position: absolute;
	height: 75px;
	left: 675px;
}
a:link {
	color: #7C799B;
	text-decoration: none;
}
a:hover {
	color: #a098f8;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


a.emphasis:link {
	color: #c81482;
	text-decoration: none;
}
a.emphasis:hover {
	color: #45824a;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#vertcontainer {
}

#vert_content {
	/*content within scrolling layer */
	position:absolute;
	top:93px;
	width:364px;
	height:297px;
	z-index:2;
	margin-left: 10px;
	text-align: center;
	padding: 5px;
}
#vertscroll {
	position:absolute;
	top:236px;
	width:19px;
	height:50px;
	z-index:3;
	margin-left: 382px;
}

#horizcontainer {
}

#horiz_content {
	position:absolute;
	top:410px;
	width:408px;
	height:215px;
	z-index:4;
	margin-left: 1px;
	overflow: hidden;
}
#horizscroll {
	position:absolute;
	top:614px;
	width:64px;
	height:19px;
	z-index:5;
	margin-left: 170px;
}


/* lblackdress  see individual page */

/* test styling */
.style1 {
	font-size: 9px;
	font-family: Arial, sans-serif;
	text-align: justify;
	text-transform: uppercase;
}
.aligntextlink {
	text-align: center;
}



