
body    {margin:0px;text-align:justify;color:#2B3D67;font-family:Verdana, Arial}  

a.nodec1   {text-decoration:underline;color:blue}

a:hover.nodec1   {text-decoration:none;color:red}

a.nodec2   {text-decoration:none;color:white}

a:hover.nodec2   {text-decoration:underline;color:white} 

a.nodec3   {text-decoration:underline;color:white}

a:hover.nodec3   {text-decoration:none;color:white} 

a.nodec   {text-decoration:underline;color:blue}

a:hover.nodec   {text-decoration:none;color:blue} 

table.menu1 {position: absolute;
	      visibility: hidden;
	      z-index: 10;
	      background-color:navy;}

#categoryBox {
/*	min-width:480px;*/
	margin:0px 0px 0px 0px;
	padding-bottom:0px;
	padding-right:0px;
/*	background-color:#444444;*/

	background-image: url(images/content-box-bottom.gif);
	background-position: bottom left;
	background-repeat:repeat-x;
}

#categoryBox h1 {
	white-space: nowrap;
/*	background-color:#5555ff;*/
	height:25px;
	margin:0px;
	padding:6px 10px 0px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	float:left;

	background-image: url(images/blue-gradient-bg.gif);
	background-position: top left;
	background-repeat:repeat-x;
}


#categoryBox p {
	white-space: nowrap;
/*	background-color:#5555ff;*/
	margin:0px 9px 0px 0px;
	padding:12px 5px 10px 0px;
	text-align:right;
	background-image: url(images/blue-gradient-bg.gif);
	background-position: top left;
	background-repeat:repeat-x;
}

div.contentBoxBottomLeft {
	font-size: 1px;
	width:10px;
	height:10px;
	padding:0px;
	margin:0px;
	clear:left;
	background-image: url(images/content-box-bottom-left.gif);
	background-position: top left;
	background-repeat:no-repeat;
}

div.contentBoxBottomRight {
	font-size: 1px;
	width:10px;
	height:10px;
	padding:0px;
	margin:0px;
	clear:both;
	background-image: url(images/content-box-bottom-right.gif);
	background-position: top left;
	background-repeat:no-repeat;
	float:right;
}

div.contentBox {
    width:375px;
	background-image: url(images/content-box-right.gif);
	background-position: top right;
	background-repeat:repeat-y;
	background-color:#444444;
	clear:left;
}

div.contentBoxRightTop {
	font-size: 1px;
	height:9px;
	width:9px;
	background-image: url(images/content-box-right-top.gif);
	background-position: top right;
	background-repeat:no-repeat;
	float:right;
}
