/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License

Other styles created by Susanna Sova and Gudrun Evans
*/

body {
	margin: 0;
	padding: 0;
	background: #E6E6E6 url(../images/TP_img01.gif); /* img background black */

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

h1 {
	margin: 0;
	font-weight:normal;
	color: #000000;
	clear:both;
}

h2, h3 {
	margin: 0;
	font-weight:normal;
	color: #333333;
	clear:both;
}

h4 {
	margin: 0;
	font-weight:bold;
	color: #333333;
	clear:right;
}

h2.lower {
	padding-top:30px;
}
h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

ol, ul {
	line-height: 180%;
}

p {
text-align:justify;

}

li p {
text-align:left;

}

p.blurb {
font-family:Arial, Helvetica, sans-serif;
font-size: 120%;
text-align:justify;
margin-bottom: 20px;
font-style:italic;
color: #333333;


}

.caption {
font-size: 90%;
margin-top: 5px;
margin-left: 10px;
margin-right: 10px;

}

ol {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ul li {
	padding-left: 15px;
	background: url(../images/TP_img07.gif) no-repeat 0px 7px; /* img green flash */
}

blockquote {
	margin: 0;
	padding-left: 20px;
	font-style: italic;
}

blockquote * {
	line-height: normal;
}

a {
	color: #569400;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

img.floatLeft {
	float: left;
	margin: 10px 10px 10px 0px;
}

img.links {
	margin-top: 0px;
	border: 0px solid #000000;	
}

img.center {
	float:none;
	margin: 0px;
	text-align:center;
}

img.topMargin {
	margin-top: 20px;
}

img.group {
	border: 1px solid #000000;	
}

hr {
	display: none;
}

.topSpace {
display:block;
width:100%;
float:left;
clear:left;
margin-top: 20px;
}
.topSpace a {
	text-align:left;
}

.pubYear {
	margin-top: 20px;
	border-top: 1px solid #999999;
	padding-top:10px;
}

.meetNext {
	margin-top: 20px;
	border-top: 1px solid #999999;
	padding-top:10px;
}

/* header */
#header {
	width: 740px;
	height: 381px;
	margin: 0px auto;
	background: #E6E6E6 url(../images/TP_img01.gif);  
/*	background: #2A2A2A url(../images/img03.jpg); */ 

}


/* headerMargin */
#headerMargin {
	width: 740px;
	height: 20px;

	position: fixed;		/* keeps menu fixed at top of page */
	top: 0px;				/* keeps menu fixed at top of page */
	left: 50%;				/* keeps menu fixed at top of page */
	margin-left: -370px;	/* keeps menu fixed at top of page */
	z-index: 1;				/* keeps menu fixed at top of page */

	background: #E6E6E6 url(../images/TP_img01.gif);
}


/* Menu */

#menu {
	width: 740px;
	height: 60px;
	margin: 0 auto;

	position:fixed;			/* keeps menu fixed at top of page */
	top:20px;				/* keeps menu fixed at top of page */
	left:50%;				/* keeps menu fixed at top of page */
	margin-left:-370px;		/* keeps menu fixed at top of page */
	z-index:1;				/* keeps menu fixed at top of page */
	background:#2A2A2A url(../images/img02.jpg); /* img menus background picture */

	/** background: #000000; **/
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
	white-space: normal;

}

#menu ul ul {
	width:130px;
}

#menu ul li {
background:none;
padding:0;
}



/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menu li {
	float: left;
	width: 130px;
	position: relative;

/*	display: inline; */
}

/*
#menu a {
	display: block;
	float: left;
	padding: 20px 20px 0 20px;
	text-decoration: none;
	font-size: 136%;
	color: #FFFFFF; 
}
*/

/* style the links for the top level */
#menu a, #menu a:visited {
display:block;
font-size:150%;
text-decoration:none; 
font-weight:normal;
/*color:#2952a7;*/
color:#FFFFFF; /* colour of menu text */
width:129px;
height:32px;
line-height:29px;
/*border:1px solid #fff;*/
border:0px solid #fff;
/*border-width:1px 1px 0 1px;*/
text-align:center;
padding-top: 15px;
text-shadow:#000000 1px -1px 10px; /* only works in Safari 1.1 */

}


/* style the second level links */
#menu ul ul a, #menu ul ul a:visited {
font-size:11px;
font-weight:normal;
background:#d4d8bd; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px;
text-shadow:none;
 
width:108px
/* yet another hack for IE5.5 */
}
* html #menu ul ul a{
width:100px;
w\idth:78px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html #menu a, * html #menu a:visited {
width:100px;
w\idth:98px;
}

