/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #ffffff;
}

/*---------CONTAINERS-----------*/
#surround1 {
	width:17cm;
}

/*---------SECONDARY CONTAINERS-----------*/
#leftcont {
	display:none;
}
#rightcont {
	display:none;
}

/*---------HEADER BAR-----------*/

#headerl {
	display:none;
}
#headerr {
	display:none;
}
#nztango h1 {
	text-transform: uppercase;
	font-style: italic;
	font-size: 32px;
	
}

/*---------TOP OF MAIN SECTION-----------*/
#top {
	display:none;
}

/*---------NAV SECTION-----------*/
#nav {
	display:none;
}

/*---------MAIN SECTION-----------*/


/*---------MAIN TEXT SECTION-----------*/
#text {
	margin-left: 20px;
	margin-right: 20px;
}
#text h2 {
	margin: 0px;
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#text h3 {
	color: #333333;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-right: 20px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 20px;
}
#text h4 {
	font-size: 15px;
	margin: 10px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#text h5 {
	color: #D9A21A;
	font-size: 13px;
	margin: 7px 20px 0px 0px;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #000000;
	padding-top: 5px;
}
#text p {
	margin: 0px 30px 0px 0px;
	padding-top: 2px;
	padding-bottom: 5px;
	color: #333333;
	line-height: 17px;
}
#text p strong{
	color: #000000;
}
#text ul {
	margin-top: 2px;
	margin-bottom: 0px;
	list-style-position: outside;
}
#text li {
	color: #000000;
	margin-top: 8px;
	margin-bottom: 0px;
	margin-right: 30px;
}
#text a:link, #text a:visited {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}

#teacher {
	clear: right;
}
#sponsors a:hover, #submit a:active{
	border-bottom-style: none;
}
#sponsors img {
	border: 1px solid #000000;
	margin:8px;
}

/*---------FOOTER SECTION-----------*/
#footer {
	display:none;
}

/*---------CLASS STYLES-----------*/
.rightpic {
	float: right;
	border: 1px solid #000000;
	margin-left: 6px;
	margin-bottom: 6px;
}
.smallprint {
	font-size: 9px;
	color: #000000;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 0px;
}
.border {
	border: 1px solid #000000;
}

/*---------TABLES LAYOUT-----------*/
#forms table, #workshops table {
	color: #000000;
	margin-top: 10px;
	margin-right: 30px;
	margin-left: 10px;
	border-top: 1px dotted #000000;
	border-left: 1px dotted #000000;
	width: 90%;
}
#forms th, #doublecol th, #workshops th {
	color: #000000;
	font-size: 14px;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 4px;
}
#forms td, #workshops td {
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000000;
}
#workshops h4 {
	font-size: 13px;
}
#workshops td {
	font-size: 12px;
}
#forms h6, #doublecol h6 {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: 1px;
}
#forms a:link, #forms a:visited, #doublecol a:link, #doublecol a:visited, #workshops a:link, #workshops a:visited {
	line-height:18px;
	color:#000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
#workshops a:link, #workshops a:visited {
	line-height:14px;
}
#forms a:hover, #forms a:active, #doublecol a:hover, #doublecol a:active, #workshops a:hover, #workshops a:active {
	color:#000000;
	border-bottom-color: #000000;
}
#doublecol table table {
	color: #000000;
	margin:2px;
	border-top: 1px dotted #000000;
	border-left: 1px dotted #000000;
	border-right: 1px dotted #000000;
}
#doublecol table table td {
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.rightcol {
	font-weight: bold;
	text-align: right;
}

/*---------FORM CONTENT-----------*/
input {
	border: 1px solid #000000;
	font-size: 12px;
	height: 18px;
}
select {
	border: 1px solid #000000;
	font-size: 12px;
	height: 18px;
}
#submit a:hover, #submit a:active {
	border-bottom-style: none;
	padding-bottom: 1px;
}
#submit {
	display:none;
}

/*---------PHOTO PAGE CONTENT-----------*/
#photos table{
	text-align:center;
}
#photos img{
	border: 1px solid #000000;
	margin:5px;
}
#photos a:hover, #photos a:active{
	border-bottom-style: none;
}
