a:link
{
	color: #330066; 
}

a:active { color: #3366FF; }

a:visited
{
	color: #660099;
}

body, p, td, .defaultText, .blurb, .pulldownText
{
	font-family: Comic Sans MS, Arial, Helvetica;
	font-size: 11px;
	color: #000099;
}

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

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

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

h1
{
	font-family: Comic Sans MS, Arial, Helvetica;
	color: #000099;
}

h2
{
	font-family: Comic Sans MS, Arial, Helvetica;
	color: #cc3300;
}

h3
{
	font-size: 1em;
}


#leftSideMenu a:link, a:visited
{ 
	text-decoration: none; 
	color: #009933;
}


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

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

.contentBox #more a
{
	color: #C03;
	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;
}

