/* CSS for Vermont NEA Pro programs */
/* ------ 6/25/06 3:00PM ---- */

/* @group HTML Elements */
/* ---- Site Wide Stuff ---- */

body {
	margin: 0 auto;
	padding: 0;
	width: 99%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #036;
	}

p, h1, h2, h3, h4, h5, h6, ul, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #036;
	}
a {
	text-decoration: none;
}
p {
	font-size: .9em;
}	
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	color: #036;
	}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.1em;
}
h4 {
	font-size: .95em;
	margin: 0px 0px 1px;
}
h5 {
	font-size: .9em;
	margin: 0px 0px 1px;
}
ul {
	list-style-type: none;
	margin: 0;
}
li {
	margin: 0;
}
/* @end HTML Elements */
/**********************************/
/* @group Header Stuff */

/*---- Header Stuff  ----*/

#header {
	margin-left: 5px;
	height: 130px;
}
html>body #header {
	height: 130px;
}

#headernav {
	margin-left: 10px;
	width: 100%;
	line-height: 1.3;
}
#header h1 {
	margin-top: 5px;
	margin-bottom: 0px;
	float: left;
	width: 85%;
}
 #logoimage {	
 	float: left;
	text-align: left;
	width: 30%;
	vertical-align: top;
	display: block;
	margin-bottom: .5em;
	margin-left: 1.5em;
}

/*---- Classes Used in Header and Tri Fold Box ----*/
.left {
	float: left;
	text-align: left;
	width: 40%;
}
.right {
	float: right;
	text-align: right;
	width: 30%;
	margin: 4em 2em 0 0;
	font-variant: small-caps;
}
.hdrbutton a:link, .hdrbutton a:visited {
	margin-top: 5px;
	display: block;
	width: 135px;
	border-top: 1px solid #FFC;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #FFC;
	color: #FFC;
	background-color: #030;
	text-align: center;
	font-size: 1em;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 0.1em;
}
html>body .hdrbutton {
	width: 140px;
}
.hdrbutton a:hover, .hdrbutton a:active {
	color: #030;
	background-color: #FFC;
	text-align: center;
	border-top-color: #030;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #030;
}



/* @end Header Stuff  */
/**********************************/
/* @group Left Column Stuff */

/* ---- Left Column Stuff ---- */

#leftcol {
	border: thin solid #6666FF;
	clear: both;
	float: left;
	margin-left: 3px;
	margin-top: 10px;
	color: #333333;
	width: 140px;
	display: block;
}
html>body #leftcol {
        width: 140px; /* ie5win fudge ends */
}
#leftcol p {
	margin-top: .2em;
	margin-left: .2em;
}
/*---- Classes used in Left Column ----*/

.leftbnnr1 {
	margin: 1em 0 0 0.1em;
	background-color: #66F;
	color:  #F9C71A;
	width: 135px;
	padding: 5px 0;
	border-top: 1px solid #F9C71A;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #F9C71A;
	text-align: center;
}

.leftbnnrbttn a:link, .leftbnnrbttn a:visited {
	display: block;
	width: 125px;
	border-top: 1px solid #F9C71A;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #F9C71A;
	color: #F9C71A;
	background-color: #66F;
	text-align: center;
	font-size: 1em;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 1em 0 0;
}

.leftbnnrbttn a:hover, .leftbnnrbttn a:active {
	color: #66F;
	background-color: #F9C71A;
	text-align: center;
	border-top-color: #66F;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #66F;
}


.lftcolbutton a:link, .lftcolbutton a:visited {
	display: block;
	width: 135px;
	border-top: 1px solid #F9C71A;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #F9C71A;
	color: #F9C71A;
	background-color: #66F;
	text-align: center;
	font-size: 1em;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 1em 0 0 0.1em;
}
html>body .lftcolbutton {
	width: 140px;
}
.lftcolbutton a:hover, .lftcolbutton a:active {
	color: #66F;
	background-color: #F9C71A;
	text-align: center;
	border-top-color: #66F;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #66F;
}

/* @end Left Column Stuff */
/*************************************/

/* @group Content/Center Column */

/* ---- Content Stuff ---- */

