body
{
	font-size: 10pt;
	color: black;
	font-family: Arial, Sans-Serif;
	text-align: center;
	line-height: 14pt;
}

h4
{
	color: blue;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 14pt;
	font-weight: bold;
	text-transform: capitalize;
	font-variant: normal;
}

a
{
	color: Teal;
}

#header
{
	margin: 0px;
	width: 100%;
}

#footer
{
	font-size: 8pt;
	line-height: 12pt;
}
#copyright
{
	font-size: 8pt;
}
#nav
{
	margin: 0px;
	padding: 0px;
}
#tblNav
{
	width: 100%;
	border-spacing: 0px;
}

#tblNav TD
{
	color: white;
	height: 24px;
	text-align: center;
	background-image: url(img/nav_bg.gif);
	border-right: gray 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: gray 1px solid;
	margin: 0px;
	padding: 0px;
}

#tblContact th
{
	width: 50%;
	vertical-align: top;
}

#breadcrum
{
	width: 100%;
	height: 20px;
	font-size: 10pt;
	color: white;
	font-family: Arial, Sans-Serif;
	background-image: url(img/nav_bg.gif);
	background-color: gray;
	text-align: left;
	padding: 0px 0px 0px 5px;
}

#breadcrum a
{
	color: White;
	text-decoration: none;
}

#breadcrum a:hover
{
	color: Blue;
	text-decoration: none;
}

#tblMain
{
	width: 800px;
	border: black 1px solid;
	border-collapse: collapse;
}

#tblMain #content
{
	text-align: left;
	width: 70%;
	padding: 10px;
	border: solid 1px black;
}

#sidebar
{
	border: solid 1px black;
	width: 30%;
	vertical-align: top;
	background-color: #dcdcdc;
	text-align: left;
}

#sidebar LI
{
	line-height: 30px;
}

#sidebar IMG
{
	left: 0px;
	top: 0px;
	display: inline;
}

#sidebar H3
{
	text-transform: uppercase;
	width: 100%;
	color: white;
	letter-spacing: 2px;
	background-color: black;
	text-align: center;
	font-weight: bold;
	font-family: 'Times New Roman' , Serif;
	margin: 0px;
}

#sidebar P
{
	margin: 10px
}

#tblNav td a
{
	color: White;
	width: 100%;
	text-decoration: none;
	display: block;
}

#tblNav td a:visited
{
	color: white;
	width: 100%;
	text-decoration: none;
}

#tblNav td a:hover
{
	color: blue;
	width: 100%;
	text-decoration: none;
}

#tblNav td a:active
{
	color: white;
	width: 100%;
	text-decoration: none;
}

.caption
{
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
}
