* {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

a img {border:none;}
div,
td,
p {
	font-size:12px;
	line-height:18px;
	color:#333333;
}

a,
a:link,
a:active,
a:visited {
	text-decoration:underline;
	color:#000000;
}

a:hover {
	text-decoration:underline;
	color:#3973AC;
}

ul {
	margin: 5px;
	padding: 5px;
	list-style: none;
	list-style-type: square;
}

li {
	line-height: 18px;
	padding-left: 5px;
	padding-top: 0px;
	list-style-position: inside;
}

/** clear the banner to make it sit in the bottom **/
.clear {
	clear:both;
}




/** content title **/
h1{
	color:#000000;
	font-size: 20px;
	line-height:25px;
	padding: 5px 0 5px 0;
	display:block;
}

h2,
a.h2:link,
a.h2:active,
a.h2:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
	font-style:italic; 
	font-weight: bold;
	padding-top: 25px;
	display:block;
}

/** small text in content **/
.small {
	color:#999999;
	font-size:10px;
	font-weight: bold;
	background-color:inherit;
}


/** div container for left column **/
#leftcol {
	position:relative;
	float:left;
	clear:left;
	width:200px;
	background-color:#3973AC;
	border: 1px solid #999;
}

/* ---------------------
Links
--------------------- */
#leftcol ul.bulletList
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}

#leftcol .bulletList a {
	width:200px; /* same as left col */
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	text-decoration:none !important;
	font-weight:bold;
}

#leftcol .bulletList a:link,
#leftcol .bulletList a:active,
#leftcol .bulletList a:visited {
	color:#fff;
	text-decoration:none;
	font-size:11px;
	line-height: 28px;
}

/** generic menu item link on mouseover **/
#leftcol .bulletList a:hover {
	background-color:blue;
	color:#FFFFFF!important;
	text-decoration:none!important;
}

#leftcol .bulletList a:hover {
	color: #fff;
	text-decoration:underline;
}

.copyright {color: #999;
	font-size:8px; text-align:center;}
