body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1em;	
	margin: 0px;
	padding: 0px;
	background: #000066;
	font-size:1em;
	
}


p,ol,ul,h1,h2,h3,h4,h5,h5,h6 {
	margin:0 0 1em 0;
	padding:0;
	}
	
/******* header styles *******/


h1{
font-size:1.1em;
color:#320096;
padding:20px 0px 20px 0px;
margin:0;
text-align:left;
line-height:1.3em;
}

h2{
font-size:1em;
color:#7F1212;
padding:20px 0px 5px 0px;
margin:0;
text-align:left;
line-height:1.3em;
}
h3{
font-size:0.9em;
color:#003366;
padding:20px 0px 5px 0px ;
margin:0;
line-height:1.3em;
text-align:left;
}


h4{
color:#1F5B7F;
padding:10px 0px 10px 0px ;
margin:0;
font-size:0.8em;
text-align:left;
line-height:1.3em;
}

/******* float right class *******/

.fr{
float:right;
padding-left:20px;
padding-bottom:20px;
}

/******* highlighted text class *******/
.hl{
color:#ad502f;
}

/******* image floated left *******/
.limage{
float:left;
margin:10px;
margin-right:20px;
margin-left:10px;
margin-top:5px;
margin-bottom:10px;
border:solid 5px #EFEFED;
}
/******* image floated right *******/
.rimage{
float:right;
margin:10px;
margin-right:20px;
margin-left:10px;
margin-top:5px;
margin-bottom:10px;
border:solid 10px #EFEFED;
}

/*******table styles *******/
 table{
font-size:76%;
color:#999999;
}
 
 table.content{
 color:#666666;
 font-size:0.7em;
 text-align:left;
 }
 
 table.content td{
	padding: 5px;
	border-bottom:1px solid #DDDDDD;
	
 }
 table.content th{
	padding: 5px;
	color:#000099;
	background-color:#DDDDDD;
 }
/******* major layout divs *******/
	
#wrap{
	margin: 0px;
	padding: 0px;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	height:700px;
	background-color:#f9f8f7;
	margin-top:10px;
	}

/******* header area *******/

#header{
margin: 0px;
padding: 0px;
background-image:url(images/header.jpg);
background-repeat:no-repeat;
width:900px;
height:205px;
}

/******* styling for left logo *******/	
#logobox{
margin: 0px;
padding: 0px;
position:relative;
left:10px;
top:5px;
}

#logo{
margin: 0px;
padding: 0px;
position:absolute;
left:0px;
top:0px;
width:100px;
height:140px;
}
#transtext{
margin: 0px;
padding: 0px;
width:300px;
height:70px;
position:absolute;
left:400px;
top:0px;
font-size:9pt;
font-color:#ffffff;
line-height:9pt;

}	
#translator{
margin: 0px;
padding: 0px;
position:absolute;
left:720px;
top:-10px;
}
/******* series of 4 images in header area *******/
#images{
margin: 0px;
padding: 0px;
position:absolute;
left:400px;
top:70px;
}

#images ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	
}

#images li{
	display: inline;
	padding-right: 5px;
}

#images img{
border:2px solid #ffffff;
height:80px;
width:110px;
}

/******* end series of 4 images in header area *******/
/******* main content area *******/
#content{
margin: 0px;
padding: 0px;
width:900px;
height:500px;
}	

/******* footer area *******/
#footer{
	margin: 0px;
	padding: 0px;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	background-color:#000066;
	margin-top:10px;
	}

/******* end major layout divs *******/

/******* start right content divs *******/

#right{/******* right content outer wrap *******/
margin: 0px;
padding: 10px;
float:right;
width:180px;
background-color:#CCCCFF;
height:450px;
}

/******* start breadcrumb trail styles *******/
#breadcrumb{
position:relative;
margin: 0px;
padding: 0px;
text-align:right;
top:-20px;
}		

#breadcrumb ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	
}

#breadcrumb li{
	display: inline;
	padding-right: 15px;
	color:#999999;
	font-size:92%;
}

#breadcrumb a:link, #breadcrumb a:visited{
	color: #4a4aff;
	text-decoration: none;
	
}
#breadcrumb a:hover{
	color: #7F1212;
	text-decoration: none;
	
}

/******* start right hand highlight styles *******/

