body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #E8E8E8;
	margin: 0;
	padding: 0;
	background-image:url(../gfx/main/body_bg.gif);
	background-repeat:repeat-x;
}

img {
   behavior: url("pngbehavior.htc");
}


p {
	margin:0 0 1em 0;
	padding:0;
}

b {
	font-weight:bold;
}

i {
	font-style:italic;
}

em {
	font-style:italic;
}

strong {
	font-weight:bold;
}

a:visited, a:link {
	color:#007338;
	text-decoration:none;
}

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


h1{
	margin:0 0 .7em 0;
	font-size:18px;
	font-weight:bold;
	color:#006600;
	border-bottom:1px solid #006600;
	padding-bottom:5px;
}

h2{
	margin:0 0 .7em 0;
	padding:0;
	font-size:12px;
	font-weight:bold;
	color:#006600;
}


/* CONTENT */
#pageHeader{
	width:960px;
	height:195px;
	position:relative;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	background:none;
	background-image:url(../gfx/main/header_bg.jpg);
	background-repeat:no-repeat;
}

#pageHeader a:visited, #pageHeader a:link{
	background:none;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
}

#pageHeader a:hover{
	background:none;
	color:#006600;
	background-color:#FFFFFF;
	border:0px solid red;
}

#pageHeader #selectedMenu{
	background:#FFFFFF;
	color:#006600;
}

#pageContent{
	width:960px;
	position:relative;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	background:none;
	background-image:url(../gfx/main/content_bg.gif);
	background-repeat:repeat-y;
}
#submenu { height:auto !important; min-height:374px; height:374px ; }
#submenu{
	margin-top:16px;
}

#contentTable{
	width:773px;
	border:0;
	margin-left:94px;
	background-image:url(../gfx/main/content.jpg);
	background-repeat:no-repeat;
}

.submenuDiv{
	margin-left:12px;
	width:113px;
	padding:5px 0;
}

.submenuDiv a{
	background:none;
	color:#656565;
	font-size:10px;
	text-decoration:none;
}

.submenuDiv a:hover{
	color:#007338;
	text-decoration:underline;
}

#selectedMenu.submenuDiv a{
	color:#007338;
	text-decoration:underline;
}