/*--Content is the center column on all pages --*/		
#content {
	margin: 0 17% 1em 11em;
	padding: 0px;
	color: #006;
	}
	
#content p {
	margin: .5em .5em 0;
}
#content ul {
	list-style-type: circle;
	list-style-position: inside;
}
#content li{
	margin-left: auto;
}
#content h2 {
	font-size: 1.3em;
	text-align: center;
}
#content h3 {
	margin: .5em .5em 0;
}
#content h5 {
	margin: .5em .5em 0;
}
#contentpopup {
	width: 500px;
	padding: 5px;
	color: #006;
}
/* ---- Logo Content ---- */
#logocontent {
	text-align: center;
	vertical-align: top;
	display: block;
	margin-bottom: 10px;
	margin-top: 0px;
}
/*------------------------------/
/*---- Tri Column Box ----*/
/* 3Columns class for implementing a 3-column structure wherever needed
 * inside the content column. 
 */
#triColumns {
	position: relative;
	margin: 0 auto;
	float: left;
	width: 90%;
	border: 1px outset #66F;
	text-align: center;
	display: block;
}
#triColumns p {
	text-align: center;
	margin-top: .9em;
	margin-left: .5em;
}
#oneColumn h6 {
	text-align: center;
	margin-bottom: .3em;
	margin-top: .3em;
	font-size: .8em;
}
#oneColumn div.lftColumn {
	float: left;
	overflow: visible;
	margin-left: 0px;
	margin-right: 0px;
	width: 25%;
}
#oneColumn div.rightColumn {
	float: right;
	width: 25%;
	overflow: visible;	/* fix for IE italics bug */
	margin-right: 0px;
	border-top: none;
	border-left: none;
	text-align: right;
	display: block;
}
#oneColumn div.cntrColumn1 {
	float: left;
	width: 25%;
	overflow: visible;	/* fix for IE italics bug */
}
#oneColumn div.cntrColumn2 {
	float: left;
	width: 25%;
	overflow: visible;	/* fix for IE italics bug */
}


#triColumns div.leftColumn div.inside {
	padding-left: 0;
}
#triColumns div.rightColumn div.inside {
	padding-right: 0;
}
/*---- Classes used in Tri Column ----*/

/* @group Index Two Col */

#indextwocol {
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
}

#indextwocol p img {
	margin: 0;
	padding: 0 .5em .2em 0;
}
 #indextwocol h2 {
	margin-bottom: 0px;
	-moz-border-radius: 10px;
	color: #F9C71A;
	background-color: #66F;
	border-bottom-width: medium;
	border-bottom-style: groove;
	border-bottom-color: #666666;
}
#indextwocol h4 {
	padding-left: 0.5em;
	-moz-border-radius: 10px;
	width: 75%;
	color: #F9C71A;
	background-color: #66F;
	border-bottom-width: medium;
	border-bottom-style: groove;
	border-bottom-color: #666666;
	margin: 1em 0 0em;
}

.indexleftcol {
	float: left;
	width: 47%;
	margin: 1em 0 0;
}

.indexrightcol {
	float: right;
	width: 47%;
	margin: 1em 0 0;
}
/* @end Index Two Col */


/* @end Content/Center Column */
/******************************/
/* @group Right Column Stuff */

/*---- Right Column Stuff ---- */

#rightcol {
	border: thin solid #66F;
	position: absolute;
	left: 85%;
	top: 145px;
	z-index: 3;
	color: #036;
	padding: 0px;
	width: 145px;
	voice-family: "\";}\"";
     voice-family:inherit;
     width: 145px;
}
html>body #rightcol {
        width: 145px; /* ie5win fudge ends */
}
/*---- Classes used in Right Column ----*/
.rghtcolbutton a:link, .rghtcolbutton a:visited {
	margin-top: 10px;
	text-align: center;
	display: block;
	width: 140px;
	border-top: 1px solid #F9C71A;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #F9C71A;
	color: #F9C71A;
	background-color: #66F;
	font-size: 1em;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 0.1em;
}
html>body .rghtcolbutton {
	width: 140px;
}
.rghtcolbutton a:hover, .rghtcolbutton a:active {
	color: #66F;
	background-color: #F9C71A;
	text-align: center;
	border-top-color: #66F;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #66F;
}

