/* CSS Document */
*
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#333333;
}

BODY
{
	text-align:center; /* fixes issue with IE */
	background:url();
	background-color:#999999;
	margin:0px;	
}

#main
{
	width:760px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	text-align:left;
	background: white;
	/* remove this */
	/*border:1px solid grey;/**/
}

#inside
{
	float: left; width: 725px; padding: 10px 10px 25px 10px; background: #FFFFFF;
}

p
{
 background:url("images/bullet_01.gif");
 background-repeat:no-repeat;
 padding-left:15px;
 padding-right:10px;
 margin-bottom:5px;
 line-height:16px;
 border:0px;
}

p.footer
{ 
 background: none;
 padding: 10px 0 0 25px;
 color:#666666;
 font-size: 11px;
}

ul.main {list-style-image: url(images/balloon.gif); text-align: left; margin-top: 15px; }
ul { list-style-type: disc; text-align: left; margin-top: 15px; font-size: 13px; }
li { padding: 2px 0 2px 0; margin-left: 15px; }

.n
{
margin-left:15px;
}

.bold { font-weight: bold; }

.ParaSpacing
{	margin-left:15px;
	margin-top:10px;
	border:0px;
}


.nav-content-show
{
	float: left; display:block; background: #FFFFFF; width: 760px;
}

.nav-content-hide
{
	float: left; display:none; background: #FFFFFF;
}

.col1
{
	width:355px;
	border:0px;
	margin-right:5px;
	margin-left:15px;
	float:left;
	border:0px;
	background: #ffffff;
}

.col2
{
	width:360px;
	border:0px;
	padding-right:10px;
	/*margin-right:20px;*/
	margin-left:0px;
	float:right;
	border:0px;
	background: #ffffff;
	
}



.highlight{color:#B90000;font-size:16px;font-weight:700;text-align:left;}
.highlight2{color:#B90000;font-size:18px; font-weight:700;}
.highlight3{color:#B90000; font-size:14px; font-weight:700;}
.Headline{margin-left:15px; margin-bottom:0px; background: #FFFFFF; }
