/* TEXT STYLES TO EDIT */

	
   /* Page Header */
H1 {color:#009900; margin:0; padding:0 0 8px 0; font-size:18px; font-weight:bold; line-height:20px; clear:both;}

   /* SubHeader */
H2 {color:#009900; margin:0; padding:8px 0 4px 0; font-size:14px; font-weight:bold; clear:both;}

   /* All Links */
A:link    {color:#666666; text-decoration:none;}
A:visited {color:#666666; text-decoration:none;}
A:active  {color:#666666; text-decoration:none;}
A:hover   {color:#0066FF; text-decoration:none;}



/* OTHER TEXT STYLES */

hr {border: none 0; 
	border-top: 1px solid #ccc;
	width: 100%;
	height: 1px;
	margin: 5px auto 5px 0;
	text-align: left;
	}

br {
	clear: left;
}

p {
	padding: 0 0 10px 0;
	margin:0;
}

ul {
	font-size: 12px;
	list-style: square inside;
	line-height: 16px;
	margin-left: 0;
	padding-left: 20px;
	text-indent: -20px;
	margin-top:0;
	#display: block; /*setting for IE7*/
	_display: block; /*setting for IE6*/
}

li {
	margin: 5px 0 0 0;
	line-height: 16px;
	padding: 3px 0 0 0;
}

.smallText {
	color:#666666;
	font-size:12px;
}

.smallerText {
	color:#666666;
	font-size:10px;
}

.smallestText {
	color:#666666;
	font-size:9px;
}

.NavBar { 
	font-size: 12px; 
	font-weight: bold; 
	color: #000000; 
	border-left-width: 2px; 
	border-left-color: #ffffff; 
	background-repeat: repeat-x; 
	text-align: center; 
	background-color: #fcfafa; 
	background-image: url(images/button_bg.jpg); 
	border-top: 0 solid #cccccc; 
	border-right: 2px outset #ffffff; 
	border-bottom: 2px solid #999999; 
}
.NavBarCurrent { 
	font-size: 12px; 
	font-weight: bold; 
	color: #000000; 
	border-left-width: 2px; 
	border-left-color: #ffffff; 
	background-image: url(images/button_bg.jpg); 
	background-repeat: repeat-x; 
	text-align: center; 
	border-top: 2px outset #ffffff; 
	border-right: 2px outset #ffffff; 
	border-bottom: 2px solid #999999; 
}



/* FORMS */

.radio_b{
    padding:0 5px 0 15px;
	width:15px;
    cursor: default;
	height:10px;
}

#regForm {
	padding:10px 15px 5px 15px;
	border:1px solid #cccccc;
	background-color:#EFEFEF;
	width:550px;
	}

div.row {
  	clear: both;
 	margin:0;
	height:30px;
	padding-top:5px;
	font-size:12px;
	}

div.row span.label {
  	float: left;
  	width: 120px;
 	text-align: right;
    margin:0;
	font-weight:bold;
	}

.req {
	color:#FF0000;
	}
  
div.row span.req {
	float: left;
	text-align: left;
	padding:0 5px 0 10px;
	margin:0;
	width:5px;
	}

div.row span.formw {
	float: left;
	width: 300px;
	text-align: left;
	margin:0;
	padding:0;
	} 
  
form {
	margin:0;
	padding:0;
	}

label{
	float: left;
	width: 120px;
	font-weight: bold;
	margin:0;
	padding:0;
	text-align:right;
	vertical-align:middle;
	}

input, textarea{
	width: 180px;
	margin-bottom: 5px;
	font-size:14px;
	}

select {
	margin-bottom: 5px;
	font-size:14px;
	}

.boxes{
	width: 1em;
	}

#submitbutton{
	margin-left: 120px;
	margin-top: 5px;
	width: 110px;
	font-size:12px;
	}
	
#button{
	margin-left:140px;
	width: 80px;
	font-size:14px;
	}



/* ******  CONTAINERS ******* */

/* HEADER */
html {
	height:100%;
	}
	
body {
	background-image:url("images/tile.gif");
	background-repeat:repeat;
	line-height:16px;
    margin:0;
    padding:0;
    color:#000;
	font-family: Helvetica, Arial, Helvetica, sans-serif;
    font-size:12px;
	height:100%;
    }
	
#mainContainer {
	background:#ffffff !important; 
	position: relative; 
	width: 760px; 
	margin: 0 auto;
	text-align: left;
	border-right:solid 5px #CCCCCC;
	border-left:solid 5px #CCCCCC;
	
	}
	 
#headImage {
	float:left;
	width:760px;
	height:120px;
	clear:both;
	background:#ffffff url("images/header.jpg");
	}
    
#header {
	float:left;
	width:760px;
	background:#ffffff url("images/button_bg.jpg") repeat-x bottom;
	font-size:12px;
	line-height:10px;
	text-align:center;
	height:30px;
	clear:both;
	}


