body {
	background-color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right: Gray;
}



th {
	text-align: left;
}

td {
	vertical-align: top;
}

/*default navigation*/

a {
	color: #373737;
	text-decoration: none;
	font-size: 12px;	
}

a:link a:visited {
	text-decoration: none;
}

a:hover {
	color: Red;
}


/*site config*/

.overtable {
	width: 850px;
	border: 1px solid Gray;
}

.header {
	width: 100%;
}

.topleft {
	background-image: url(/terry/templates/terry/images/topleft.jpg);
	background-repeat: no-repeat;
	height: 38px;
	width: 225px;
}

.topmid {
	background-image: url(/terry/templates/terry/images/topmid.jpg);
	background-repeat: repeat-x;
	height: 38px;
}

.topright {
	background-image: url(/terry/templates/terry/images/topright.jpg);
	background-repeat: no-repeat;
	height: 38px;
	width: 428px;
}

/* top navigation*/

.nav {
	width: 100%;
}

.navleft {
	background-image: url(/terry/templates/terry/images/navleft.jpg);
	background-repeat: no-repeat;
	height: 21px;
	width: 150px;
	border-top: 1px solid Gray;	
	border-bottom: 1px solid Gray;
	border-right: 1px solid Gray;	
}

.navmid {
	border-top: 1px solid Gray;	
	border-bottom: 1px solid Gray;	
}

.navright {
	background-image: url(/terry/templates/terry/images/navright.jpg);
	background-repeat: no-repeat;
	height: 21px;
	width: 53px;
	border-bottom: 1px solid Gray;
}

.mainleveltopnav {
	padding-left: 15px;
	font: 36px;
	font-family: Trebuchet;
}

/*side navigation*/

.sidenav {
	/*background-image: url(../images/sidenav.jpg);*/
	background-repeat: repeat-y;
	width: 150px;
	padding-top: 25px;
	vertical-align: top;
	border-right: 1px solid Gray;
}

.mainlevel {
	padding-left: 15px;
	/*line-height: 25px;*/
	font-size: 15px;
	letter-spacing: 2px;	
}

.mainlevelside {
	padding-left: 15px;
	line-height: 25px;
	font-size: 12px;
	letter-spacing: 2px;	
}

.mainleveltopnav {
	font-size: 15px;
	letter-spacing: 2px;
}

.moduletablelogin {
	padding-top: 45px;
	padding-left: 15px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.sublevelside {
         padding-left: 16px;
         font-size: 10px;
}

/*content*/

.maincontent {

	padding: 24px 10px 10px 10px;
	height: 400px;
	vertical-align: top;
	color: #565656;
}

.contentheading {
	font-size: 14px;
	font-weight: bold;
	color: #565656;
	padding-bottom: 15px;
	text-decoration: underline;	
}

.componentheading {
	font-size: 14px;
	font-weight: bold;
	color: #565656;
	padding-bottom: 15px;
	text-decoration: underline;	
}

.address {
	padding-top: 20px;
	font-size: 12px;
	color: #373737;
	vertical-align: bottom;
	background-image: url(../images/sidenav.jpg);
	background-repeat: repeat-y;
	border-right: 1px solid Gray;			
}

.spacer {
	padding-left: 15px;
	padding-bottom: 10px;
}

.footercell {
	border-top: 1px solid Gray;
	font-size: 9px;
}

.footerleft {
	background-image: url(../images/footer_left.jpg);
	background-repeat: no-repeat;
	width: 466px;
	height: 12px;	
}

.footerright {
	background-image: url(../images/footer_right.jpg);
	background-repeat: no-repeat;
	width: 317px;
	height: 12px;
}

.footerdiv {
	font-size: 9px;
	text-align: center;
}