/* style the top level hover */
#menu a:hover, #menu ul ul a:hover{
border:1px solid #000;
border-width:1px 1px 0 1px;
}
#menu :hover > a, #menu ul ul :hover > a {
border:1px solid #000;
border-width:1px 1px 0 1px;
}


/*
#menu a:hover {
	text-decoration: underline;
}
*/

/* style the second level background */
#menu ul ul a.drop, #menu ul ul a.drop:visited {
background:#e0d8d0; 
}
/* style the second level hover */
#menu ul ul a.drop:hover{
background:#c9ba65;
}
#menu ul ul :hover > a.drop {
background:#c9ba65;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:46px;
left:0;
width:150px;
}
/* another hack for IE5.5 */
* html #menu ul ul {
top:30px;
t\op:31px;
}

/* make the second level visible when hover on first level list OR link */
#menu ul li:hover ul,
#menu ul a:hover ul{
visibility:visible; 
}


/* Logo */

#logo {
position:absolute;
top:80px;
	width: 740px;
	height: 301px;
	margin: 0 auto;
	
/*	background: #2A2A2A url(../images/img02.jpg); */
	background:#2A2A2A url(../images/img03.jpg);

}

#logo h1, #logo h2 {
/*	margin-right: 496px; */
	margin-right: 250px;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	
text-shadow:#000000 1px -1px 10px; /* only works in Safari 1.1 */
	
}

#logo h1 {
	padding-top: 240px;
	font-size: 240%;
}

#logo h2 {
	font-size: 85%;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {

	width: 90%px;
	margin: 10px auto;
	background: #E6E6E6 url(../images/TP_img14.gif); /* img background grey with white horizontal stripe */

}

/* Content */

#content {
margin-top: 371px;
	float: right;
	width: 427px;
	padding: 30px;
	background: url(../images/TP_img05.gif) repeat-x; /* img background sidebar vertical stripe */

	border: 1px solid #E6E6E6;
}

.twocols {
}

.twocols .col1, .twocols .col2 {
	width: 168px;
	padding: 10px;
	background: url(../images/TP_img05.gif) repeat-x 0px 30px;
}

.twocols .col1 {
	float: left;
}

.twocols .col2 {
	float: right;
}

/* Sidebar */

#sidebar {
margin-top: 371px;
	float: left;
	width: 244px;
	background: url(../images/TP_img05.gif) repeat-x;
	border: 1px solid #E6E6E6;
}

.boxed {
}

.boxed .title {
	height: 29px;
	margin: 0;
	padding: 12px 0 0 20px;
	background: #656464 url(../images/TP_img06.gif) repeat-x;
	text-transform: uppercase;
	font-size: 122%;
	font-weight: bold;
	color: #FFFFFF;
}

.boxed .content {
	padding: 20px;
	background: url(../images/TP_img05.gif) repeat-x;
}

.boxed h3 {
	margin: 0;
}

.boxed p, .boxed ul, .boxed ol {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.boxed ul {
}

.boxed ul li {
	padding: 10px 15px;
	background-position: 0 13px;
	border-top: 1px solid #CFCFCF;
}

.boxed ul li.first {
	border: none;
}

/* Banner */ <!-- to freeze the sidebar up -->

#banner {
	position: fixed;
	top: 361px;
	left: 0px;
	width: 244px;
	background: url(../images/TP_img05.gif) repeat-x;
	border: 1px solid #E6E6E6;
}

/*
.boxed {
}

.boxed .title {
	height: 29px;
	margin: 0;
	padding: 12px 0 0 20px;
	background: #656464 url(../images/TP_img06.gif) repeat-x;
	text-transform: uppercase;
	font-size: 122%;
	font-weight: bold;
	color: #FFFFFF;
}

.boxed .content {
	padding: 20px;
	background: url(../images/TP_img05.gif) repeat-x;
}

.boxed h3 {
	margin: 0;
}

.boxed p, .boxed ul, .boxed ol {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.boxed ul {
}

.boxed ul li {
	padding: 10px 15px;
	background-position: 0 13px;
	border-top: 1px solid #CFCFCF;
}

.boxed ul li.first {
	border: none;
}
*/

/* Footer */

#footer {
	width: 740px;
	margin: 0 auto;
	height: 100px;
	padding: 20px 0 0 0;
	background: url(images/TP_img09.gif) repeat-x;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 85%;
}

#footer a {
	color: #666666;
}

#legal {
	float: left;
}

#links {
	float: right;
}