body { 
	margin: 0; 
	padding: 0; 	
	font-size: 100%;
	background: #999;
	color: #333;
	text-align:center;
}


/* Global styles */
* {margin: 0 auto; padding: 0; border: 0;}
span {color: #00A2FF}
p, ul, p a, h2 {font-family: Arial, Helvetica, sans-serif;
text-align:left;}


/* Heading styles */
h1 {margin-left: 10px; font-family: Georgia, serif; color: #333; float: left; font-weight: normal; margin-left: 10px; font-size: 1.55em}
h1 a:link, h1 a:visited, h1 a:active {text-decoration: none; color: #333; font-weight: normal}
h1 a:link span, h1 a:visited span, h1 a:active span {text-decoration: none; font-weight: normal}
h1 a:hover {color: #00A2FF; text-decoration: none; font-weight: normal}
h1 a:hover span {color: #333; text-decoration: none; font-weight: normal}

h3 a, h3 a:link, h3 a:hover {font-weight: normal} /* styling for h3 heading links */
h4 a, h4 a:link, h4 a:hover, h5 a:link, h5 a:hover {font-weight: bold} /* styling for other heading links */

h2 {margin-bottom: 5px; padding-left: 10px; font-size: 0.75em; background-color: #333; color: #fff; line-height: 2.0em} /* headings on black backgrounds */

h3, h4, h5 {font-family: Arial, Helvetica, sans-serif; margin: 20px 0 0 10px text-align:left;}
h3 {font-size: 1.25em; line-height: 1.25em; font-weight: normal}
h4 {font-size: 0.90em; line-height: 0.90em; font-weight: bold}
h5 {font-size: 0.70em; line-height: 0.70em; font-family: Arial, Helvetica, sans-serif; font-weight: bold} /* appears like bold paragraph text */



/* Text styles */
p {margin: 10px; font-size: 0.75em; line-height: 1.75em}

p.updated {margin-left: 10px; font-size: 0.60em; letter-spacing: 0.05em; color: #888}

#siteimg p {   /* This is the large text in the site img div */
	margin: 0 0 0 10px; /* removed usual top and bottom margin from paragraph to avoid layout breaking */
	padding-left: 10px;
	padding-top: 90px;
	font-family: Georgia, serif;
	font-size: 1.45em; 
	line-height: 1.05em; 
	font-weight: normal; 
	letter-spacing: -0.05em; 
}

acronym {border-bottom: 1px dashed #333; cursor: help}

ul {margin-left: 10px; font-size: 0.70em; line-height: 1.75em; list-style: inside square}



/* Paragraph Links */
a {color: #00A2FF; font-family: Arial, Helvetica, sans-serif;} /* The blue colour */
a:link {color: #00A2FF; font-family: Arial, Helvetica, sans-serif;}
a:hover {color: #333; font-family: Arial, Helvetica, sans-serif;}


/* Divs */

#mcontainer {
	width: 95%;
	background: #fff;
	overflow: hidden;
	text-align:left;
}

#topbar {   
	width: 100%;
	height: 25px;
	background: #333;
}
	
	
#hdr {   
	
	padding-top:5px;
	width: 95%;
	height:50px;
	background: #fff
}

#hdr p{	
	padding-top:0px;
	text-align:right;
	text-size:small;
	font-family:arial, helvetica, sans-serif;
	line-height:1em;
	}
	

#navbar {   /* Main Navigation area */
	width: 100%; 
	background: #FEEA83; 
	text-align:center;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}


#siteimg p{text-align:left;}

#navmain { width: 100%; padding:0; margin:0; background: url('images/f1students.gif') #C6D7E5 ;
	background-position: top right; 
	background-repeat:no-repeat;
	overflow:hidden;
	text-align:left;}
	
	
#navcontainer {padding-top:1px; padding-left:0; margin:0; position:relative; right:40%;}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 2px;
width: 160px;
background-color: #1199C4;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
font-size:11px;
text-decoration: none;
font-weight: bold;
}

#navcontainer a:hover
{
background-color: #FEEA83;
color: #5379BC;
}


#lftcol {
	float: left;
	width: 25%;
	background: transparent;
	overflow: hidden
	text-align:left;
	padding-left:15px;

}

#lftcol img {border: 3px solid #00A2FF;}
#lftcol h3 {padding-left:10px;}

#rgtcol {
	float: right;
	width: 70%;
	background: transparent;
	overflow: hidden
	text-align:left;
	padding-right:15px;
	font-family: Arial, Helvetica, sans-serif;
}




#bttmbar { 
	clear:both;
	color:#FFF;
	width: 48%
	text-align:center;
	height: 3em;
	line-height: 3em;
	background: #333;
	overflow: hidden;
}



/* Forms, Input boxes and buttons */
form.login {float: right; height: 3em; line-height: 3em; margin: 10px 0 0 0; width: 8.0em;}
input.login {border: 1px solid #333; width: 6em; font-size: 0.95em;}
input.loginbttn {border: 0px solid #fff; width: 3em; background: #00A2FF; color: #fff; font-size: 1.0em}

/* Images */
img.rightimg {float: right; margin-left: 10px}
img.leftimg {float: left; margin-right: 10px}

img.languageimg {float: right; margin: 4px 2px 0 0} /* used for the language flags */
