body 
{
background: url(beige146_a2zcds_com.jpg);

}

body, td, input, select, textarea 
{
	font: 11px tahoma;
}

input 
{
	vertical-align: middle;
}

.TextBox
{
	margin-bottom: 3px;
}

.Button
{
	padding: 0 2px 0 3px;
	margin-top: 5px;
}

a
{
	text-decoration: none; 
	color: #000;
}

a:hover
{
	color: #888888;
}

#main 
{
	background: #fff; 
	/*border: 1px solid #888888;*/
}

#header 
{
	height: 150px; 
	border-bottom: 1px solid #0B3C5D;
	background: url(header.jpg) no-repeat;
}

#nav 
{
	background: #ffd3a8;
	border-bottom: 1px solid #81a9ce;
	height: 25px;
}

#nav ul
{
	margin: 0;
	padding: 0;
}

#nav li
{
	float: right;
	display: inline;
	list-style-type: none;
	height: 100%;
}

#nav ul li a {
	display: block;
	padding: 5px 5px 6px 5px;
}

#nav ul li a:hover {
	background: #7b94d5;
	color: #161009;
}

#right, #left 
{
	width: 180px;
}

#right 
{
	/*border-left: 1px solid #888888;*/
}

#left 
{
	/*border-right: 1px solid #888888;*/
}

#blocktitle 
{
	background: url(block-title.gif); 
	border: 1px solid #000000;
	height: 25px;
	padding-right: 10px;
	font-weight: bold;
}

#pagetitle 
{
	background: url(page-title.gif);
	border: 1px solid #999999;
	height: 25px;
	padding-right: 10px;
	font-weight: bold;
}

#footer 
{
	height: 14px;
	text-align: center;
	background: #5995C9;
}

#center
{
    width:480;
}

img { border-style: none; }