/* @end Right Column Stuff */
/***********************************/
/* @group Includes Stuff */
/* ---- Includes Stuff ---- */

/* @group Conference Stuff */

/* --- Events Calendar Stuff ---*/
#calendar {
	border: 1px solid #66F;
	background-color: #FFFFCC;
	height: 100%;
}

/* twoColumns for implementing a simple 2-column structure wherever needed inside the content column. */

#twoColumns {
	float: left;
	width: 100%;
}
#twoColumns p {
	text-align: left;
	margin-top: 0em;
	margin-left: .5em;
}
#twoColumns h5 {
	text-align: left;
	margin-bottom: 0em;
	margin-top: .2em;
	margin-left: .5em;
}
#twoColumns div.rowwrkshps {
	clear: both;
	width: 100%;
}

#twoColumns div.leftColumn {
	float: left; 
	width: 25%;
	overflow: visible;	/* fix for IE italics bug */
}
#twoColumns div.rightColumn {
	float: left;
	width: 75%;
	overflow: visible;	/* fix for IE italics bug */
}
#twoColumns div.leftColumn {
	margin-right: -1px;
	border-top: 1px solid #66F;
	border-right: 1px solid #66F;
	border-bottom: none;
	border-left: none;
}
#twoColumns div.rightColumn {
	margin-right: -2px;
	border-top: 1px solid #66F;
	border-left: 1px solid #66F;
	/*- min-height: 90px; -*/
}
#twoColumns div.leftColumn div.inside {
	padding-left: 0;
}
#twoColumns div.rightColumn div.inside {
	padding-right: 0;
} 	
/*--- Printer Icon for Events Calendar ---*/
#printer{
	height: 32px;
	padding-right: 0px;
}
#printer h5 {
	font-size: .9em;
	padding-top: 8px;
}
#printericon {
	float: left;
	height: 32px;
	width: 15%;
}
#printertext {
	float: left;
	height: 32px;
	width: 75%;
	text-align: center;
	vertical-align: middle;
}
#printer a:link, #printer a:visited {
	color: #0000FF;
	text-decoration: none;
	height: 32px;
	width: 32px;
	background-image: url(http://www.DDGWebMedia.com/DDGECom/DB/DBAssets/DBIcon/print_up.gif);
	display: block;
    }
#printer a:hover {
	color: #66CCFF;
	height: 32px;
	width: 32px;
	background-image: url(http://www.DDGWebMedia.com/DDGECom/DB/DBAssets/DBIcon/print_dwn.gif);
	background-repeat: no-repeat;
	display: block;
 }
/**********************************************/
/*---- Workshop display after selecting conference ----*/
#wrkshp {
	border: thin solid #66F;
}
#wrkshptitle {
	text-align: center;
}
#wrkshptitle h1 {
	color: #F9C71A;
	background-color: #66F;
	border-bottom-width: medium;
	border-bottom-style: groove;
	border-bottom-color: #666666;
	margin: 0px;
	vertical-align: bottom;
	height: auto;
	line-height: 2em;
}
 #wrkshptitle h2 {
	margin-bottom: 0px;
	-moz-border-radius: 10px;
	color: #F9C71A;
	background-color: #66F;
	border-bottom-width: medium;
	border-bottom-style: groove;
	border-bottom-color: #666666;
}

#wrkshpdscrptn {
	text-align: center;
	overflow: auto;
}
#wrkshplist {
	border: thin double #330099;
	overflow: auto;
}
#wrkshplist p {
	text-align: left;
	margin: 0px 5px;
	font-size: .8em;
}
#wrkshplist h2 {
	margin-bottom: 0px;
	-moz-border-radius: 10px;
	color: #F9C71A;
	background-color: #66F;
	border-bottom-width: medium;
	border-bottom-style: groove;
	border-bottom-color: #666666;
}
#wrkshplist h3 {
	margin-bottom: 0px;
	-moz-border-radius: 10px;
	width: 50%;
	color: #F9C71A;
	background-color: #66F;
	border-bottom-width: medium;
	border-bottom-style: groove;
	border-bottom-color: #666666;
}

