/* General styles */
    body {
        background: #f5f5f5 url(../img/cc_bg.jpg) repeat-x;
		font-family:  lucida grande, helvetica, arial, sans-serif;
		font-size: 14px;
		line-height: 1.4em;
		font-weight: normal;
		color: #4e334f;

    }
/*This is the div that holds the other divs in place..*/    
   	#fixed {
	background: transparent;
	}

.byline h4{
	font-size: 13px;
	line-height: 12px;
	font-weight: normal;
	margin-bottom: 10px;
	font-family: helvetica, arial, sans-serif;
	text-transform: uppercase;
	font-style: italic;
	letter-spacing: 1px;
	color: #ca6aff;
	padding-bottom: 10px;
border-bottom: 1px dotted #bebebf;
	}

.byline{
	font-size: 16px;
	font-family: helvetica, arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #77509b;
}
	
	
a:link, a:visited
{
	color: #8653fe;
	font-weight: normal;
	text-decoration: none;
	line-height: 18px;
	}
a:hover, a:active
	{
	color: #8017ff;
	text-decoration: underline;
	}
strong, b
	{
	font-weight: normal;
	color: #246;
	}
pre 
	{
	border-top: 1px dotted #ddd;
	padding:10px 0 0 10px;
	}
	
#scroll pre  {
font-size: larger;
color: #6ab39e;
border-top: 0px;
padding: 0px 0 0 10px;
}

h1, h2, h3 
	{
    	font-family: Helvetica, Arial, serif;
        padding:0 0 0 10px;
    }
    h1
	{	
	font-size: 28px;
	color: #54548b;
	line-height: 30px;
	font-weight: normal;
	margin: 10px 0 5px 0;
	padding-bottom: 0px;
	padding-top: 15px;
	border-bottom: 1px dotted #eee;
}

h1.secondary	{
	color: #9bb3c8;
}
  
    h2
	{	
	font-size: 24px;
	color: #9bb3c8;
	line-height: 26px;
	font-weight: normal;
	margin: 10px 0 5px 0;
	padding-top: 10px;
	border-bottom: 1px dotted #f0f0f0;
	}

	.colright h2 {
	width: 400px;
}
	
	
h2 + h1, h1 + h2 {
	padding-top: 0px;
	margin: 0px;
border-bottom: 1px dotted #eee;
}


h2 a:link, h2 a:visited
{
	font-size: 18px;
	text-decoration: none;
}

h2 a:hover, h2 a:active
{
	text-decoration: underline;
}

h3
{
	font-size: 16px;
	color: #8180c5;
	line-height: 16px;
	margin-top: 14px;
	padding-top: 20px;}

h4
{
	font-size: 14px;
	color: #004;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 5px;
}

ul
{
	list-style-type: none;
	padding: 0 0 0 10px;
	margin: 0 0 20px 0;
	font-size: 14px;
	line-height: 20px;

}

ul.bigger
{
	list-style-type: none;
	padding: 0 0 0 10px;
	font-size: 16px;
	color: #000;
	line-height: 26px;
	font-weight: normal;

}

.col1 li, .col2 li, .col3 li, .col4 li
{
background-image: url(../img/a_on.png);
background-repeat: no-repeat;
background-position: 0 .3em;
padding-left: 20px;
}

/* paragraph styles */

p 
{
		width: 90%;
	    margin:10px 0 10px 0;
        padding:0 0 0 10px;
        
    }
    
	.fullpage .col1 p{
        width: 465px;
        	}

/* images styles */

img {
		border: 0;
		border: none;
	}

	.col1 img{
        float: right;
        margin: 10px 10px 10px 10px;
padding: 0;
border: 2px solid #eee;

        clear: both;
	}



	

	
