/* Basic text rules that apply to all text */
body, td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

a       {
	font-weight: bold;
	color: #990000; 
	text-decoration: none;
}



a:hover {
	color: #990000; 
	text-decoration: underline;
}

a:visited {
	color: #990000; 
	text-decoration: none;
}

a:visited:hover {
	text-decoration: underline;
}

.maintitle {
	font-size: 15px;
	font-weight: bold;
	color: #990000;
}

.mainsubtitle {
	color: #990000;
	font-weight: bold;
	font-size: 12px;
}

.clientquotes {
	color: #666666;
}

.blockquoteright {
	color: #666666;
	font-weight: bold;
	font-size: 12px;
}

hr {
	border: 0;
	width: 100%;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
}

.leftlink {width:130px;}
.leftlink a {color:#990000;text-decoration:none;}
.leftlink a:hover {text-decoration:none;/*background-color:#F0F0F0;*/}


#list-menu {
width:120px;
padding-top: 10px;
padding-left: 10px;
}

 ul
{
list-style: none;
padding: 0;
margin: 0;

}#list-menu a {
padding-top: 10px;
width:130px;
border: none;

}
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #990000;
}


/* End of basic rules */

/*------------------------------------------------------------------*/

/* Container style sheet */
#container {
	width: 750px;
	\width: 750px;
	w\idth: 750px;
	
	}

/* Header */
#header {
	margin-bottom: 0px;
}

/* Leftnav style sheet */
#leftnav {
	float: left;
	background-color: #F0F0F0;
	width: 130px;
	height: 100%;
	
	padding-top: 10px;
}

/* Content style sheet */
#content {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	width: 420px;
}

/* Right bar style sheet */
#rightbar {
	float: right;
	background-color: #ffffff;
	width: 180px;
	height: 100%;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
}

/* End of basic layout boxes*/

/*------------------------------------------------------------------*/

/* EXTRAS */

/* a link class for text and LINKS on a dark bground - .whitelink is root (unbold text), then a.whitelink and .whitelink:hover are children of that */
.whitetext {
	color: #FFFFFF;
}

a.whitetext {
	font-weight: bold;
}

.whitetext:hover {
	color: #FFFFFF;
	decoration: underlined;
}

.whitetext:visited {
	color: #FFFFFF;
}

/* end of white link */

.whitebold {
	color: #FFFFFF;
	font-weight: bold;
}

.footer {
	color: #990000;
}

.leftnavcontent {
	color: #111111;
	font-size: 10px;
}