#wrkshplist h4 {
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 5px;
}
#wrkshplist h5 {
	text-align: left;
	margin-bottom: 0px;
	font-size: .9em;
	font-style: italic;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 5px;
}
#wrkshplist h6 {
	text-align: left;
	margin: 0px 5px;
	font-size: 0.9em;
	font-weight: normal;
}
/*---- Where they make workshop selections ----*/ 
#wrkshpchkbox {
	border: thin double #330099;
}
#wrkshpchkbox p {
	text-align: left;
	margin: 0px 5px;
}
#wrkshpchkbox h2 {
	margin-bottom: 0px;
	-moz-border-radius: 10px;
	color: #F9C71A;
	background-color: #66F;
	border-bottom-width: medium;
	border-bottom-style: groove;
	border-bottom-color: #666666;
}
#wrkshpchkbox h3 {
	margin-bottom: 0px;
	-moz-border-radius: 10px;
	color: #F9C71A;
	background-color: #66F;
	border-bottom-width: medium;
	border-bottom-style: groove;
	border-bottom-color: #666666;
}
#wrkshpchkbox h4 {
	-moz-border-radius: 10px;
	width: 50%;
	color: #F9C71A;
	background-color: #66F;
	border-bottom-width: medium;
	border-bottom-style: groove;
	border-bottom-color: #666666;
}
#wrkshpchkbox h5 {
	font-size: 1.1em;
	margin-bottom: 0px;
	margin-top: 5px;
}
#wrkshphotelinfo h2 {
	-moz-border-radius: 10px;
	color: #F9C71A;
	background-color: #66F;
	border-bottom-width: medium;
	border-bottom-style: groove;
	border-bottom-color: #666666;
}
/* ------ Where guests enter First and Last names and choose Type ------*/
#guest {
}
#guest h3 {
	font-weight: bold;
	
}
#guest.registerlabel {
	font-weight: bold;
	float: left;
	width: 100px;
	text-align: right;

}

  #rgstr {
	text-align: center;
	display: block;
}

/* @end Conference Stuff */
/*********************************/

/* @group Grants Page Stuff */

/*------ Grants Page Stuff ------*/
.litextbigger {
	font-size: 1em;
}
/*------ Grants Form Stuff ------*/
#grantfrmwrapper {
	clear: both;
	background-color: #66F;
	width: 80%;
	border: thin dashed #660099;
	margin: 1.5em auto 0;
}
#grantfrmwrapper h2 {
	font-size: 1.1em;
	margin: .5em 0em;
}
div.rowgrnt {
	clear: right;
	padding-top: .5em;
	text-align: center;
  }
div.rowgrnt1 {
	clear: both;
	padding-top: .5em;
	text-align: center;
}
div.rowgrnt span.labelgrnt {
  float: left;
  width: 36%;
  text-align: right;
  }

div.rowgrnt span.formgrnt {
	float: right;
	width: 62%;
	text-align: left;
} 
div.rowgrnt span.labelcr {
	float: left;
	width: 30%;
	text-align: right;
}
div.rowgrnt span.labelbg {
	float: left;
	width: 15%;
	text-align: right;
}

div.rowgrnt span.formcr {
float: right;
width: 70%;
text-align: left;
color: #000066;
} 
div.rowgrnt span.formbg {
float: right;
width: 10%;
text-align: left;
} 
div.rowgrntbttns {
	clear: both;
	text-align: center;
	width: 50%;
	margin: .5em auto;
	padding-bottom: 2em;
}
 
/*---- Button Classes ----*/
.grntbuttonlft a:link, .grntbuttonlft a:visited {
	width: 7em;
	display: block;
	border-top: thin solid #CCCCCC;
	border-right: thin solid #666;
	border-bottom: thin solid #666;
	border-left: thin solid #CCCCCC;
	color: #F9C71A;
	background-color: #66F;
	text-align: center;
	font-size: 1em;
	float: left;
	padding: .3em 0;
}

.grntbuttonlft a:hover, .grntbuttonlft a:active {
	color: #66F;
	background-color: #F9C71A;
	text-align: center;
	border-top-color: #666;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #666;
}
.grntbuttonrght a:link, .grntbuttonrght a:visited {
	width: 7em;
	display: block;
	border-top: thin solid #CCCCCC;
	border-right: thin solid #666;
	border-bottom: thin solid #666;
	border-left: thin solid #CCCCCC;
	color: #F9C71A;
	background-color: #66F;
	text-align: center;
	font-size: 1em;
	float: right;
	padding: .3em 0;
}

