#content {
	width:  700px;
	float:  right;
	display: inline;
}

/* Breadcrumb */

#breadcrumb {
	background-color: #EBF8FE;
	background: rgba(255,255,255,0.75);
	margin: 0 0 20px 0;
	width: 100%;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#breadcrumb ul {
	list-style: none;
	margin: 0 20px;
	padding: 0;
}

#breadcrumb li {
	padding: 10px 0;
	margin: 0;
	font-size: 1.3em;
	margin: 0 5px 0 0;
	float: left;
}

/* Actual content bit */

#content_container {
	background: #EBF8FE;
	background: rgba(255,255,255,0.75);
	width: 100%;
	margin:  0 0 20px 0;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	clear: both;
}

#text {
	width: 520px;
	float:  left;
	border-right: 1px solid #BCE6FA;
	padding-top: 24px;
	padding-bottom: 20px;
	display: inline;
}

#text h1 {
	color: #f30;
	font-size: 2.8em;
	font-weight: normal;
	padding: 0 20px 20px 40px;
	text-shadow: 0 1px 0 #fff;
}

#text h2 {
	color: #f30;
	font-size: 2.2em;
	font-weight: normal;
	padding: 10px 40px 15px 40px;
	text-shadow: 0 1px 0 #fff;
}

#text h3 {
	color: #f30;
	font-size: 1.8em;
	font-weight: normal;
	padding: 0 40px 10px 40px;
	text-shadow: 0 1px 0 #fff;
}

#text p {
	padding: 0 40px 1.54em 40px;
	line-height: 1.54em;
	font-size: 1.3em;
	color:  #333;
}


#text ul {
	margin: 0 0 0 35px;
	padding: 0 0 1.54em 0;	
	list-style: square;
}

#text li {
	margin: 0 0 0 0;	
	padding: 0 0 .75em 5px;
	font-size: 1.3em;
	line-height: 1.54em;
}


#content #text ul.downloads {
	margin: 0 40px 30px 40px;
	padding: 0;
	list-style: none;
	border-top: 1px dotted #fff;
}

#content #text ul.downloads li {
	margin: 0;
	padding: 0;
	height: 50px;
	border-bottom: 1px dotted #fff;
	font-size: 1.3em;
	line-height: 1.8em;
}

#content #text ul.downloads li a {
	display: block;
	background: url(/images/pdficon_large.gif) no-repeat 10px center;
	height: 40px;
	border: none;
	margin: 0 0 0 0;
	padding: 10px 0 0 57px;
}

#content #text ul.downloads li.word a {
	display: block;
	background: url(/images/word_icon.gif) no-repeat 10px center;
	height: 40px;
	border: none;
	margin: 0 0 0 0;
	padding: 10px 0 0 57px;
}

#content #text ul.downloads li a:link { background-color: #aed7eb; }
#content #text ul.downloads li a:visited { background-color: #aed7eb; }
#content #text ul.downloads li a:hover { background-color: #dff1fa; }
#content #text ul.downloads li a:active { background-color: #dff1fa; }






#right_section {
	width: 179px;
	float: right;
	display: inline;
}

#right_section h2 {
	text-align: right;
	padding: 20px;
	margin: 0;
	font-size: 1.8em;
	text-shadow: 0 1px 0 #fff;
	color: #333;
}

#right_section ul {
	list-style: none;
	text-align: right;
	margin: 0 20px 20px 20px;
	padding: 0;
	font-size: 1em;
}

#right_section li {
	line-height: 1.1em;
	padding: 0.5em 0;
	margin; 0;
}


a:link { color: #039; }
a:visited { color: #039; }
a:hover { color: #00f; }
a:active { color: #00f; }










