/* CSS Document */

/*PAGE LAYOUT*/
body {
	background-image: url(images/image-bg-body.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#toppagenew{
	width:800px;
}
#datemain{
	float:left; width:190px; height:39px; border-bottom:solid 1px #999999; border-right:solid 1px #99999d;
}
#topbarold{
	float:left; 
	width:608px; 
	height:40px; 
	background-image:url(bg_topbar.gif);
	background-color:#cbc55f;
	background-repeat:repeat-x;
	border-right:solid 1px #99999e;
}
#header{
	width:800px;
}
#contentnew{
	width:800px;
}
#contenttext{
	float:left; width:608px; 
	background-color:#f7f7f6; 
	border-left:solid 1px #999999; border-right:solid 1px #99999c; 
	border-bottom:solid 1px #999999; border-top:dotted 1px #cccccb; 
	min-height:360px;
}
#logo{
	float:left; width:190px; height:110px; background-color:#F7F7F7; border-left:solid 1px #99999a;
}
#pagetitleold{
	position:relative; float:left; width:608px; height:110px; background-color:#F7F7F7; border-right:solid 1px #999994;
}
#titlenew{
	position:absolute; right:10px; bottom:0px; width:600px;
}
#menunew{
	float:left; width:190px; margin:0px;
}
#footerold{
	width:590px; padding-right:10px; padding-left:200px;
}

/*GRAY PANEL*/
.panelold{
	padding:12px;
	border:solid 1px #e4e4e7;
	background-color:#eeeeeb;
	margin:10px;
	padding:10px;
	width:550px;
	height:160px;
}

/*TEXT STYLES*/
.bodytextmain {
	font: 0.7em Tahoma, sans-serif;
	color: #666668;
}
.smalltextold {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	color: #666668;
}
.smallwhitetextmain {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #fffffa;
}
.smallwhitetextmain a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #fffffd;
	text-decoration:none;
}
.smallwhitetextmain a:hover{
	text-decoration:underline;
}
.smallgraytextold {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#cccccf;
}
.smallgraytextold a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#cccccc;
	text-decoration:none;
}
.smallgraytextold a:hover{
	text-decoration:underline;
}
.titletextold {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color: #ccccca;
}
.logotextold {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color: #999996;
}
.orangelogotext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#ff9900;
}
.orangetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#ff98fc;
}
#linksmenu a{
	float:right; 
	width:183px; 
	height:20px; 
	background-color:#ABC578; border-left:solid 1px #FFFFFF; border-bottom:solid 1px #fffffd;
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #ffffff;
	text-decoration:none;
	padding-top:5px;
}
#linksmenu a:hover{
	background-color:#514f17;
}