/* CONTENT */

#noteBox {
	margin:20px 0 20px 0 !important;
	padding:10px 15px 10px 15px;
	background-color:#f3f3f3;
	color:#666666;
	line-height:20px !important;
	width:445px;
	height:auto;
	float:left;
	clear:both;
}

#homeBullets {
	float:left;
	margin: 10px 0 0 0;
	clear:both;
	width:460px;
	background-color:#FFFFFF;
	}
	
#homeFlash {
	width:470px;
	margin: 0px;
	border:3px solid #999999;
	clear:both;
	float:left;
	}
	
#headerLogos {
	width:760px;
	text-align:right;
	padding:10px 0px 5px 0px;
	background-color:#FFFFFF;
	}
	
#contentFull {
	width:700px;
	background-color:#FFFFFF;
	padding: 15px 35px 25px 23px;
	clear:both;
	min-height:100%;
	height:100%;
	}
	
#contentLeft {
	float:left;
	border-right:1px solid #CCCCCC;
	width:470px;
	padding: 15px 35px 25px 23px;
	margin: 0;
	background-color:#FFFFFF;
	min-height:100%;
	height:100%;
	}
	
#contentRight {
    width:170px;
	background-color:#FFFFFF;
	text-align:left;
	border:0;
	float:right;
	padding: 15px 28px 25px 0;
	margin: 0;
	}
	
	#contentRight img {
	padding-bottom:10px;
	}

#sponsors {
	border-top:1px solid #666666;
	padding-top:20px;
	background-color:#FFFFFF;
	}
	
#sponsors img {
	padding-bottom:20px;
	}
		
/* FOOTER */

#footer {
	background-color:#cccccc;
	width:736px;
	font-size:10px;
	line-height:normal;
	padding:15px 0 10px 24px;
	border-top:1px solid #999999;
	clear:both;
	}
	  
	  
	  
	  /*    #header ul {
		margin: 0;
		  padding:0;
		  list-style:none;
		  }
    #header li {
      float:left;
      background:url("images/left_both.gif") no-repeat left top;
      margin:10px;
      padding:0;
      }
    #header a {
      float:left;
      display:block;
      width:.1em;
      background:url("images/right_both.gif") no-repeat right top;
      padding:0px 10px 0px 10px;
      text-decoration:none;
      font-weight:bold;
      color:#765;
	  margin:0;
      }
    #header > ul a {width:auto;}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
/*    #header a {float:none;}
    /* End IE5-Mac hack */
/*    #header a:hover {
      color:#333;
      }
    #Home #nav-home, 
	#News #nav-news,
    #Program #nav-program, 
	#Registration #nav-registration, 
	#Sponsorship #nav-sponsorship, 
	#FAQ #nav-faq, 
	#About #nav-about,
    #Contact #nav-contact {
      background-position:0 -150px;
      border-width:0;
      }
    #Home #nav-home a, 
	#News #nav-news a,
    #Program #nav-program a, 
	#Registration #nav-registration a, 
	#Sponsorship #nav-sponsorship a, 
	#FAQ #nav-faq a, 
	#About #nav-about a,
    #Contact #nav-contact a {
      background-position:100% -150px;
      padding-bottom:5px;
      color:#333;
      }
    #header li:hover, 
	#header li:hover a {
      background-position:0% -150px;
      color:#333;
      }
    #header li:hover a {
      background-position:100% -150px;
      }
*/
