/* Shared CSS */

body {
	background-color: #eeeeee;
	background-image: url(../images/design/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
}
#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#featured {
	padding: 5px;
	float: right;
	height: 500px;
	width: 200px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	position: relative;
	top: 20px;
	overflow: auto;
	margin-left: 20px;
	margin-bottom: 20px;
}

#logo {
	float: left;
	height: 82px;
	width: 173px;
	position: absolute;
	margin-top: 8px;
	margin-left: 20px;
}

#validation {
	font-family: Verdana;
	font-size: 0.65em;
	color: #CCCCCC;
	padding-top: 15px;
}

#validation a {
	color: #CCCCCC;
	text-decoration: none;
}

#cleardiv2
{
clear: both;
height: 1.5em;
}

#cleardiv
{
clear: both;
height: 0.5em;
}

.float_left {
	float: left;
}
.float_right {
	float: right;
	text-align: right;
}

/* Page Specific CSS */

/* -------------------------------- Index & Search Results Specific CSS */

#banner_index {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000099;
}

#strapline_index {
	background-color: #000099;
	width: 900px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.8em;
	padding-right: 25px;
	padding-left: 25px;
	height: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#strapline_index a {
	color: #FFFFFF;
	text-decoration: none;
}

#page_index {
	background-image: url(../images/design/content_bg_index.jpg);
	background-repeat: repeat-x;
	overflow: visible;
	position: inherit;
	width: 910px;
	height: 675px;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
}

#content_index {
	background-color: #FFFFFF;
	padding: 5px;
	float: right;
	border: 1px solid #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 18px;
	width: 900px;
	background-attachment: scroll;
	background-image: url(../images/design/bg_content_index.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 650px;
}

#content_index ul {
	padding: 0;
	margin-left: 1.5em;
	margin-right: 0.5em;
	list-style-image: url(../images/design/content_li_index.gif);
}

#content_index H1{
	font-family: "Trebuchet MS", Verdana;
	font-size: 1.5em;
	font-weight: lighter;
	color: #000099;
}

#content_index h2 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 1.25em;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000099;
	font-weight: lighter;
	padding-bottom: 5px;

}

#content_index a {
	color: #000099;
	text-decoration: underline;
}

#content_index a:hover {
	color: #666666;
	text-decoration: underline;
}

#content_index img {
	border: 5px solid #000099;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#content_index td img {

	border: 2px solid #000099;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#content_index strong, b {
	font-weight: bold;
	color: #000099;
}

#content_search_results {
	background-color: #FFFFFF;
	padding: 5px;
	float: right;
	border: 1px solid #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 18px;
	width: 900px;
}

#content_search_results H1{
	font-family: "Trebuchet MS", Verdana;
	font-size: 1.5em;
	font-weight: lighter;
	color: #000099;
}

/* --------------------------- Awards Specific CSS */

#banner_awards {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #999999;
}

#strapline_awards {
	background-color: #999999;
	width: 900px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.8em;
	padding-right: 25px;
	padding-left: 25px;
	height: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#strapline_awards a {
	color: #FFFFFF;
	text-decoration: none;
}

#page_awards {
	background-image: url(../images/design/content_bg_awards.jpg);
	background-repeat: repeat-x;
	overflow: visible;
	position: inherit;
	width: 910px;
	height: 675px;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
}

#content_awards {
	background-color: #FFFFFF;
	padding: 5px;
	float: right;
	border: 1px solid #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 18px;
	width: 900px;
	background-attachment: scroll;
	background-image: url(../images/design/bg_content_index.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 650px;
}

#content_awards ul {
	padding: 0;
	margin-left: 1.5em;
	margin-right: 0.5em;
	list-style-image: url(../images/design/content_li_awards.gif);
}

#content_awards H1{
	font-family: "Trebuchet MS", Verdana;
	font-size: 1.5em;
	font-weight: lighter;
	color: #999999;
	
}

#content_awards h2 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 1.25em;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-weight: lighter;
	
	padding-bottom: 5px;

}

#content_awards a {
	color: #999999;
	text-decoration: underline;
}

#content_awards a:hover {
	color: #666666;
	text-decoration: underline;
}

#content_awards img {
	border: 5px solid #999999;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#content_awards td img {

	border: 2px solid #999999;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#content_awards strong, b {
	font-weight: bold;
	color: #999999;
}

/* ------------------------ Conferences Specific CSS */

#banner_conferences {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #cc0000;
}

#strapline_conferences {
	background-color: #cc0000;
	width: 900px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.8em;
	padding-right: 25px;
	padding-left: 25px;
	height: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#strapline_conferences a {
	color: #FFFFFF;
	text-decoration: none;
}

