/* TAG REDEFINITIONS */

body {
	margin:0px;
	padding:0px;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Sans-Serif;
	font-size:11px;
	background-image:url(../images/leftbg1.gif);
	color:#555555;
	background-repeat: repeat-y;
	list-style-type: square;
}
a {
	color:#346381;
	text-decoration:underline;
}
a:hover {
	color:#000000;
	text-decoration:none;
}

form {
	padding:0;
	margin:0;
}

/**************/
/* LAYOUT     */
/**************/

#headerArea {
	padding:0px;
	background-image:url(../images/topbg1.gif);
	background-repeat: repeat-x;
}
#menuArea {
	position:absolute;
	left: 158px;
	top:70px;
	width: 597px;
	line-height: 0;
}
#menuArea img { display: inline; margin-right: -3px; }
#menuArea a:hover { background-color: transparent; }

#sideArea {
	width:157px;
}
#ContentArea {
	position:absolute;
	width: 513px;
	left:185px;
	top:120px;
	line-height:15px;
	height: 539px;
}

#LargeText {
	font-size: 15px;
}

#TitleText {
	font-size: 20px;
}

/**************/
/* NAVIGATION */
/**************/

#navcontainer ul
{
	margin: 0;
	margin-top:30px;
	padding: 0;
	list-style-type: none;
	font-size: 11px;	

	border-top: 1px solid #e5e5e5;
}

#navcontainer li {
        margin: 0 0 0 0; 
	border-bottom: 1px solid #e5e5e5;
}

#navcontainer a
{
	display: block;
	font-weight:normal;	
	color: #555555;
	background-color: #f8f8f8;
	width: auto;
	padding: 10px 23px;
	text-decoration: none;

	border-right: 6px solid #f1f1f1;		
}

#navcontainer a:hover
{
	background-color: #000000;
	border-right: 6px solid #000000;	
	color: #ffffff;
}
#active a
{
	display: block;
	color: #000000;
	background-color: #efefef;
	width: auto;
	padding: 10px 23px;
	text-decoration: none;
	font-weight:normal;
	border-right: 6px solid #e9e9e9;	
}

ul {
	list-style: square;
}


#menu_ul
{
    background-color: transparent;
}

#menu_ul ul
{
    position: absolute;
    bottom: -19px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;	

    background-color: transparent;
	border: 0px;
}

#menu_ul li {
	margin: 0 0 0 0; 
	float: left;
	display: inline;
	background-color: transparent;
	border: 0px;
}

#menu_ul a
{
	display: block;
	font-weight:normal;	
	color: #dddddd;
	background-color: transparent;
	width: 90px;
	padding: 12px 0px;
	text-align: center;
	text-decoration: none;

	border: 0px;
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
}

#menu_ul a.menu_link_current
{
	color: #1fffff;
}

#menu_ul a:hover
{
	color: #ffffff;
	border: 0px;
	background-color: transparent;
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	text-align: center;
	text-decoration: none;
}

#pi {
	position: absolute;
	top: 96%;
	left: 96%;
	text-decoration: none;
}

#pi a {
	text-decoration: none;
}
