
body { 
	margin: 0; 
	padding: 0; 	
	font-size: 100%;
	text-align: center; 
	background: #e0e0e0;
	color: #000;
}


/* Global styles */
* {font-family: Arial, Helvetica, sans-serif; text-align: left; margin: 0; padding: 0; border: 0;}
span {color: #00A2FF}
p, ul, p a, h2 {font-family: Arial, Helvetica, sans-serif;}


/* Heading styles */
a#title {float: left; height: 55px} /* Babel logo */
a#title span {display: none} /* Hides text */

p#tagline {  /* tagline - paving the way... */
	margin: 0;
	position: absolute;
	top: 25px;
	left: 200px;
	font-size: 14px;
	line-height: 14px;
	color: #666;
	font-style: italic;
	font-weight: bold
}

h1 {
	margin: 0 0 0 10px; /* removed usual top and bottom margin from paragraph to avoid layout breaking */
	padding-left: 10px;
	padding-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.60em; 
	color: #777;
	line-height: 1.00em; 
	font-weight: normal
	}
	
h2 {
	margin: 0 0 0 10px; 
	padding-top: 10px;
	padding-left: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.00em; 
	line-height: 1.25em; 
	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 */

h3.column {margin: 0; padding-left: 10px; font-size: 0.75em; background-color: #333; color: #fff; line-height: 2.0em} /* headings on black backgrounds */

h3, h4, h5, h6 {color: #999; margin: 20px 0 0 10px}
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 */
h6 {font-size: 0.70em; line-height: 0.70em; font-family: Arial, Helvetica, sans-serif} /* appears like regular paragraph text */



/* Text styles */
p {margin: 10px 20px 10px 10px; font-size: 0.70em; line-height: 1.5em}

p.updated {margin-left: 10px; font-size: 0.60em; line-height: 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: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em; 
	line-height: 1.05em; 
	font-weight: normal; 
}

#siteimg p span {    /* span for slightly smaller text */
	font-size: 1.30em; 
	line-height: 1.50em; 
	color: #999;
}

#siteimg h2 span.small a {   /* more... link */
	font-size: 0.90em; 
}


acronym {border-bottom: 1px dashed #333; cursor: help}


/* General lists */
#fullcol ul, #rgtcol ul {margin: 0 0 0 10px; padding: 0; font-size: 0.70em; line-height: 1.75em; list-style: none outside }
#fullcol ul li, #rgtcol ul li {margin: 0; list-style: none outside; padding-left: 11px; background: url(images/bullet.gif) 0 50% no-repeat}


/* Paragraph Links */
a {color: #00A2FF; font-weight: bold; text-decoration: none} /* The blue colour */
a:link {color: #00A2FF; font-weight: bold; text-decoration: none}
a:hover {color: #FF0000; font-weight: bold; text-decoration: none}


/* Divs */

#container {
	margin: 0 auto;
	width: 770px; /* Suits an 800x600 page, allowing for scrollbar */
	background: #fff;
	overflow: hidden
}

#topbar {   /* Top bar, can be used for extra links etc */
	width: 770px;
	height: 20px;
	background: #555
}

#hdr {    /* Header/Banner area */
	position: relative;
	width: 770px; /* Suits an 800x600 page, allowing for scrollbar */
	height: 55px; /* Same as title height */
	line-height: 55px;
	background: #fff
}

#navbar {   /* Main Navigation area */
	width: 770px; /* Suits an 800x600 page, allowing for scrollbar */
	height: 1.75em; 
	background: #f0f0f0; /* Light Grey */
}

#siteimg {   /* Large Site Image */
	width: 770px; /* Suits an 800x600 page, allowing for scrollbar */
	height: 160px;
	background: url('images/siteimage.jpg') #fff; /* Light Grey */	
}

#lftcol {
	float: left;
	width: 200px;
	background: transparent;
	overflow: hidden
}

#rgtcol {
	float: left;
	width: 570px;
	background: transparent;
	overflow: hidden
}

#fullcol {
	float: left;
	width: 770px;
	background: transparent;
	overflow: hidden
}

#bttmbar { /* bottom bar, containing top button and copyright info etc */
	float: right;
	width: 570px;
	height: 3em;
	line-height: 3em;
	background: #fff;
	overflow: hidden
}

#adsensediv {   /* Area for Google Adsense */
	float: left;
	width: 770px;
	height: 75px;  /* Change to suit Google Adsense advert size */
	background: transparent
}


/* Main Navigation */
#nav ul {display: inline; font-size: 0.70em}

#nav li {display: inline}

#nav a {
	padding-left: 11px;
	line-height: 30px; /* same as height of nav bar */
	margin-left: 10px; 
	font-size: 0.70em;
	display: inline;
	font-weight: bold;
	background: url(images/bullet.gif) 0 50% no-repeat
}

#nav a span {color: #333}


/* Forms, Input boxes and buttons */

table#login {
	padding: 0;
	margin: 0;
	float: right;
	width: 12em;
	margin-top: 4px;
	height: 50px;
	font-size: 11px;
	line-height: 13px;
}

table#login input.login {   /* styles input boxes */
	margin: 0;
	padding: 0;
	border: 1px solid #333;
	height: 14px;
	width: 5em;
	line-height: 13px;
}


table#login input.loginbttn {  /* styles input button */
	margin: 0 2px; border: 1px solid #000; 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: 2px 3px 0 0} /* used for the language flags */
