html, body { padding: 0; margin: 0; }

body {
	font-family: Verdana, "Gill Sans MT", "Gill Sans", "Trebuchet MS", Arial, Helvetica;
	font-size: 10pt;
	background: url(images/bodybg.png) fixed repeat-x;
	}

img { border: 0; }

#container { width: 95em; margin-left: auto; margin-right: auto; padding: 30px 10px 0 30px; background-color: #FFF; }

#uppertopwrapper, #topwrapper, #almosttopwrapper, #mainwrapper, #footer { clear: both; margin: 0 5px; padding: 0 5px; }

#uppertopL { float: left; width: 225px; border-top: 0; }

#uppertopR { margin: 0 2em 0 240px; border-bottom: 1px solid #C00; }

#topL { float: left; width: 225px; border-top: 0; }

#topR {
	margin: 0 2em 0 240px;
	border-top: 5px solid #C00;
	height: 75px;
	background: #DDD url(images/topbannerbg.jpg) no-repeat top right;
	}

#almosttopL { float: left; width: 225px; }

#almosttopR {
	position: relative;
	margin: 0 2em 0 240px;
	background: #C6E2FF url(images/navbg.png) no-repeat top left;
	height: 2.5em;
	}

#middleL {
	float: left;
	width: 225px;
	border-top: 5px solid #0000CD;
	padding-top: 1em;
	}

#middleR {
	margin: 0 2em 0 240px;
	border-top: 5px solid #1874CD;
	padding: 1em;
	font-family: Verdana, "Gill Sans MT", "Gill Sans", "Trebuchet MS", Arial;
	font-size: 11px;
	}

#endL {
	float: left;
	width: 225px;
	border-top: 5px solid #008B00;
	padding-top: 1em;
	}

#endR {
	margin: 0 2em 0 240px;
	border-top: 5px solid #00CD00;
	background-color: #F0FFF0;
	padding: 1em;
	vertical-align: top;
	}



/*------------ Navigation ------------*/

#tabsE {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	background: #FFF;
	}

#tabsE ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#tabsE li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#tabsE a {
	float: left;
	background: url(images/tabrightE.gif) repeat-x left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
	font-weight: bold;
      }

#tabsE a span {
	float:left;
	display:block;
	background: url(images/tableftE.gif) no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #FFF;
      }

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsE a span { float: none; }
/* End IE5-Mac hack */
#tabsE a:hover span { color:#FFF; }
#tabsE a:hover { background-position: 0% -42px; }
#tabsE a:hover span { background-position: 100% -42px; }



/* ------- Nav ------- */

ul#portfolio {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 575px;
	height: 200px;
	padding: 0;
	list-style-type: none;
	}

#nav a, #nav a:active, #nav a:visited {
	display: block;
	float: left;
	clear: right;
	padding: 5px 8px;
	background: #DAF1C9;
	color: green;
	margin-right: 10px;
	text-decoration: none;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	}

#nav a.selected, #nav a.selected:active, #nav a.selected:visited {
	background-color: #C51D1D;
	color: #FFF;
	text-decoration: none;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	}

#nav a:hover, #nav a.selected:hover {
	background-color: #C0FF3E;
	text-decoration: none;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	}

.hiddencontent {
	display:none;
	border-top: 1px solid #ccc;
	padding: 4px;
	}

.clear { clear:both; }




/*------------ Formatting ------------*/

.hidden {display:none; z-index:40;} 
.shown {display:inline; z-index:41;}

.rule {
	margin: 10px auto;
	padding: 0;
	width: 90%;
	border-bottom: 1px solid #DCDCDC;
	}

#topL img { margin-left: auto; margin-right: 0; display: block; }