.grntbuttonrght a:hover, .grntbuttonrght a:active {
	color: #66F;
	background-color: #F9C71A;
	text-align: center;
	border-top-color: #666;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #666;
} /*---- End Form CSS ----*/

/* @end Grants Page Stuff */
/*******************************/
/* @group Cadre Stuff */

/*------- Cadre Stuff ---------*/

#oneColumn {
	position: relative;
	float: left;
	margin: 0 auto;
	width: 100%;
	margin-right: .8em;
	margin-left: 0em;
}
#oneColumn p {
	text-align: left;
	margin-top: .9em;
	margin-left: .5em;
}
 #oneColumn h2 {
	margin-bottom: 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #F9C71A;
	background-color: #66F;
	border-bottom-width: medium;
	border-bottom-style: groove;
	border-bottom-color: #666666;
}
#oneColumn h4 {
	margin-bottom: 0em;
	padding-left: 0.5em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 50%;
	color: #F9C71A;
	background-color: #66F;
	border-bottom-width: medium;
	border-bottom-style: groove;
	border-bottom-color: #666666;
}
#oneColumn div.leftColumn {
	float: left;
	width: 100%;
	overflow: visible;
	text-align: left;
	margin: 0px;
	border: 1px solid #6666FF;
}

#oneColumn div.leftColumn div.inside {
	padding-left: 0;
}

#bio{
}
#bio img{
float: left;
}

/* @end Cadre Stuff */
/*******************************/
/* @group Contacts Page Stuff */

/*---- Contacts Page Stuff ----*/
/*------- Needed in every site that uses our DB for contact information -----------------*/
#contact {
	/*- float: left; -*/
	top: 20px;
	width: 95%;
	position: relative;
	margin: 0 auto 4em;
}
html>body #contact {
	width: 100%;
}
/* #contact .modules {
	clear: both;
	padding-top: 5px;
	text-align: center;
  } */
  
#contact h2 {
	margin-bottom: 0px;
	-moz-border-radius: 10px;
	color: #F9C71A;
	background-color: #66F;
	border-bottom-width: medium;
	border-bottom-style: groove;
	border-bottom-color: #666666;
	text-align: center;
	margin-top: 15px;
}
#contact h4 {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 0px;
	-moz-border-radius: 10px;
	color: #F9C71A;
	background-color: #66F;
	border-bottom-width: medium;
	border-bottom-style: groove;
	border-bottom-color: #666666;
}
#contact h5 {
	text-align: center;
	font-weight: normal;
}

#contact .contact {
	text-align: center;
	float: left;
	display: block;
	font-size: small;
	width: 33%;
}

/******************************/
/*-------- Form Stuff --------*/
#frmcontainer {
	background-color: #CCCCCC;
	width: 500px;
	border: thin dashed #660099;
	margin: 4em auto 0;
	clear: right;
}

#frmcontainermp {
	width: 95%;
	margin: 0 auto;
	clear: right;
}

#frmcontainer h2 {
	font-size: 1.1em;
	margin: .5em 0em;
}

#frmcontainermp h2 {
	font-size: 1.1em;
	margin: .5em 0em;
}

div.row {
	clear: right;
	padding-top: 5px;
	text-align: center;
  }
  
div.row1 {
	clear: right;
	padding-top: .5em;
	text-align: center;
}

div.row span.label {
  float: left;
  width: 39%;
  text-align: right;
  }

div.row span.formw {
  float: right;
  width: 60%;
  text-align: left;
  }
div.row span.labelcr {
	float: left;
	width: 30%;
	text-align: right;
}
div.row span.labelbg {
	float: left;
	width: 15%;
	text-align: right;
}
div.row span.formw {
	float: right;
	width: 60%;
	text-align: left;
} 
div.row span.formcr {
float: right;
width: 70%;
text-align: left;
color: #000066;
} 
div.row span.formbg {
float: right;
width: 10%;
text-align: left;
} 
div.rowbttns {
	clear: both;
	padding-top: .5em;
	text-align: center;
}
 