#page_conferences {
	background-image: url(../images/design/content_bg_conferences.jpg);
	background-repeat: repeat-x;
	overflow: visible;
	position: inherit;
	width: 910px;
	height: 675px;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
}

#content_conferences {
	background-color: #FFFFFF;
	padding: 5px;
	float: right;
	border: 1px solid #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 18px;
	width: 900px;
	background-attachment: scroll;
	background-image: url(../images/design/bg_content_index.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 650px;
}

#content_conferences ul {
	padding: 0;
	margin-left: 1.5em;
	margin-right: 0.5em;
	list-style-image: url(../images/design/content_li_conferences.gif);
}

#content_conferences H1{
	font-family: "Trebuchet MS", Verdana;
	font-size: 1.5em;
	font-weight: lighter;
	color: #cc0000;
	
}

#content_conferences h2 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 1.25em;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cc0000;
	font-weight: lighter;
	
	padding-bottom: 5px;

}

#content_conferences a {
	color: #cc0000;
	text-decoration: underline;
}

#content_conferences a:hover {
	color: #666666;
	text-decoration: underline;
}

#content_conferences img {
	border: 5px solid #cc0000;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#content_conferences td img {

	border: 2px solid #cc0000;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}


#content_conferences strong, b {
	font-weight: bold;
	color: #cc0000;
}

/* ------------------------ Membership Specific CSS */

#banner_membership {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ff6300;
}

#strapline_membership {
	background-color: #ff6300;
	width: 900px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.8em;
	padding-right: 25px;
	padding-left: 25px;
	height: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#strapline_membership a {
	color: #FFFFFF;
	text-decoration: none;
}

#page_membership {
	background-image: url(../images/design/content_bg_membership.jpg);
	background-repeat: repeat-x;
	overflow: visible;
	position: inherit;
	width: 910px;
	height: 675px;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
}

#content_membership {
	background-color: #FFFFFF;
	padding: 5px;
	float: right;
	border: 1px solid #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 18px;
	width: 900px;
	background-attachment: scroll;
	background-image: url(../images/design/bg_content_index.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 650px;
}

#content_membership ul {
	padding: 0;
	margin-left: 1.5em;
	margin-right: 0.5em;
	list-style-image: url(../images/design/content_li_membership.gif);
}

#content_membership H1{
	font-family: "Trebuchet MS", Verdana;
	font-size: 1.5em;
	font-weight: lighter;
	color: #ff6300;
	
}

#content_membership h2 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 1.25em;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff6300;
	font-weight: lighter;
	
	padding-bottom: 5px;

}

#content_membership a {
	color: #ff6300;
	text-decoration: underline;
}

#content_membership a:hover {
	color: #666666;
	text-decoration: underline;
}

#content_membership img {
	border: 5px solid #ff6300;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#content_membership td img {

	border: 2px solid #ff6300;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#content_membership strong, b {
	font-weight: bold;
	color: #ff6300;
}

/* -------------------------- Policy Specific CSS */

#banner_policy {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #9900cc;
}

#strapline_policy {
	background-color: #9900cc;
	width: 900px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.8em;
	padding-right: 25px;
	padding-left: 25px;
	height: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#strapline_policy a {
	color: #FFFFFF;
	text-decoration: none;
}

#page_policy {
	background-image: url(../images/design/content_bg_policy.jpg);
	background-repeat: repeat-x;
	overflow: visible;
	position: inherit;
	width: 910px;
	height: 675px;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
}

#content_policy {
	background-color: #FFFFFF;
	padding: 5px;
	float: right;
	border: 1px solid #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 18px;
	width: 900px;
	background-attachment: scroll;
	background-image: url(../images/design/bg_content_index.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 650px;
}

#content_policy ul {
	padding: 0;
	margin-left: 1.5em;
	margin-right: 0.5em;
	list-style-image: url(../images/design/content_li_policy.gif);
}

#content_policy H1{
	font-family: "Trebuchet MS", Verdana;
	font-size: 1.5em;
	font-weight: lighter;
	color: #9900cc;
	
}

#content_policy h2 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 1.25em;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9900cc;
	font-weight: lighter;
	
	padding-bottom: 5px;

}

#content_policy a {
	color: #9900cc;
	text-decoration: underline;
}

#content_policy a:hover {
	color: #666666;
	text-decoration: underline;
}

#content_policy img {
	border: 5px solid #9900cc;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#content_policy td img {

	border: 2px solid #9900cc;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#content_policy strong, b {
	font-weight: bold;
	color: #9900cc;
}

/* ------------------------ Publications Specific CSS */

#banner_publications {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #009966;
}

#strapline_publications {
	background-color: #009966;
	width: 900px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.8em;
	padding-right: 25px;
	padding-left: 25px;
	height: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#strapline_publications a {
	color: #FFFFFF;
	text-decoration: none;
}

