/*CSS document July 2009 */

#dvSide1
{
	float:left;
	height: expression( this.scrollHeight < 501 ? "500px" : "auto" ); /* sets min-height for IE */
    min-height: 500px !important;
}

.sideBar
{
	width:190px;
}

.f14 {
	font-size:14px;
}

/*.side1Background
	{
		background-color: #3E6391;
	} 
	
*/

/*
	.side1Text
	{
		color: #C0C0C0;
	}
	.side1Text a
	{
		color: #C0C0C0;
	}
	.side1Text a:visited
	{
		color: #C0C0C0;
	}
	.side1Text a:hover
	{
		color: #C0C0C0;
		text-decoration: none;
	}	*/
	
#dvSide2
{
	background-color: #FFF;
	float:left;
	width: 800px;	
	overflow: hidden;
}

.primaryColoring
{
	background-color:#FFFFFF;
}

.noPadding
{
	padding:0px !important;
}

/*#dvMinHeightChild
{
	float: left;
	height: 500px;
	width: 1px;
	visibility: hidden;
}*/

#side2Content
{
	padding-top: 20px;
	width: 680px;
	float: left;
}


.ml24 {margin-left:24px;}

#titleHelp {
	background-image:url(../images/title_help_100x30.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 72px;
	width: 100%;
	}

.lines a:link {
	text-decoration:underline;
	color:#000066;
	}

.lines a:visited {
	text-decoration:underline;
	color:#000066;
	}
	
.f24 {font-size:24px;}
.f12 {font-size:12px;}
.f10 {font-size:10px;}

.wB {font-weight:bold;}

.aL {text-align:left;}

.cSSblueDark {color:#333399;}
.cBlack {color:#000000;}
.cDKgrey {color:#333333;}

.bulletQuote {
	padding-left:20px;
	padding-right:20px;
	list-style-type: disc;
	}

.blankMed {
	background-color:transparent;
	width: 1px;
	height: 14px;	
	}
	
.clearHack
{
	clear: both;
}