/*------ Form Button ------*/
.formbttn {
	cursor: pointer;
	background-color: #66F;
	color: #F9C71A;
	border: outset 1px #ccc;
	padding: 1px 2px;
}
.formbttnoff {
	background-color: #666699;
	color: #CCCCCC;
	border: outset 1px #ccc;
	padding: 1px 2px;
}

 /*---- End Form CSS ----*/

/* @end Contacts Page Stuff */
/*****************************/
/* @group Policies & Terms */

/*-- Policies and Terms Stuff --*/
#privacy p, #privacy h1, #privacy h2, #privacy h3 {
	text-align: left;
}

#terms p, #terms h1, #terms h2, #terms h3 {
	text-align: left;
}

/* @end Policies & Terms */
/* @end Includes Stuff */
/******************************/
/* @group Navigation */

/*------ Footer Stuff ------ */		
#footer {
	clear: both;
	width: 90%;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
	border-top: 1px solid #333;
	color: #000;
	margin: 1em auto 0;
}


/* @end Navigation */
/************************************/
/* @group Classes */

/* ------ Classes ------ */
/*------ Clearfix Used in All Layouts ------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
.emboldu {
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}

.line {
	border-bottom: medium groove #66F;
}

.vtproblue {
	color: #66F;
}

.spacer {
	clear: right;
	margin-bottom: 1em;
}
.clear {
	clear: both;
	padding-bottom: 1px;	/* for Gecko-based browsers */
	margin-bottom: -1px;	/* for Gecko-based browsers */
}
* html .clear {
	padding: 0;
	margin: 0;
}
.inside { 	/* glitch in IE caused by vertical padding in this class, so 0 padding is
	 * set here and those blocks that need the vertical padding must be 
	 * applied to the parent element. the purpose of this class is to provide
	 * horizontal padding without using hacks to get around IE's broken box 
	 * model. so it's okay to apply vertical padding to the parent element, 
	 * just not horizontal padding.
	 */
	padding: 0 5px;
}
/* ---- Register Button ---- */
.addtc {
	color: #F9C71A;
	background-color: #66F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 145px;
	padding: 0px;
	text-align: center;
	border: thin solid #F9C71A;
}


.wrkshpinfo {
	margin: 0px 10px 10px;
	font-size: .8em;
	font-weight: bold;
	padding-bottom: 10px;
}
.register a:link, .register a:visited {
	display: inline;
	width: 11em;
	color: #333;
	background-color: #FFFFFF;
	text-align: center;
	font-size: .95em;
	border-top: 1.5px outset #CCCCCC;
	border-right: 1.5px outset #666666;
	border-bottom: 1.5px outset #666666;
	border-left: 1.5px outset #CCCCCC;
	padding: 3px;
}
.register a:hover, .register a:active {
	color: #F9C71A;
	background-color: #66F;
	text-align: center;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
}

.rightbnnr {
	margin-top: 10px;
	display: block;
	width: 140px;
	border-top: 1px solid #F9C71A;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #F9C71A;
	color: #F9C71A;
	background-color: #66F;
	text-align: center;
	font-size: 1em;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 0.1em;
}
.rightbnnrgo {
	width: 3em;
	margin-top: .5em;
	color: #66F;
	background-color: #F9C71A;
	border: thin solid navy;
}
.readbnnr {
	margin-left: 0px;
	margin-top: 10px;
	background-color: #66F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #BF9946;
	width: 130px;
	padding: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F9C71A;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #F9C71A;
	text-align: center;
}
.studentbnnr {
	margin-left: 0px;
	margin-top: 10px;
	background-color: #66F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 145px;
	padding: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F9C71A;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #F9C71A;
	text-align: center;
}

.leftbnnr {
	margin-left: 0px;
	margin-top: 10px;
	background-color: #6666CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #BF9946;
	width: 140px;
	padding: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F9C71A;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #F9C71A;
	text-align: center;
}
.ddGraphics2 {
	font-family: "Comic Sans MS";
	font-size: .8em;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.WebMedia2 {
	font-family: "Comic Sans MS";
	font-size: .8em;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}



/* @end */