/* 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 #99999a;
}
#topbar{
	float:left; 
	width:608px; 
	height:40px; 
	background-image:url(bg_topbar.gif);
	background-color:#cbc55a;
	background-repeat:repeat-x;
	border-right:solid 1px #99999b;
}
#headermain{
	width:800px;
}
#contentnew{
	width:800px;
}
#contenttextold{
	float:left; width:608px; 
	background-color:#f7f7f2; 
	border-left:solid 1px #999999; border-right:solid 1px #999997; 
	border-bottom:solid 1px #999999; border-top:dotted 1px #ccccc8; 
	min-height:360px;
}
#logoold{
	float:left; width:190px; height:110px; background-color:#F7F7F7; border-left:solid 1px #999999;
}
#pagetitlenew{
	position:relative; float:left; width:608px; height:110px; background-color:#F7F7F7; border-right:solid 1px #999997;
}
#title{
	position:absolute; right:10px; bottom:0px; width:600px;
}
#menu{
	float:left; width:190px; margin:0px;
}
#footerold{
	width:590px; padding-right:10px; padding-left:200px;
}

/*GRAY PANEL*/
.panelnew{
	padding:12px;
	border:solid 1px #e4e4e1;
	background-color:#eeeeed;
	margin:10px;
	padding:10px;
	width:550px;
	height:160px;
}

/*TEXT STYLES*/
.bodytextnew {
	font: 0.7em Tahoma, sans-serif;
	color: #666664;
}
.smalltext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	color: #66666b;
}
.smallwhitetextmain {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #ffffff;
}
.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;
}
.smallgraytextmain {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#cccccb;
}
.smallgraytextmain a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#ccccca;
	text-decoration:none;
}
.smallgraytextmain a:hover{
	text-decoration:underline;
}
.titletextold {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color: #cccccd;
}
.logotext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color: #99999d;
}
.orangelogotextnew {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#ff98fb;
}
.orangetitleold {
	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: #fffffb;
	text-decoration:none;
	padding-top:5px;
}
#linksmenu a:hover{
	background-color:#514f18;
}
