body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	background-attachment: fixed;
	background-color: #D7E9FD;
	background-image: url(images/bg_main.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.tableMainContainer {
	height: 100%;
}
 #navcontainer { width: 162px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 162px;
background-color: #D6006A;
border-bottom: 1px solid #EB80B5;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #5D9300;
color: #fff;
}
.contactTextGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #5D9300;
	text-decoration: none;
}
.contactTextPink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #D6006A;
	text-decoration: none;
}
.contactLinkGreen a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #5D9300;
	text-decoration: none;
}
.contactLinkGreen a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #D6006A;
	text-decoration: underline;
}
.tableContent {
	border: 1px solid #EDEEEE;
}
