/* general style for the pages print version */

body
{
	margin: 0;
	font-family: georgia, verdana;
	font-size: 12px;
}

img
{
	width: 80%;
	height: 80%;
}

a
{
	color: #821E1C;
	text-decoration: none;
	font-weight: bold;
}

 h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } 

h1
{
	color: #124477;
	font-size: 18px;
	font-weight: bold;
	margin-top: 35px;
}

h2
{
	font-size: 18px;
	color: #124477;
	text-align: center;
	width: 100%;
	margin-bottom: 60px;
	margin-top: 20px;
}

ul
{
	font-size: 12px;
}

a:hover
{
	text-decoration: underline;
}

li
{
	margin-top: 3px;
	font-size: 13px;
}

#page
{
	position:relative;
	width: 7.5in;
}

/* header part */

	/* static */
	
		#infodevBanner{
			width: 100%;
			height: 100px;
			background: white;
			margin-bottom: 20px;
		}
		
		#infodevBanner a
		{
			text-decoration: none;
		}
		
		#infodevBanner a:hover
		{
			text-decoration: none;
		}
		
		#logoInfodev
		{
			width: 220px;
			height: 100px;
			position: relative;
			left: 30px;
			top: 0;
		}
		
		.circle
		{
			left: 80px;
			margin-right: 22px;
			width: 100px;
			height: 100px;
			display: none;
		}
		
		#menus
		{
			position: absolute;
			left: -999em;
			background: #821E1C;
			width: 100%;
			height:45px;
		}
		#languagesmenu img
		{
			position: absolute;
			left: -999em;
			height: 16px;
			width: 30px;
			border:0;
			margin: 3px;
		}

	/* Dynamic */
	
			#themenu
			{
				position: absolute;
				left: -999em;
				width: 100%;
				padding-top: 2px;
			}
			
			.imgCountry
			{
				position: absolute;
				left: -999em;
				width: 16px;
				height: 11px;
				margin-left: 10px;
				margin-right: -8px;
			}

/* end of header */

#content
{
	background: white;
	position: relative;
	clear: left; /* if you don't put this the sukerfish menu will mess up your display */
	border-top: 3px solid #821E1C;
}

#normalContent
{
	margin-top: 80px;
	clear:left;
	margin-left: 10px;
	position: absolute;
	left: -999em;
}

/* Footer part */

	#footer
	{
		width: 100%;
		height: 35px;
		text-align: center;
		clear:left;
		position: relative;
		background: white;
		border-top: 2px solid black;
		margin-top: 50px;
	}
	
	#footer hr
	{
		width: 95%;
		color: black;
		height: 1px;
		display: none;
	}
	
	#footer p
	{
		font-size: 10px;
	}

/* end of footer */

/* style for the menu 
   This menu is the "Son of Suckerfish" menu.
   Really neat code, if you use it 
   give credits:
   http://www.htmldog.com/articles/suckerfish/dropdowns/ */
   
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 100;
	font-weight: bold;
}

#nav a {
	display: block;
	width: auto;
	text-decoration: none;
	color: white;
	font-size: 14px;
}

#nav ul li a
{
	font-size: 12px;
	font-weight: normal;
}

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts in this case opera will go nuts because we choose style over compliance*/
	font-weight: normal;
	margin-left: 10px;
	margin-top: 3px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #821E1C;
	width: auto;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	font-weight: normal;
}

#nav li ul li { /* second-level list element */
	float: none;
	width: auto;
	margin: 4px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	
}

#nav a:hover /* herited link properties */
{
	text-decoration: underline;
}

/* End of suckerfish menu */

.csc-firstHeader
{
	font-size: 18px;
	color: #124477;
	text-align: left;
	margin-bottom: 60px;
}

#rightCol h1
{
	color: #821E1C;
	text-align: center;
}

#leftCol h1
{
	color: #124477;
	text-align: center;
}

#leftCol img
{
	margin: 10px auto;
	display: block; 
}

#rightCol img
{
	margin: 10px auto;
	display: block; 
	text-align: center; 
}

.bodytext
{
	text-align: justify;
	font-size: 12px;
	text-align: center; 
}

.bodytext img 
{
	margin: 10px auto;
	display: block;
	text-align: center; 
}

#linklist
{
	display:none;
}

#goodies
{
	display: none;
}

#thirtyPercent
{
	display: none;
	visibility: hidden;
}