
/* GENERAL ATTRIBUTES */

body {
	font-family: Arial, Lucida Sans Unicode, Arial;
	font-size: 14px;
	background: #fff;
	color: #888;
	margin: 0px;
	margin-top: 10px;
	height: 100%;
}

form {
	margin: 0px;
	padding: 0px;
}

/* TABLE TAGS */

table.main {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}

table.top {
	width: 720px;
	height: 294px;
	background: url(images/bg_top1.gif) no-repeat;
}

table.top2 {
	width: 720px;
	height: 200px;
	background: url(images/bg_top2.gif) no-repeat;
}

table.mid {
	width: 720px;
	background: url(images/bg_mid.gif) no-repeat bottom left;
}

table.bot {
	width: 720px;
	background: url(images/bg_bot.gif) no-repeat bottom left;
}

table.employee {
	width: 700px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	background: #e7ebbe;

}

td.header {
	width: 720px;
	height: 294px;
	background: url(images/header_large.jpg) no-repeat top left;
	background-position: 10px;
}

td.header2 {
	width: 720px;
	height: 200px;
	background: url(images/header_small.jpg) no-repeat top left;
	background-position: 10px;
}

td.footer {
	height: 18px;
	background: url(images/footer.gif) no-repeat center left;
}

td.category {
	width: 700px;
	height: 104px;
}

/* H TAGS */

h1 {
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial;
	margin: 0px;
	color: #911124;
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial;
	margin: 0px;
	color: #888;
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial;
	margin: 0px;
	margin-top: 6px;
	color: #888;
	font-size: 14px;
	font-weight: bold;
}

h4 {
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial;
	margin: 0px;
	padding: 0px;
	color: #888;
	font-size: 14px;
	font-weight: bold;
}

/* DIV TAGS */

div.menu {
	float: right;
	margin-right: 14px;
	margin-top: 52px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}


div.title {
	width: 700px;
	padding-left: 10px;
	margin-top: 5px;
}

div.index_link {
	float: left;
	margin-top: 73px;
	margin-left: -68px;
	font-family: Arial;
	font-size: 10px;
}

.categories {
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial;
	font-size: 14px;
	font-weight: bold;
}

/* LINK HOVER */

a:link.menu_link
{
  color: #fff;
  text-decoration: none;
}

a:visited.menu_link
{
  color: #fff;
  text-decoration: none;
}

a:hover.menu_link
{
  color: #000;
  text-decoration: none;
}

a:active.menu_link
{
  color: #911124;
  text-decoration: none;
}


a:link.navMenu_link
{
  color: #911124;
  text-decoration: none;
  text-transform: uppercase;
}

a:visited.navMenu_link
{
  color: #911124;
  text-decoration: none;
}

a:hover.navMenu_link
{
  color: #911124;
  text-decoration: underline;
}

a:active.navMenu_link
{
  color: #911124;
  text-decoration: none;
}

a:link
{
  color: #000;
  text-decoration: underline;
}

a:visited
{
  color: #000;
  text-decoration: underline;
}

a:hover
{
  color: #911124;
  text-decoration: underline;
}

a:active
{
  color: #000;
  text-decoration: none;
}


a:link.category_link
{
  color: #888;
  text-decoration: none;
  text-transform: uppercase;
}

a:visited.category_link
{
  color: #888;
  text-decoration: none;
}

a:hover.category_link
{
  color: #000;
  text-decoration: none;
}

a:active.category_link
{
  color: #911124;
  text-decoration: none;
}
