@charset "utf-8";
body  {
	text-align: center; 
	color: #000000;
	background-color: #330066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin-top: 8px;
	margin-right: 10;
	margin-bottom: 2px;
	margin-left: 10;
}
#container {
	width: 960px;
	background: #FFFFFF;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-left: auto;
}  
#header {
	margin: 0;
	color: #FFFFFF;
	padding-bottom: 10px;
} 
#sidebar1 {
	float: left;
	width: 224px; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* top and bottom padding create visual space within this div */
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: #330066;
}
#sidebar1 .box {
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	border: dotted #ff6633 3px;
	width: 200px;
}
#sidebar1 .boxbg {
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	border: solid #330066 3px;
	width: 200px;
	background-color: #FF6633;
}
#sidebar1 img {
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
#sidebar2 {
	float: right;
	width: 224px; /* top and bottom padding create visual space within this div */
	text-align: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #FFFFFF;
	color: #330066;
}
#sidebar2 .box {
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	border: solid #330066 3px;
	background-color: #fbeb86;
}
#sidebar2  img {
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
#container .orange  {
	background-image: url(/images2/buttonorange.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}
#container .orange a  {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#container .orange a:hover {
	font-style: normal;
	color: #330066;
}
#container .yellow  {
	background-image: url(/images2/buttonyellow.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}
#container .purpletop {
	background-image: url(/images2/buttonpurpletop.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
}
#container .purple {
	background-image: url(/images2/buttonpurplemiddle.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	text-align: center;
}
#container .purplebottom  {
	background-image: url(/images2/buttonpurplebottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
#container a  {
	font-size: 12px;
	color: #330066;
	text-decoration: none;
	font-weight: bold;
}
#container a:hover {
	font-style: normal;
	color: #ff6633;
	text-decoration: underline;
	font-weight: bold;
}
#container .purple a  {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#container .purple a:hover {
	font-style: normal;
	color: #ff6633;
}
#container .yellow  a  {
	font-size: 12px;
	color: #330066;
	text-decoration: none;
	font-weight: bold;
}
#container .yellow a:hover {
	font-style: normal;
	color: #ff6633;
}
#container .scheduletop {
	background-image: url(/images2/scheduletop.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
}
#container .schedulemiddle {
	background-image: url(/images2/schedulemiddle.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	text-align: center;
}
#container .schedulebottom  {
	background-image: url(/images2/schedulebottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
#container .schedulebutton {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	color:white;
	background-image: url(/images2/schedulemiddle.jpg);
	border:0 none;
	background-repeat: repeat-y;
	background-position: center center;
	width: 400px;
	height: 50px;
}
#container .schedule  {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#container .schedule a  {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#container .schedule a:hover {
	font-style: normal;
	color: #330066;
}
#container  h1 {
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	font-weight: bolder;
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
}
#container  h2 {
	font-size: 13px;
	line-height: 18px;
	color: #330066;
	font-style: italic;
	margin: 0;
	padding: 0;
}
#container h3 {
	color: #ff6633;
	font-size: 12px;
	line-height: 14px;
	margin: 0;
	padding: 0;
}
#mainContent img {
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
#mainContent {
	margin-right: 20px;
	margin-left: 250px;
	padding-top: 14px;
} 
#mainContent li {
	list-style-position: outside;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: left;
}
#mainContent ul {
	padding-left: 40px;
}
#mainContent a {
	font-weight: bold;
	text-decoration: none;
	color: #330066;
}
#mainContent a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #ff6633;
}
.small {
	padding: 0;
	font-size: 10px;
	color: #330066;
}	
#footer {
	padding: 0;
	font-size: 9px;
	color: #330066;
	background-color: #FFFFFF;
	background-image: url(/images2/NWTFooter.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
} 
#footer td a {
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
	color: #330066;
}
#footer td a:hover {
	font-size: 9px;
	text-decoration: underline;
	color: #330066;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.name {
	font-size: 12px;
	font-weight: bold;
	color: #330066
}
.footernav {
	padding: 4px;
	font-size: 9px;
	color: #ffffff;
} 
.footernav a {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}
.footernav a:hover {
	text-decoration: underline;
}
.recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:#ffffff !important; //reCaptcha widget background color
 }
 #recaptcha_table {
   border-color: #330066 !important; //reCaptcha widget border color
 }
 #recaptcha_response_field {
   border-color: #ff6633 !important; //Text input field border color
   background-color:#ffffff !important; //Text input field background color
 }

