﻿ /*----------------*/
 /*   Rouned Box   */ 
 /*----------------*/
.rbroundbox { background: url(../images/css/nt.gif) repeat; }
.rbtop div { background: url(../images/css/tl.gif) no-repeat top left; }
.rbtop { background: url(../images/css/tr.gif) no-repeat top right; }
.rbbot div { background: url(../images/css/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../images/css/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 7px;
	font-size: .01em;
}
.rbcontent {
	margin: 0 0;
}
.rbroundbox {
	margin: 0 0 0 0;
}
 /*----------------*/
 /* End Rouned Box */ 
 /* ---------------*/
 /*-----------------------------------*/
 /*  End  Call to Action Rouned Box   */ 
 /*-----------------------------------*/

 /* sidebar Definition List */
.sidebar dl {
	margin : 0px .75em;
}
.sidebar dt
{
	font: bold .90em 'Times New Roman' , Times, sans-serif;
	color: #990000;
	padding-bottom: .5em;
}
.sidebar dd
{
	margin: 0px 0px 0px 10px;
	padding-bottom: .65em;
	border-bottom: thin dotted Gray;
	font: normal 0.90em 'Times New Roman' , Times, sans-serif;
}		
.sidebar dd a {
	font : .9em 'Times New Roman' , Times, sans-serif;
		color : White;
}
.sidebar dd a span, .sidebar dt a span
 {
	color : #293D96;
	text-decoration: none;
}
.sidebar dd a span:hover {
	color: Maroon;
	text-decoration: underline;
}

/* End - sidebar Definition List */

 /* calls to action  Definition List */