#page_publications {
	background-image: url(../images/design/content_bg_publications.jpg);
	background-repeat: repeat-x;
	overflow: visible;
	position: inherit;
	width: 910px;
	height: 675px;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
}

#content_publications {
	background-color: #FFFFFF;
	padding: 5px;
	float: right;
	border: 1px solid #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 18px;
	width: 900px;
	background-attachment: scroll;
	background-image: url(../images/design/bg_content_index.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 650px;
}

#content_publications ul {
	padding: 0;
	margin-left: 1.5em;
	margin-right: 0.5em;
	list-style-image: url(../images/design/content_li_publications.gif);
}

#content_publications H1{
	font-family: "Trebuchet MS", Verdana;
	font-size: 1.5em;
	font-weight: lighter;
	color: #009966;
	
}

#content_publications h2 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 1.25em;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009966;
	font-weight: lighter;
	
	padding-bottom: 5px;

}

#content_publications a {
	color: #009966;
	text-decoration: underline;
}

#content_publications a:hover {
	color: #666666;
	text-decoration: underline;
}

#content_publications img {
	border: 5px solid #009966;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#content_publications td img {

	border: 2px solid #009966;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#content_publications strong, b {
	font-weight: bold;
	color: #009966;
}

/* ------------------------------ Research Specific CSS */

#banner_research {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #cc9966;
}

#strapline_research {
	background-color: #cc9966;
	width: 900px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.8em;
	padding-right: 25px;
	padding-left: 25px;
	height: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#strapline_research a {
	color: #FFFFFF;
	text-decoration: none;
}

#page_research {
	background-image: url(../images/design/content_bg_research.jpg);
	background-repeat: repeat-x;
	overflow: visible;
	position: inherit;
	width: 910px;
	height: 675px;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
}

#content_research {
	background-color: #FFFFFF;
	padding: 5px;
	float: right;
	border: 1px solid #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 18px;
	width: 900px;
	background-attachment: scroll;
	background-image: url(../images/design/bg_content_index.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 650px;
}

#content_research ul {
	padding: 0;
	margin-left: 1.5em;
	margin-right: 0.5em;
	list-style-image: url(../images/design/content_li_research.gif);
}

#content_research H1{
	font-family: "Trebuchet MS", Verdana;
	font-size: 1.5em;
	font-weight: lighter;
	color: #cc9966;
	
}

#content_research h2 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 1.25em;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cc9966;
	font-weight: lighter;
	
	padding-bottom: 5px;

}

#content_research a {
	color: #cc9966;
	text-decoration: underline;
}

#content_research a:hover {
	color: #666666;
	text-decoration: underline;
}

#content_research img {
	border: 5px solid #cc9966;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#content_research td img {

	border: 2px solid #cc9966;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#content_research strong, b {
	font-weight: bold;
	color: #cc9966;
}

/* ------------------------ Training Specific CSS */

#banner_training {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #33cc66;
}

#strapline_training {
	background-color: #33CC66;
	width: 900px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.8em;
	padding-right: 25px;
	padding-left: 25px;
	height: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#strapline_training a {
	color: #FFFFFF;
	text-decoration: none;
}

#page_training {
	background-image: url(../images/design/content_bg_training.jpg);
	background-repeat: repeat-x;
	overflow: visible;
	position: inherit;
	width: 910px;
	height: 675px;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
}

#content_training {
	background-color: #FFFFFF;
	padding: 5px;
	float: right;
	border: 1px solid #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 18px;
	width: 900px;
	background-attachment: scroll;
	background-image: url(../images/design/bg_content_index.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 650px;
}

#content_training ul {
	padding: 0;
	margin-left: 1.5em;
	margin-right: 0.5em;
	list-style-image: url(../images/design/content_li_training.gif);
}

#content_training H1{
	font-family: "Trebuchet MS", Verdana;
	font-size: 1.5em;
	font-weight: lighter;
	color: #33cc66;
	
}

#content_training h2 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 1.25em;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #33cc66;
	font-weight: lighter;
	
	padding-bottom: 5px;

}

#content_training a {
	color: #33cc66;
	text-decoration: underline;
}

#content_training a:hover {
	color: #666666;
	text-decoration: underline;
}

#content_training img {
	border: 5px solid #33cc66;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#content_training td img {

	border: 2px solid #33cc66;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#content_training strong, b {
	font-weight: bold;
	color: #33cc66;
}

/* Navigation CSS */


#nav {
	height: 25px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCCCCC;
}

#nav ul{
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#nav li {
	color: #ffffff;
	font-size: 1em;
	font-family: "Trebuchet MS", Verdana;
	height: 25px;
	width: 115px;
	text-align: center;
	float: left;
}