/******* colours all the plain text on the right hand side in grey*******/
#right p{
	color:#666666;
	font-size:72%;
	text-align:left;
}
/******* colours all the links on the right hand side in orange******/
#right a:link, #right a:visited{
	color: #ad502f;
	text-decoration:underline;
	
}
/******* colours all the links on the right hand side white on mouseover******/
#right a:hover{
	color: #ffffff;
	text-decoration:underline;
	
}
/***************************************************/
/******* right hand dark blue highlight styles ****/
/********** creates the dark blue box on the right hand side. This can be created multiple times*******/
.dhighlight{
background-color:#320096;
margin:5px;
padding:10px;
}
/******* creates the plain text on the dark box on the rHS ****/
#right .dhighlight p{
color:#FFFFFF;
padding-top:0px;
text-align:left;
}
/******* creates the main heading on the dark box on the rHS****/
#right .dhighlight h2{
color:#BAF8F8;
padding-top:0px;
text-align:center;
padding-top:5px;
padding-bottom:5px;
}

/******* creates the main heading on the dark box on the rHS****/
#right .dhighlight h3{
color:#FDFEC7;
text-align:center;
padding-top:2px;
padding-bottom:2px;
}
#right .dhighlight h4{
color:#ffffff;
text-align:left;
padding-top:2px;
padding-bottom:2px;
}


#right .dhighlight a:link, #right .dhighlight a:visited{
	color:#FF9900;
	text-decoration:underline;
	
}
#right .dhighlight a:hover{
	color:#66FFFF;
	text-decoration:underline;
	
}
/******* start content left styles *******/

#left{
margin: 0px;
padding: 0px;
width:660px;
height:440px;
background-color:#f9f8f7;
overflow:auto;
padding-left:20px;
padding-right:10px;
text-align:justify;
}		






/******* basenav styles *******/
#basenav{
	margin: 0px;
	padding: 0px;
	margin-left:auto;
	margin-right:auto;
	width:890px;
	height:20px;
	background-color:#f9f8f7;
	padding-left:10px;
	}	

#basenav ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	
}

#basenav li{
	display: inline;
	padding-right: 15px;
	color:#999999;
	font-size:92%;
}

#basenav a:link, #basenav a:visited{
	color: #4a4aff;
	text-decoration: none;
	
}


/************** footer siteInfo styles ****************/
#footer{
	margin: 0px;
	padding: 0px;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	color:#4a4aff;
	margin-top:10px;
	}


#footer a:link, #footer a:visited{
	color:#4a4aff;
	text-decoration: none;
	}

#footer a:hover{
	text-decoration: none;
	color: #f9f8f7;
	}

/************* #footer2 styles ***************/
/*updated, copyright and design footer*/

#footer ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	}

#footer li{
	display: inline;
	font-size:92%;
	padding-right:190px;
	}
#webdev{
	color:#666666;
	float:right;
	font-size:68%;
	margin-top:-18px;
	}

/******* content styles *******/
ul{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:25px;
	color:#666666;
	list-style-position:inside;
		}
		
ol{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:25px;
	color:#666666;
			}
		
ul li ul{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:50px;
	color:#666666;
	list-style-position:outside;
		}
ul.content{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:25px;
	color:#666666;
	list-style-position:outside;
	list-style-image: url(images/bullet.jpg);
		}
		


li{
padding-bottom:5px;
padding-right:20px;
}

ul.none{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:25px;
	color:#666666;
	list-style-type:none;
	list-style-image:none;
	
		}
ul li.pdf{
	list-style-image: url(images/pdf.gif);
	padding-top:10px;
}

p{
font-family:Arial, Helvetica, sans-serif;
font-size:76%;
color:#666666;
text-align:justify;
}

/******* link styles in main content area *******/
	
a:link a:visited{
color: #6d0e0f;
}

a:hover{
color:#7F1212;
}



.gallery{
	margin: 0px;
	padding: 0px;
	width:632px;
	height:100px;
	position:relative;
	background-color:#ffffff;
	}
	
.image{
border:2px solid #8F9758;
float:left;
margin-right:20px;
}
/********************* navigation style - horizontal with vertical drop - one level**********************/

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/simple_vertical.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* Add a margin - for this demo only - and a relative position with a high z-index to make it appear over any element below */
#menu_container {margin:0px 0px 0px 0px; position:relative; width:900px; height:26px; z-index:100;background-image:url(images/navbase.jpg);background-repeat: repeat-x;}

/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu, #pmenu ul {padding:0; margin:0; list-style-type: none; padding-left:8px;}