h2 { font-size: 150%; color: #CD3333; }
h3 { font-size: 150%; color: #8B2323; }
b { display: block; border-bottom: 1px solid #ddd; }

.header {
	font-weight: bold;
	font-size: 17px;
	line-height: 20px;
	padding: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
 	}

.author { text-align: right; font-size: 85%; display: block; }

.whereyouare {
	font-size: 80%;
	color: #666;
	padding: 1em 0;
	line-height: 2;
	display: block;
	}

#middleR a, #middleR a:visited { color: #104E8B; text-decoration: none; }
#middleR a:hover { color: #000; text-decoration: underline; }

.left { float: left; border: 0; }
.right { float: right; border: 0; }
.center { display: block; margin-left: auto; margin-right: auto; text-align: center; }

p.info {
	width: 80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.8;
	text-align: justify;
	}

p.info img.right { margin: 10px 0 10px 20px; }
p.info img.left { margin: 10px 20px 10px 0; }

a.mainlinkA, a.mainlinkA:visited {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 150px;
	height: 50px;
	background: url(images/tyndallblur.gif) no-repeat 0 0;
	text-decoration: none;
	}

a.mainlinkA:hover {
	display: block;
	width: 150px;
	height: 50px;
	background: url(images/tyndall.gif) no-repeat 0 0;
	text-decoration: none;
	}

a.mainlinkB, a.mainlinkB:visited {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 150px;
	height: 50px;
	background: url(images/iopirelandblur.gif) no-repeat 0 0;
	text-decoration: none;
	}

a.mainlinkB:hover {
	display: block;
	width: 150px;
	height: 50px;
	background: url(images/iopireland.gif) no-repeat 0 0;
	text-decoration: none;
	}

.stdul { list-style-type: none; }
.stdul li { margin: 5px; }
.stdul li b { margin: 20px 0 10px 0; }



/*------------ Highlights ------------*/

#middleL b { padding: 0 1.5em 0 0; }
#middleL p { margin-bottom: 2em; }
#middleL img { margin-right: 0.5em; }
#middleL a, #middleL a:visited { text-decoration: none; color: #0000CD;}
#middleL a:hover, #middleL a:active { text-decoration: underline; color: #000;}

#middleLmenu {
	display: block;
	padding: 2em 0;
	border-right: 1px solid #4682B4;
	margin: 0;
	background: #104E8B url(images/boxbg.gif) repeat-x top left;
	color: #FFFAF0;
	}

#middleLmenu a, #middleLmenu a:visited {
	display: block;
	line-height: 2.5;
	padding: 0 2em;
	color: #FFF5EE;
	text-decoration: none;
	border-bottom: 1px solid #4682B4;
	}

#middleLmenu a:hover {
	display: block;
	line-height: 2.5;
	color: #FFF;
	text-decoration: none;
	background-color: #436EEE;
	font-weight: bold;
	border-bottom: 1px solid #FFF;
	}



/*------------ Footer ------------*/

#endL, #endL a, #endL a:visited {
	font-size: 85%;
	color: #9C9C9C;
	text-decoration: none;
	text-align: center;
	}

#endL a:hover {	color: #333; text-decoration: underline; }
#fnavcontainer { display: block; text-align: center; }

#fnavlist li {
	color: #668B8B;
	list-style: none;
	margin-right: 10px;
	padding: 0.25em;
	border-top: 1px solid #F0FFF0;
	border-bottom: 1px solid #F0FFF0;
	display: inline;
	}

#fnavlist li a, #fnavlist li a:visited {
	text-decoration: none;
	color: #3CB371;
	font-weight: bold;
	font-size: 85%;
	}

#fnavlist li a:hover { border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; background-color: #fff; }

#endR p {
	font-size: 85%;
	color: #668B8B;
	font-weight: bold;
	text-align: center;
	}



/*------------ Standard Table ------------*/

.stdtable {
	border-collapse: collapse;
	line-height: 1.1;
	margin-left: auto;
	margin-right: auto;
	}

.stdtable th, .stdtable td { text-align: left; font-weight: normal; padding: 5px; }

.stdtable td.event {
	padding: 10px;
	background-color: #FAF0E6;
	border-bottom: 5px solid #fff;
	text-align: center;
	line-height: 1.8;
	}

.stdtable td b { color: #CD0000; }
.stdtable caption { font-size: 90%; color: #666;}
.stdtable em { font-weight: bold; }
.stdtable th img { margin: 10px 10px 15px 0; }
.stdtable p { line-height: 1.8; margin: 0 10px; text-align: justify; }
.stdtable i { font-size: 90%;	color: #666; margin-left: 10px; }
.stdtable tbody th:hover { background-color: #FFFFF0; }
.stdtable tbody tr:hover { background-color: #FFFACD; }



/*------------ Boxes ------------*/

#boxwrap { margin: 0; padding: 0; display: block; }

#box1 {
	float: left;
	width: 46%;
	height: 200px;
	padding: 2em 0;
	border-right: 1px solid #4682B4;
	margin: 0;
	background: #104E8B url(images/boxbg.gif) repeat-x top left;
	color: #FFFAF0;
	}

#box2 {
	float: left;
	/*width: 46%;*/
	height: 200px;
	padding: 2em 0;
	border: 0;
	margin: 0;
	background-color: #7D9EC0;
	color: #FFFAF0;
	}

#box2 p { padding: 2em; }

#box1 a, #box2 a, #box1 a:visited, #box2 a:visited {
	display: block;
	line-height: 2.5;
	padding: 0 2em;
	color: #FFF5EE;
	text-decoration: none;
	border-bottom: 1px solid #4682B4;
	}

#box1 a:hover, #box2 a:hover {
	display: block;
	line-height: 2.5;
	color: #FFF;
	text-decoration: none;
	background-color: #436EEE;
	font-weight: bold;
	border-bottom: 1px solid #FFF;
	}
