/* Cascading Style Sheet for Cato Venture Group */
/* $Id: basic.css,v 1.1 2004/09/19 14:51:51 pete Exp pete $ */

/* ******************************************************************************* */
/* body style for the page */

body {
	margin: 12px 0 0 0;
	padding: 0;
	color: #666;
	background-color: #fff;
	background-image: url(images/bgndhome.gif);
	background-repeat: repeat-x;
	background-position: top left;
	font-size: 10px;
	font-family: Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	text-align: center;
}


/* ******************************************************************************* */
/* heads */

h1 {
	margin: 0;
	padding: 0;
}


h1.mainhead {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	color: #039;
	padding: 0;
	margin: 0 0 6px 0;
}

.subhead {
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	color: #039;
	padding: 0;
	margin: 0;
}

h2.sidebarg {
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0;
	margin: 0 0 12px 0;
}

p.sidebarp {
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	line-height: 200%;
	color: #039;
	padding: 0;
	margin: 0;
}

p, blockquote, ul, ol, dt, dd, dl {
	font-size: 10px;
}

img {
	margin: 0;
	padding: 0;
	border-width: 0;
}

hr {
	border-width: 0 0 1px 0;
}


/* ******************************************************************************* */
/* This controls the boxes within the layout... */

.leftheader {
	text-align: left;
	padding: 0 2px;
	margin: 0 0 4px 0;
	background-color: #144f9a;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	color: #ccc;
}

.leftnav {
	text-align: left;
	padding: 12px 12px 8px 12px;
	margin: 2px 0;
	background-color: #e8e8e8;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	color: #000;
}

.rightsidebar {
	padding: 20px 12px 60px 12px;
	margin-bottom: 4px;
	background-color: #c9c9c9;
}

.leftlowerimg {
	padding: 0 0 300px 0;
	background-color:#999;
}


/* ******************************************************************************* */
/* fixed-width stuff */

pre, tt, code {
	font-family: Courier, "Courier New", monospace;
}


/* ******************************************************************************* */
/* other stuff */

acronym {
	border-width: 0 0 1px 0;
	border-color: #333;
	border-style: dotted;
}


a {
	color: #000;
	text-decoration: none;
	font-size: 10px;
	font-family: Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif; 
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:active {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #039;
	text-decoration: none;
}


/* end */