#nav a.index, a.awards, a.conferences, a.policy, a.publications, a.research, a.membership {
	text-decoration: none;
	height: 25px;
	width: 115px;
	color: #666666;
	text-decoration: none;
	display: block;
	position: absolute;
	background-color: #cccccc;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}

#nav a.index:hover {
	height: 25px;
	width: 115px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	position: absolute;
	background-color: #000099;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}

#nav a.awards:hover {
	height: 25px;
	width: 115px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	position: absolute;
	background-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}

#nav a.membership:hover {
	height: 25px;
	width: 115px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	position: absolute;
	background-color: #FF6300;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}

#nav a.conferences:hover {
	height: 25px;
	width: 115px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	position: absolute;
	background-color: #CC0000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}

#nav a.policy:hover {
	height: 25px;
	width: 115px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	position: absolute;
	background-color: #9900CC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}

#nav a.publications:hover {
	height: 25px;
	width: 115px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	position: absolute;
	background-color: #009966;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
#nav a.research:hover {
	height: 25px;
	width: 115px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	position: absolute;
	background-color: #CC9966;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}

#nav a.training {
	text-decoration: none;
	height: 25px;
	width: 115px;
	color: #666666;
	text-decoration: none;
	display: block;
	position: absolute;
	float: left;
	background-color: #CCCCCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}

#nav a.training:hover {
	text-decoration: none;
	height: 25px;
	width: 115px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	position: absolute;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	background-color: #33cc66;
}
#topnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #FFFFFF;
	float: right;
	padding-top: 10px;
	position: absolute;
	padding-left: 600px;
}

#topnav a {
	color: #FFFFFF;
	text-decoration: none;
}

#topnav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Navigation Drop Down CSS */


#aboutdrop {
	position: absolute;
	visibility: hidden;
	width: 900px;
	padding-top: 18px;
	padding-bottom: 8px;
	height: 30px;
	margin-top: -11px;
}

#conferencesdrop {
	position: absolute;
	visibility: hidden;
	width: 900px;
	padding-top: 18px;
	padding-bottom: 8px;	
	height: 30px;
	margin-top: -11px;
}

#membershipdrop {
	position: absolute;
	visibility: hidden;
	width: 900px;
	padding-top: 18px;
	padding-bottom: 8px;
	height: 30px;
	margin-top: -11px;
}

#policydrop {
	position: absolute;
	visibility: hidden;
	width: 900px;
	padding-top: 18px;
	padding-bottom: 8px;
	height: 30px;
	margin-top: -11px;
}

#researchdrop {
	position: absolute;
	visibility: hidden;
	width: 900px;
	padding-top: 18px;
	padding-bottom: 8px;
	height: 30px;
	margin-top: -11px;
}

#trainingdrop {
	position: absolute;
	visibility: hidden;
	width: 900px;
	padding-top: 18px;
	padding-bottom: 8px;
	height: 30px;
	margin-top: -11px;
}

#aboutdropon {
	position: absolute;
	visibility: visible;
	width: 900px;
	padding-top: 18px;
	padding-bottom: 8px;
	height: 30px;
	margin-top: -11px;
}

#conferencesdropon {
	position: absolute;
	visibility: visible;
	width: 900px;
	padding-top: 18px;
	padding-bottom: 8px;
	height: 30px;
	margin-top: -11px;
}

#membershipdropon {
	position: absolute;
	visibility: visible;
	width: 900px;
	padding-top: 18px;
	padding-bottom: 8px;
	height: 30px;
	margin-top: -11px;
}

#policydropon {
	position: absolute;
	visibility: visible;
	width: 900px;
	padding-top: 18px;
	padding-bottom: 8px;
	height: 30px;
	margin-top: -11px;
}

#researchdropon {
	position: absolute;
	visibility: visible;
	width: 900px;
	padding-top: 18px;
	padding-bottom: 8px;
	height: 30px;
	margin-top: -11px;
}

#trainingdropon {
	position: absolute;
	visibility: visible;
	width: 900px;
	padding-top: 18px;
	padding-bottom: 8px;
	height: 30px;
	margin-top: -11px;
}

/* Form CSS */

#contact_form label
{
width: 8em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

#contact_form .submit input
{
margin-left: 9em;
}
#contact_form input, select
{
color: #666666;
border: 1px solid #cccccc
}

#contact_form .submit input
{
color: #666666;
border: 1px solid #cccccc
}
#contact_form fieldset
{
border: 1px solid #cccccc;
width: 25em
}

#contact_form legend
{
	color: #fff;
	background: #ff9900;
	border: 1px solid #ff9900;
	padding: 2px 6px;
	font-family: "Microsoft Sans Serif";
	font-size: 1.25em;
} 
