/* Page CSS */
h1
{
	font-weight: bold;
	font-size: 1.6em;
	background-color: #fff;
	padding-left: 231px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	color: #333;
}

h2
{
	margin: 0 0 5px -1px;
	padding: 0;
	font-weight: bold;
	font-size: 1.3em;
	color: #333;
}

#main-section
{
	float: left;
	width: 473px;
	margin-left: 10px;
}

#main-section h3
{
	font-size: 1.05em;
	font-weight: bold;
}

#main-section p
{
	color: #000;
	margin: 0 0 15px 0;
	padding: 0;
}

#main-section .basic li
{
	list-style-type: disc;
	margin: 0px 0px 6px 15px;
}

#main-section .basic li ul
{	
	margin-top: 5px;
}

#sub-section
{
	float: left;
	width: 221px;
}

#sub-section h2
{
	background: url(images/sub_section_header_bg.gif) #586d98 no-repeat top right;
	font-size: 1em;
	font-weight: bold;
	padding: 10px 10px;
	margin: 0;
	color: #fff;
	border-bottom: 1px solid #fff;
}

#sub-section h2 a, #sub-section h3 a
{
	color: #fff;
}

#sub-section h3
{
	background: url(images/sub_section_header_bg.gif) #6E89C0 no-repeat top right;
	font-size: 1em;
	font-weight: bold;
	padding: 10px 10px;
	color: #fff;
	border-bottom: 1px solid #fff;
}

#sub-section ul li div
{
	background-color: #D6E0F3;
	font-size: 1em;
	padding: 10px 10px;
	border-bottom: 1px solid #fff;
	color: #4b4c4f;
}

#sub-section ul li div a
{
	color: #036;
}

#sub-section .active
{	
	background-color: #fc0;
	font-weight: bold;
	color: #000;
}

#sub-section .active a
{
	color: #000;
}

#sub-section ul li a
{
	color: #5B698E;
}

#sub-section .etudes div
{
	background-color: #6E89C0;
}

#sub-section .etudes a
{
	color: #fff; 
	font-weight: bold;
}

#sub-section ul li ul li
{
	background: url(images/icon_pdf.gif) #E4E4E4 no-repeat 5px 5px;
	font-size: 1em;
	padding: 8px 2px 8px 27px;
	border-bottom: 1px solid #fff;
	color: #5B698E;
}

#sub-section a
{	
	text-decoration: none;
}

#sub-section ul li ul li span
{
	color: #000;
	padding-top: 2px;
	font-size: 0.85em;
	display: block;
	clear: left;
}

#columns h2
{
	margin-left: 10px;
}