/* Set up the link size, color and borders */
#pmenu a, #pmenu a:visited {display:block;width:110px; font-size:11px; color:#4C4C87; height:25px; line-height:24px; text-decoration:none; text-indent:5px; border-width:1px 0 1px 1px;}

/* Set up the sub level borders */
#pmenu li ul li a, #pmenu li ul li a:visited {border-width:0 1px 1px 1px;}
#pmenu li a.enclose, #pmenu li a.enclose:visited {border-width:1px;}

/* Set up the list items - drop list */
#pmenu li {
float:left; 
padding:0px 0px 0px 0px; 
background-color:#EBEFF1;
}

/* For Non-IE browsers and IE7 */
#pmenu li:hover {position:relative;}

/* Make the hovered list color persist */
#pmenu li:hover > a {background:#4a4aff; color:#ffffff;}
/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#pmenu li ul {display:none;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#pmenu li:hover > ul {display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(images/transparent.gif); width:120px;}
/* Position the first sub level beneath the top level liinks */
#pmenu > li:hover > ul {left:-30px; top:16px;}

/* get rid of the table */
#pmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #pmenu li a:hover {position:relative; background:#4a4aff; color:#ffffff;}

/* For accessibility of the top level menu when tabbing */
#pmenu li a:active, #pmenu li a:focus {background:#AAACAD; color:#ffffff;}

/* Set up the pointers for the sub level indication */
#pmenu li.fly {}
#pmenu li.drop {
background-image:url(images/navbase.jpg);
background-repeat:repeat-x;
}


/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #pmenu li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(images/transparent.gif);}

/* keep the third level+ hidden when you hover on first level link */
#pmenu li a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
#pmenu li a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
#pmenu li a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the sixth level hidden when you hover on fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul ul {
visibility:hidden;
}

/* make the second level visible when hover on first level link and position it */
#pmenu li a:hover ul {
visibility:visible; left:-30px; top:14px; lef\t:-31px; to\p:15px;
}

/* make the third level visible when you hover over second level link and position it and all further levels */
#pmenu li a:hover ul a:hover ul{ 
visibility:visible; top:-11px; left:80px;
}
/* make the fourth level visible when you hover over third level link */
#pmenu li a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the sixth level visible when you hover over fifth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}

/********************* end navigation list **********************/

#map{
	height:250px;
	width:400px;
	position:relative;
	float:right;
	margin-left:10px;
}

/** Event table **/

table.event {
    border-collapse: collapse;
	font-size:76%
          
}
table.event th {
    text-align: center;
    font-family:verdana, arial, sans-serif; color:#06a; font-size:1em;
	font-weight: normal;
    padding: 0.5em;
    background:#EFEFEF;
	border: 1px solid #CCCCCC;
    
}
table.event td {
    text-align: left;
    font-family:verdana, arial, sans-serif;
	color: #666666;
	font-size:0.9em;
	line-height:1.2em; 
	border: 1px solid #CCCCCC;
    padding: 0.4em 0.5em;
}

table.event tr.odd {
    background:#F3F3F3;
}

table.event td.title {color:#1F5B7F; font-size:0.9em;}
table.event td.date {color:#7F1212; font-size:0.9em; }
  
/** end Event table **/

#sponsors {
margin:0px;
padding:0px;
width:600px;
height:70px;
}

/* CSS Document */

/* gallery CSS */
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/photo_click.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#gallery {width:800px; height:400px; position:relative; left:25px;}
#gallery ul {list-style:none; padding:0; margin:0; width:265px; float:right; height:310px; overflow:auto;}

#gallery ul li {display:inline; width:58px; height:58px; float:left; margin:0 4px 4px 0;}

#gallery ul li a {display:block; width:56px; height:56px; text-decoration:none; border:1px solid #000;}

#gallery ul li a img {display:block; width:56px; height:56px; border:0;}

#gallery ul li a:hover {white-space:normal; border-color:#ddd;}

#gallery ul li a:hover img {position:absolute; right:320px; top:0; width:auto; height:auto; border:1px solid #000;}

#gallery ul li span {display:none;}

#gallery ul li a:hover span {display:block; position:absolute; left:535px; top:323px; width:270px;font-family:verdana, arial, sans-serif; color:#06a; font-size:11px; line-height:15px; text-align:justify;}

#gallery ul li a:hover span b {color:#444;}

/* end gallery CSS */
.instructions {margin-left:50px; font-family:verdana, arial, sans-serif; color:#06a; }
.instructionsh {margin-left:50px; font-family:verdana, arial, sans-serif; color:#7F1212; }

