/* ----- CSS TEMPLATE ----- */
body
{
	text-align:left;
	color:#333;
	font-family: Verdana, Arial, sans-serif;
	margin:0px 0px;
	background-color: #fff;
	font-size:.9em;
}
p
{
	font-size:.8em;
	line-height:1.0em;
	margin:20px auto;
}
#notice p
{
	background-image: url(../img/template/header.gif);
	height: 77px;
	text-align:justify !important;
}
#container
{
	width:997px;
	margin:0 auto;
}
#container p
{
	text-align:left;
}
#navigation
{
	background-color: #fff;
	/*  background-image: url(../img/template/header.gif); */
	/* width:100%; */
	width:777px;
	height: 50px;
	line-height:16px;
	color:#fff;
	float:left;
}
#primaryContent
{
	background-color: #fff;
	/* width:50%; */
	width:517px;
	line-height:16px;
	float:left;
	color:#000;
}
#secondaryContent
{
	/*background-color: #C5FF8A;
	width:30%; */
	background-color: #fff;
	width:260px;
	line-height:16px;
	float:left;
}
#extraNavigation
{
	display:block;
	background-color: #fff;
	/* width:20%; */
	width:220px;
	height: 50px;
	line-height:16px;
	float:right;
	color:#333;
}
#extraContent
{
	display:block;
	background-color: #fff;
	/* width:20%; */
	width:220px;
	line-height:16px;
	float:right;
	color:#333;
}
#footer
{
	background-color: #ccc;
	width:100%;
	height: 30px;
	line-height:16px;
	clear:both;
}
a
{
	font-weight:bold;
	color:#000;
	cursor: pointer;
}
/* ----- END CSS TEMPLATE ----- */

/* ----- TOP MENU ----- */
.topmenu
{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.topmenu li
{
	display: inline;
	margin: 0;
}
.topmenu li a
{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #778;
	color: #2d2b2b;
	background: white url(../img/template/shade.gif) top left repeat-x;
}
.topmenu li a:visited
{
	color: #2d2b2b;
}
.topmenu li a:hover
{
	text-decoration: underline;
	color: #2d2b2b;
}
.topmenu li.selected
{
	position: relative;
	top: 1px;
}
.topmenu li.selected a
{ /*selected main tab style */
	background-image: url(../img/template/shadeactive.gif);
	border-bottom-color: white;
}
.topmenu li.selected a:hover
{ /*selected main tab style */
	text-decoration: none;
}
.tabtopmenustyle
{ /*style of tab content container*/
	border: 1px solid gray;
	width: 755px;
	margin-bottom: 0em; /* prima 1em; */
	padding: 5px;
}
.tabtopmenu
{
	display:none;
}
/* ----- END TOP MENU ----- */

/* ----- EXPAND CONTENT ----- */
.showstate
{ /*Definition for state toggling image */
	cursor:hand;
	cursor:pointer;
	float: right;
	margin-top: 2px;
	margin-right: 3px;
}

.headers
{
	width: 245px;
	font-size: 100%;
	font-weight: bold;
	border: 1px solid black;
	background-color: #ccc;
	padding: 0px 2px 0px 3px;
}

.switchcontent
{
	width: 240px;
	border: 1px solid black;
	border-top-width: 0;
	padding: 3px 5px 3px 5px;
}
/* ----- EXPAND CONTENT ----- */
