a img {border: 0;} 

a span { cursor: pointer; }
body 
{
	margin : 0px;
	padding : 0px;
	background-color : #616263;
	font-family : Verdana, Tahoma, Arial, Sans Serif;
	font-size : 13px;
	line-height : 25px;
	color : #595959;
}

#Content {
	font-size : 13px;
	letter-spacing : 1.5;
	line-height : 25px;

}


h1
{
	font-size : 17px;
	font-weight  : bold;
	color : #99cc00;
}

h2
{
	font-size : 15px;
	color : Black;
    	letter-spacing : 1;
}

#TopLine
{
	height : 10px;
	width : 100%;
	background-image : url(../images/topLine.jpg);
	background-repeat : repeat-y;
	display : block;
	
}

#MidArea
{
	margin : auto;
	width : 883px;

}

#Main
{
	width : 100%;
	background-color : White;
	float : left;
	min-height: 800px;

}

#Menu
{
	width : 75%;
	float : left;
}

#Search
{
	margin-top : 25px;
	width : 25%;
	float : right;
}

#Search input#searchfield
{
	background-image : url(../Images/textbox_bg.jpg);
	border : solid 0px white;
	background-repeat : no-repeat;
	width : 133px;
	height : 20px;
	background-color : Transparent;
	vertical-align : middle;
}

#Search input {
	vertical-align: middle;
}

#Menu ul
{
	margin-top : 25px;
	 list-style-type : none;
}

#Menu ul li
{
	display : inline;
	margin-right : 20px;
}

#Menu ul li a
{
	color : White;
	font-size : 12px;
	font-style : italic;	
	text-decoration : none;
	font-weight : bold;
	line-height : 27px;
	vertical-align :  middle;
}

#Header
{
	width : 100%;
	float : left;
	background-image : url(../Images/Logo.jpg);
	height : 255px;
}
#Header_Nested
{
	width : 100%;
	float : left;
	background-image : url(../Images/Logo_Nested.jpg);
	height : 72px;
}

#Content
{
	width : 95%;
	padding : 20px;
	float : left;
}

#Menu .Act
{
	float : left;
	background-image : url(../Images/Actbt_cnt.jpg);
	height : 27px;
	margin-right : 20px;

}

#Menu .NotAct
{
	float : left;
	height : 27px;
	margin-right : 20px;
}



#Menu .Act_left
{
	float : left;
	background-image : url(../Images/Actbt_left.jpg);
	background-repeat : no-repeat;
	width : 7px;
	height : 27px;
}

#Menu .Act_right
{
	float : left;
	background-image : url(../Images/Actbt_right.jpg);
	background-repeat : no-repeat;
	width : 9px;
	height : 27px;
}

#Menu .Act_content
{
	float : left;
	height : 27px;
	background-color : Transparent;	
 vertical-align : middle;
 width : auto;	
}


#Navigation a
{
	color : #25334b;
	text-decoration : underline;
	font-size : 16px;
}


#Navigation ul
{
	 list-style-type : none;	
	 margin : 0px;
	 padding : 0px;
}

#Navigation ul li
{
	display : inline;
	padding-right: 10px;
}

#Navigation ul a .Act  
{
    font-weight: bold;
    text-decoration: none;
}