.TableContainer
{
	
}

.MainNav
{
	font-size: 11px;
	color: white;
	font-family: arial, helvetica, sans-serif;
	letter-spacing: .1em;
	z-index: 0;
	text-decoration: none; 

}

.SubNav
{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	padding-left: 8px;
	
}

.VertNavArea
{
	background-image: url(../images/blank1x1.gif);
	background-color:#889681;
	background-repeat: repeat-y;
}

.VertNavAreaTop
{
	background-color:White;
	background-image: url(../images/greenfade_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	
}

.Separator
{
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	vertical-align:bottom;
	
}

.SubNav.Active
{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: Blue;
	
}

.SubNav.InActive
{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: White;
}

.SubNav.Inactive a:hover
{
	color: Blue;
}


.GrayArea
{
	width:100%;
	background-color:#889681;
	background-image: url(../images/grayarea_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top:16px;
	padding-bottom:16px;
	
}

.GrayArea p
{
	color: #E6E6E6;
}

.GrayArea .link a:hover
{
	color: lightblue;
}
.GrayArea .link a:link
{
	color: white;
}
.GrayArea .link a:active
{
	color: lightgray;
}
.GrayArea .link a:visited
{
	color: #e6e6e6;
}


.TableContainer.LeftSide
{
	background-color: #E7E8C7;
	background-image: url(../images/bodybg_left.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.TableContainer.Content
{
	background-color: white;
	border-right: 1px solid black;
	border-left: 1px solid black;
}

.TableContainer.RightSide
{
	background-color: #E7E8C7;
	background-image: url(../images/bodybg_right.gif);
	background-repeat: repeat-y;
	background-position: left;	
}

body
{
	font-family: tahoma, helvetica, sans-serif;
	font-size: 12px;
}

p
{
	font-family: tahoma, helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	margin-top: 14px;
	margin-bottom:14px;
}

.mediumtext
{
	font-family: tahoma, helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	margin: 10px;
}

.smalltext
{
	font-size:11px;
}

.link a:hover
{
	color: darkgray;
}
.link a:link
{
	color: black;
}
.link a:active
{
	color: gray;
}
.link a:visited
{
	color: gray;
}



.smallheading
{
	font-family: bodoni, "times new roman", times, serif;
	font-size: 10px;
	text-transform: uppercase;
}

.largeheading
{
	font-family: garamond, "times new roman", times, serif;
	font-size: 30px;
}

h1
{
	
}

h2
{

}

h3
{

}
h4
{

}
h5
{

}
h6
{

}

body a:hover
{
	color: #66CCFF;
}
body a:link
{
	color: #6699CC;
}
body a:active
{
	color: #003399;
}
body a:visited
{
	color: #003399;
}

