a:link, a:active, a:visited, a:hover, .footerText a:link, .footerText a:visited, .footerText a:active, .footerText a:hover
{
	color: #06C; 
}

a:hover, .footerText a:hover
{
	text-decoration: underline;
}


body {
	background-color: fbfbe2;
}

body, p, td, .footerText, .pulldownText
{
	font-family: Comic Sans MS, Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #009;
}

.headerText
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #cc3300;
}

th, .titleText, .blurbTitle
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #cc3300;
}

.highlightText
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}

h1
{
	font-family: Verdana, Arial, Helvetica;
	color: #33C;
	font-size: 1.5em;
}

h2
{
	font-family: Verdana, Arial, Helvetica;
	color: #06C;
}

h3
{
	font-size: 1em;
	color: #06C;
}


#leftSideMenu a:link, a:visited
{ 
}


.contentBox
{
	width: 400;
	background-color: #dce7fc;
	color: #390;
	border: 2pt #06C solid;
	padding: 8px;
}

.contentBox #more
{
	text-align: right;
	font-weight: bolder;
	font-size: 1.2em;
}

.contentBox #more a
{
	color: #c24400;
	text-decoration: none;
}

.boxBG {	background: transparent url(/images/test/boxBG.png) no-repeat scroll top left; }


#left_side {
	float: left;
	width: 620px;
	margin-right: 15px;
}

