body
{
	font-family: Verdana, sans-serif;
	background: url('../img/bg.jpg') repeat-x #e4edf3;
	color:#555555;
	font-size:13px;
	line-height:18px;
}

.clearer
{
	clear:both;
	height:0px;
	font-size:0px;
	overflow:hidden;
}

#mainpage
{
	width:950px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
}

#header
{
	width:940px;
	padding: 0 5px 0 5px;
}

.logo
{
	float:left;
}

.header_img
{
	float:right;
}

/********** Menu **********/

#menuh-container
{
}

#menuh
{
	font-size: small;
	font-family: Verdana, sans-serif;
	width:941px;
	float:left;
	margin-left:5px;
	/*background-color: #CC0202;*/
	height:26px;
}

#menuh-container img
{
	border:none;
}

#flag
{
	float:right;
	margin-right:30px;
	margin-top:7px;
}
		
#menuh a
	{
	text-align: center;
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	background-color: #CC0202;
	text-decoration:none;
	}

#menuh a:hover						/* menu on mouse-over  */
	{
	color: white;
	background-color: #BCDAEC;
	text-decoration:none;
	}	
	
#menuh a.select						/* menu select  */
	{
	background-color: #BCDAEC;
	color:#000000;
	}	

#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(../img/navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(../img/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:9em;	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 0px;
	margin:0 0 0 0;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */
/********** END Menu **********/

/********** Content **********/
.col1
{
	width:199px;
	float:left;
	border-right:1px solid #CCCCCC;
}

.col1_content
{
	width:179px;
	border:5px solid #FFFFFF;
	padding:5px 5px 0 5px;
	background:#E4EDF3;
}
.col2
{
	width:550px;
	float:left;
}

	.col2_content_title
	{
		margin: 0 10px 0 10px;
		height:100px;
		border-bottom:1px solid #CCCCCC;
	}

		.col2_title
		{
			margin-top: 20px;
			margin-left:20px;
			font-size:24px;
			line-height:26px;
			font-weight:bold;
			color:#182E7A;
			font-family:times new roman,times,serif;
		}

		.col2_subtitle
		{
			margin-top: 40px;
			margin-left:20px;
			font-size:13px;
			line-height:15px;
			font-weight:bold;
		}
		
		.col2_content
		{
			padding:10px;
			text-align:justify;
		}
		.col2_content a
		{
			text-decoration:none;
			color:#555555;
		}
		.col2_content a:visited
		{
			text-decoration:none;
			color:#555555;
		}

.col3
{
	width:199px;
	float:left;
	border-left:1px solid #CCCCCC;
}

.col3_content
{
	width:179px;
	border:5px solid #FFFFFF;
	padding:5px 5px 0 5px;
	background:#E4EDF3;
}
/********** END Content **********/
 .leftmenu
 {
	margin-left:-20px;
 }

 .leftmenu a
 {
	text-decoration:none;
}

.leftmenu1
{
	margin-top:20px;
}

.leftmenu1 a
{
	text-decoration:none;
	color:#555555;
}

.leftmenu1 a:hover
{
	text-decoration:none;
	font-style:italic;
}

.leftmenu1 a:visited
{
	text-decoration:none;
	color:#555555;
}

.sel
{
	font-style:italic;
	font-weight:bold;
}

