/* CSS Document */

/*PAGE LAYOUT*/
* {padding: 0; margin: 0;}

body {
	background-image: url(cash/images/images/bg_body.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
#toppage{
	width:800px;
	background-color: #003399;
	
}
#date{
	float:left; width:190px; height:39px; border-bottom:solid 1px #999999; border-right:solid 1px #999999;
	
}
#topbar{
	float:left; 
	width:800px; 
	height:30px; 
	/*background-image:url(bg_topbar.gif);*/
	background-color:#2B2D78;
	background-repeat:repeat-x;
	border-right:solid 1px #999999;
	
}
#header{
	width:800px;
	background-color: #2B2D78;
	
	
}
#content{
	
	width:800px;
	
}
#contenttext{
	display: block;
	float:left; 
	width:617px; 
	background-color:#F7F7F7; 
	border-left:solid 1px #999999; border-right:solid 1px #999999; 
	border-bottom:solid 1px #999999; border-top:dotted 1px #CCCCCC; 
	min-height:800px;
}
/*
#contenttext{
	display: block;
	float:left; 
	width:617px; 
	background-color:#F7F7F7; 
	border-left:solid 1px #999999; border-right:solid 1px #999999; 
	border-bottom:solid 1px #999999; border-top:dotted 1px #CCCCCC; 
	min-height:800px;
}
*/
#logo{
	float:left;
	width:180px;
	height:50px;
	background-color:#2B2D78;
	border-left:solid 1px #FFFFFF;
	border-left-color: #2B2D78;
	
}
#pagetitle{
width:800px; height:75px; background-color:#2B2D78;

}
#title{
	right:10px;
	bottom:0px;
	width:620px;
	top: 10px;
	left: 10px;
	
}
#menu{
	float:left; width:180px; margin:0px;
	
}
#footer{
	width:590px; padding-right:10px; padding-left:200px;
 margin: 0;
}

/*GRAY PANEL*/
.panel{
	padding:10px;
	border:solid 1px #E4E4E4;
	background-color:#eeeeee;
	margin:10px;
	padding:10px;
	width:550px;
	height:160px;
}

/*TEXT STYLES*/
.bodytext {
	font: 0.9em Tahoma, sans-serif;
	color: #666666;
	font-style: normal;
	margin: 0;
	padding-top: 10px;
}
p {
	padding-top: 10px;
	margin-top: 0px;
}

ul {
	padding-left: 30px;
}

.smalltext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	color: #666666; 
}
.smallwhitetext {
	font: 0.8em Tahoma, sans-serif;
	font-size: 12px;
	font-weight:bold; 
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.8em Tahoma, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none; 
}
.smallwhitetext a:hover{
	text-decoration:underline; 
}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
	padding-top: 5px;
	padding-bottom: 5px;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999; 
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline; 
}
.titletext {
	font: 0.7em Tahoma, sans-serif;
	font-size:24px;
	font-weight:bold;
	color: #EBE9DE;
	padding-left: 20px;
}
.purplehead {
	font: 0.7em Tahoma, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#330099;
	padding-bottom: 10px;
}
#linksmenu a{
	float:right;
	width:180px;
	height:20px;
	background-color:#767AB7;
	border-left:solid 1px #FFFFFF;
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
	padding-top:5px;
	text-indent: 5px;
	border-top: solid 1px #FFFFFF; 
}
#linksmenu a:hover{
	background-color:#336699; 
}



#linksmenu_b a{
	float:right;
	width:180px;
	height:20px;
	background-color:#FFCC33;
	border-left:solid 1px #FFFFFF;
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #000000;
	text-decoration:none;
	padding-top:5px;
	text-indent: 5px;
	border-top: solid 1px #FFFFFF; 
}
#linksmenu_b a:hover{
	background-color:#FBAC2B; 
}
