/* HTML elements */

body,input,select,textarea { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#333333; }
body {
	margin:0px;
	text-align:center; /* Center align for IE */
	background-color:#E9EDF2;
	background-image:url(../images/background.jpg);
	background-position:top;
	background-repeat:repeat-x;
	padding-top:10px;
	padding-bottom:10px;
}
p,li {
	line-height:1.5em;
}
a { color:#CC0000; }
a:hover { color:#660000; }
h1 { 
	font-size:21px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:normal; 
	color:#003366;
	padding-bottom:6px;
	border-bottom:1px solid #CCCCCC;	
}
h2 {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#003366;
}
h5 {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
}
blockquote {
	padding:10px;
	background-color:#E9EDF2;
}

/* Main structural elements */
#canvas {
	background-color:#FFFFFF;
	border:1px solid #999999;
	width:848px;
	margin-left: auto; /* Center align for Firefox / Mozilla / Opera */
	margin-right: auto;
	text-align:left; /* Counter the BODY's text-align:center; */
	background-image:url(../images/canvas-back.gif);
}
#leftColumn {
	width:179px;
	float:left;
}
#rightColumn {
	width: 669px;
	float:left;
}

#footer {
	background-image:url(../images/footer-back.jpg);
	height:41px;
	background-repeat:repeat-x;
	border-top:1px solid #999999;
}
#footer p {
	display:block;
	margin:0px 0px 0px 10px;
	line-height:41px;
	color:#003366;
	font-size:11px;
}

/* Left column elements */
#shieldLogo {
	border-bottom:1px solid #FFFFFF;
}
#navMenu ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#navMenu li {
	display:inline;
	line-height:1.2em;
}
#navMenu a {
	display:block;
	margin:0px;
	padding:4px;
	text-decoration:none;
	color:#003366;
	border-bottom:1px solid #FFFFFF;
}
#navMenu a:hover {
	background-color:#B9C5D2;
}

#navMenu li ul a {
	background-color:#F5F3EF;
	padding-left:14px;	
}
#navMenu a.current {
	background-color:#006CB8;
	color:#FFFFFF;
}
#navMenu a.current:hover {
	background-color:#006CB8;
}

/* Right column elements */
#topMenu {
	height:53px;
}
#topMenu ul {
	list-style-type:none;
	margin:0px;
	padding:18px 10px 0px 0px;
	float:right;
}
#topMenu ul li {
	display:inline;
}
#topMenu ul li a {
	font-size:12px;
	line-height:12px;
	padding-left:10px;
	padding-right:10px;
	border-left:1px solid #999999;
}

#header {
	background-image:url(../images/header-back.jpg);
	background-repeat:repeat-x;
	height:84px;
	padding-left:20px;	
}
#print_logo {
	display:none;
}

#inner_canvas {
	padding:30px;
	font-size:13px;
}

#submenu {
	background-color:#F5F3EF;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 10px;
	border:1px solid #CCCCCC;
}
#submenu p {
	margin:0px;
	font-weight:bold;
}
#submenu ul { margin-left:1em; padding-left:1em; margin-top:10px; margin-bottom:10px; }
#submenu ul ul { margin-top:0px; margin-bottom:0px; }
#simple_border_div {	border:1px solid #999999; }
#submenu_with_no_background {
	float: right;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 10px;
	border:1px solid #CCCCCC;
	width:150px;
	padding:0px;
}

/* Structural classes */
.clear0 { clear:both; height:0px; }
.clearLeftColumn { clear:both; height:0px; }

/* Margin classes */
.m0 { margin:0px; }
.mt0 { margin-top:0px; }
.mb0 { margin-bottom:0px; }
.mb20 { margin-bottom:20px; }

/* Border classes */
.b { border:1px solid #999999; }

/* Other classes (for all pages) */
.grey { color:#999999; }
.picLeft {
	float:left;
	border:1px solid #999999;
	margin-right:10px;
	margin-bottom:10px;
}
.picRight {
	float:right;
	border:1px solid #999999;
	margin-left:10px;
	margin-bottom:20px;
}
.picRightnoborder {
	float:right;
	margin-left:10px;
	margin-bottom:20px;
}
.picCenter {
	float:center;
}
.picRightCaption {
	/* Used when we have an image with caption text
	It is applied to a DIV encompassing said image and text */
	float:right;
	text-align:center;
	margin-left:10px;
	margin-bottom:10px;
}
.picRightCaption p { font-size:10px; }
.picRightCaption img { border:1px solid #999999; }

.iconList { list-style-type:none; margin-left:0px; padding-left:0px; }
.iconList li { line-height:16px; margin-bottom:10px; padding-left:26px; }
.iconList li.iconPdf { background-image:url(../images/icon-pdf.gif); background-repeat:no-repeat; }
.iconList li.iconDoc { background-image:url(../images/icon-doc.gif); background-repeat:no-repeat; }

.defaultTable { border-collapse:collapse; }
.defaultTable td { border:1px solid #CCCCCC; }
.defaultTable th { border:1px solid #CCCCCC; text-align:center; font-weight:normal; background-color:#EFEFEF; }
.bottompadding {
padding-bottom:3px;
padding-top:3px;

}

.odd { background-color:#FFFFFF; }
.even { background-color:#F4F4F4; }
.bluegreen {  background-color:#C2F3F1; }
.orange {  background-color:#F7AE79; }
.white {  background-color:#FFFFFF; }

.f9 { font-size:9px; }
.f11 { font-size:11px; }
.f16 { font-size:16px; }

.dropCap { font-size:18px; font-weight:bold; color:#FF9900; float:left; margin:0px 10px 10px 0px; }

/* Gallery page */
.galleryItem {
	float:left;
	width:110px;
	border:1px solid #CCCCCC;
	margin-right:8px;
	margin-bottom:8px;
}
.galleryItem a {
	display:block;
	text-decoration:none;
	text-align:center;
	color:#666666;
	padding:4px;
}
.galleryItem a:hover {
	background-color:#E9EDF2;
	color:#000000;
}
.galleryItem img {
	border:1px solid #CCCCCC;
	margin:0px;
	padding:0px;
}
.galleryItem p {
	line-height:10px;
	font-size:10px;
	margin:4px 0px 0px 0px;
}
/* The English Institute styling */
.institute { font-family: Georgia, "Times New Roman", Times, serif; color:#003366; 
}
.instituteBig { font-size:44px; 
}
.instituteNormal { font-size:32px;
} 
.institute24 { font-size:24px;
} 
.instituteSmall { font-size:18px;
}
.instituteNotice { color:#0099FF;
}
.darkBlueFont { color:#006CB8;
}
.RedFont { color:#FF0000;
}
.DarkGreenFont { color:#006633;
}
.GreenFont {
color: #009933;
}
.MedimunFont {
color:#C63051;
}
.inlineformvalidation{
	display:none;
}
.error {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:bold;
	color:#FFFFFF;
}
.error12 {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:bold;
	color:#FFFFFF;
}
.errorbackground {
background-color:#FF0000;
}
.hand {
cursor: hand;
}
.leftpadding{
padding-left:5px;
}
.it {
font-family: "Courier New", Courier, monospace; font-size:15px; color:#333333;
}