/* logo */

.logo-express, .logo-english {
	font-family:		Arial, sans-serif;
	color:				#fff;
}
.logo-express {
	font-weight:		bold;
}
.logo-english {
	font-weight:		normal;
}

/* PAGE */

body {
	font-family: 		Arial, sans-serif;
	text-align:			center; /* for IE */ 
	margin:				0 0 10px;
	background:			url('../images/design/bg_body_blue.jpg') top repeat-x #D5D7EC fixed;
	
	border-top: 0 solid #000;
}

#page {
	width:				700px;
	margin:				0 auto;
	text-align:			left; /* fixing IE hack */ 
	
	border-top: 1px solid #fff;
	background: url('../images/design/bg_content.gif') bottom no-repeat #fff;
	padding: 0px 15px 10px;

}

/* PAGE HEADER */

#page-header {
	background:			url('../images/design/header.gif') bottom right no-repeat #fff;
	height: 130px;
	margin: 0px 0 0;
}
#title {
	font-size: 0px;
	position: relative;
	left: -9999px;
}
#title a {
	text-decoration:	none;
}
#tagline {
	font-size: 0px;

	position: relative;
	left: -9999px;
}

#learn {
	text-align: left;
	background:			url('../images/design/bg_learnexpanded.jpg') left no-repeat #fff;
	height: 186px;
	margin-top:	20px;
	margin-bottom:	20px;
}
#learn a {
}
#learn ul {
	margin: 0 0 0 435px;
	padding: 0;

}
#learn li {
	list-style-type:none;
	display: inline;
	font-size: 80%;
	font-weight: bold;
	font-style: italic;
}
#page-content #learn a {
	display: block;
	height: 56px;
	margin-bottom: 3px;
	padding: 4px 5px 0 5px;
	
	color: #fff;
	text-decoration: none;
}
#page-content #learn a:hover {
	text-decoration: underline;
}
.learn_language {
	font-style: normal;
	font-size: 175%;
	font-weight: normal;
	display: block;
	text-align: center;
}

/*PAGE NAV */

#page-nav {
	font-family: 		Arial, sans-serif;
	float:				left;
	width:				135px;
	
	clear: 				left;

	margin-top:			10px;
	margin-left: 		5px;
	margin-bottom: 		40px;

	font-size:			90%;
	
}
#page-nav ul {
	margin:				0;
	padding:			0;
	list-style-type:	none;
}
#page-nav li {
	display:			inline;
}
#page-nav li a, #page-nav li .link {
	display:			block;

	margin-top:			10px;
	padding:			3px 3px 3px;
/*	border-bottom:		1px dotted #D3162C; */
	
	text-decoration:	none;
	color:				#D3162C;
	font-weight: bold;
}
#page-nav li li a, #page-nav li li .link {
	display:			block;

	margin-top:			3px;
	padding:			3px 3px 3px 13px;
	border-bottom:		0;
	
	text-decoration:	none;
	color:				#000;
	font-weight: normal;
	font-size: 90%;
}
#page-nav li a:hover {
	text-decoration:	underline;
}
#page-nav li .link {
	color:				#039;
}

/* CONTENT */
#page-content {
	margin:				0 10px 0 165px;
	padding:			0px 0 30px 0;
}
#page-content a {
	color:				#0A1A8B;
}
#page-content a:visited {
	color:				#999;
}
#page-content h2 {
	margin-top:			18px;
	margin-bottom:		20px;

	font-size:			150%;
	font-weight:		normal;
	color: #333;
}
/*
#page-content h2 {
	background: 		url('../images/design/h_speech.gif') no-repeat;
	height:				36px;
	margin-top:			22px;
	margin-bottom:		0px;
	padding:			5px 8px;

	font-size:			120%;
	font-weight:		normal;
	color: 				#333;
}
#page-content p, #page-content li, #page-content h3, #page-content h4 {
	margin-left: 		11px;
	margin-right: 		11px;

}
*/
#page-content h3 {
	font-size:			120%;	
	font-weight:		normal;
	margin-top:			25px;
	color: 				#333;
}
#page-content h4 {
	font-size:			100%;	
	font-weight:		normal;
	margin-top:			25px;
	color: 				#555;
}
#page-content p, #page-content li {
	font-family:		Arial, sans-serif;
	font-size:			80%;
	line-height:		170%;
	color:				#333;
}
#page-content blockquote {
	padding:			0;
	margin:				15px 0 30px;
}
#page-content blockquote p {
	margin-bottom:		5px;
}
#page-content blockquote .citation {
	margin-top:			0;
	padding-left:		20px;
	font-family: 		Arial, sans-serif;
	font-weight:		bold;
	background:			url('../images/design/citation_dash.gif') left center no-repeat;
}

.smaller {
	font-size: 90%;	
}
.highlight {
	border: 1px solid #D3182C;
	padding: 0 10px;
}
.shade {
	background: #F9F9FB;	
	padding: 1px 20px 20px;
}

.content_block {
	padding-bottom:		10px;
}

/* PAGE FOOTER */

/* background fill footer */
#page-footer {
	padding:			3px 5px 3px;
	text-align:			right;
	margin-bottom:		3px;
	clear: both;
}
#page-footer p {
	margin:				0;
	font-size:			70%;
	color:				#aaa;
}
#page-footer a {
	color:				#888;
	text-decoration: 	none;
}
/* 3 colour stripe footer 
#page-footer {
	padding:			33px 5px 23px;
	text-align:			right;
	margin-bottom:		3px;
	clear: both;

	background:			url('../images/design/footer.gif') top repeat-x #fff;
}
#page-footer p {
	margin:				0;
	font-size:			70%;
	color:				#888;
}
#page-footer a {
	color:				#444;
	text-decoration: 	none;
}
*/
#page-footer a:hover {
	text-decoration: 	underline;
}

/* GENERAL */

#page-content .todo {
	font-weight:		bold;
	color:				#ccc;
}

/* Mail Form */
#mailform {
}
#mailform p {
	margin:				5px 0;
}
#mailform label {
	width:				100px;
	display:			block;
	float:				left;
}
#mailform_submit {
	margin-left:		100px;
}

/* Images */

img {
	border:				0;
}
.img_r, .img_l {
	padding:			0px;
	border:				0;
}
.img_r {
	float:				right;
	margin:				3px 0 3px 15px;
}
.img_l {
	float:				left;
	margin:				3px 15px 3px 0;
}

#page-content .overview h3 {
	margin-bottom: 0;
}
#page-content .overview p {
	margin-top:	3px;
}