/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/

/* Basic */

#reference_content *
{
	margin: 0em;
	padding: 0em;
}

/*#reference_content  h1,h2,h3,h4,h5,h6
{
	color: #6a6a6a;
}
*/
#reference_content a
{
	color: #7a7a7a;
	text-decoration: underline;
}

#reference_content a:hover
{
	text-decoration: none;
}

/* reference_content */

#reference_content
{
	background: #fff url('images/a3.gif') top left repeat-x;
	margin-top: 1px;
	padding-top: 1.5em;
}

#reference_content p
{
	margin-bottom: 1.5em;
r: #7a7a7a;
        font-size:small;

	line-height: 1.6em;
}

#reference_content h2
{
	font-size: small;
}

#reference_content h3
{
	font-size: small;
}

#reference_content h2,h3,h4,h5,h6
{
	padding-bottom: 0.2em;
	margin-bottom: 1.2em;
	border-bottom: dotted 1px #cacaca;
}

#reference_content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	line-height: 1.6em;
}

#reference_content blockquote
{
	border-left: solid 0.8em #cacaca;
	padding: 0.5em 0em 0.5em 1.0em;
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

#reference_content blockquote p
{
	display: inline;
}

#reference_content table
{
	border: dotted 1px #cacaca;
	padding: 0.5em;
	margin-bottom: 1.5em;
}

#reference_content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#reference_content table td
{
	padding: 0.5em;
}

#reference_content table tr.rowA
{
	background-color: #f5f5f5;
	color: inherit;
}

#reference_content table tr.rowB
{
	background-color: #fdfdfd;
	color: inherit;
}

/* Primary Content */

#primaryContentContainer
{
	float: right;
	margin-left: -19em;
	width: 100%;
        color: #7a7a7a;
        font-size: small;

}

#primaryContent
{
	margin: 0em 0em 0em 0em;
	padding: 1.5em;
	border-left: dotted 1px #cacaca;
}
.content{
		border-left:#cacaca 1px dotted;
		padding-bottom:1.5em;
		margin:0em;
		padding-left:1.5em;
		padding-right:1.5em;
		padding-top:1.5em;
	}
/* Secondary Content */

#secondaryContent
{
	float: left;
	width: 15em;
	padding: 1.5em;
}

