/* General Styles */	

			* {
				margin:0;
				padding: 0;
			}
		
			body {
				background-color: #f1f1f1;
				margin: 10px 0;	
				padding: 0;
				font: 12px arial,helvetica,sans-serif;
				line-height: 18px; 
				text-align: center;
			}

			h3 {
				margin-bottom: 5px;
				font-size: 14px;
				color: #900;
			}
			
			h4  {
				font-size: 11px;
				font-style: italic
			}

			p {
				padding: 5px;
			}
			
			a:link, a:visited {
				color: #900;
				text-decoration: underline;
			}

			a:hover, a:active {
				color: #900;
				text-decoration: none;
			}

			#wrapper {
				margin: 0 auto;	
				padding: 0;
				width: 780px;
				background: #fff url("../images/wrapper_bg.gif") top repeat-y;
			}

			#header {
				height: 100px;
				_margin:-3px;
			}
	
			#nav {
				margin: 1px 10px 5px 10px;
				padding: 4px;
				background: #ff9900 url("../images/nav_bg.jpg") bottom repeat-x;
				text-align: left;
				font-family: tahoma;
				font-size: 10px;
				font-weight: bold;
				text-transform: uppercase;
			}
				
			#nav a:link, #nav a:visited {
				color: #fff;
				text-decoration: none;
			}

			#nav a:hover, #nav a:active {
				color: #900;
				text-decoration: none;
			}

			#nav ul {
				margin: 0;
				padding: 0;	
			}

			#nav li{
				padding: 0 13px;
				border-right: solid 1px #fff;
				display: inline;
				list-style: none;
			}

			#footer {
				clear: both;
				margin-bottom: -3px;
				height: 20px;
			}

/* Home Styles */	

			#left-column {
				padding: 0 0 5px 8px;
				float: left;
				width: 426px;
			}

			#right-column {
				padding: 0 0 5px 5px;
				width: 333px;
				float: left;
			}

			#news-home {
				text-align: left;
				background: #eee url("../images/news_home_bg.gif") top repeat-y;
			}

			#news-home-content {
				padding: 10px 20px;
			}

			#news-home-content img{
				border:2px solid #ccc;
			}

			#video-home {
				background: #eee url("../images/video_home_bg.gif") top repeat-y;
			}
			

/* Interior Styles */			

			#interior {
				margin: 0 auto;
				width:761px; 
				background: #eee url("../images/interior_bg.gif") top repeat-y;
				text-align: left;
			}

			#news-content {
				padding: 10px 30px;
			}

			#news-content li{
				padding: 3px 0 3px 15px;
				list-style: none;
				background: url("../images/star_bullet.gif") no-repeat 0 .5em;
			}

			#news-article {
				padding: 15px 30px;
			}

			#schedule-content {
				padding: 15px 30px;
			}

			#video-content {
				padding: 15px 30px;
			}
			
			#video-content li{
				padding: 3px 0 3px 15px;
				list-style: none;
				background: url("../images/star_bullet.gif") no-repeat 0 .5em;
			}


/* Contest Styles */	

			#contest-content {
				padding: 10px 30px;
			}

			#contest-content h3 {
				margin: 5px 0 0 0;
			}

			div.row {
  			clear: both;
 			 padding-top: 10px;
 			 }

  			#contest-content label {
			display: block;
			float: left;
			width: 90px;
			margin-right: 2px;
			text-align: right;
			font-weight: bold;
			} 

			.missing {
 			color: #c00;
	 		font-weight: bold;
	 		}

		#alert {
		margin-top: 10px;
 		background: #ffc;
 		border: 1px solid #ccc; 
	 	text-align: center;
	 	}

  
/* Misc Styles */		


			.small-text {
				font-size: 10px;
			}

			.small-text-caps {
				font-size: 10px;
				text-transform: uppercase;
			}

			.copyright {
				padding: 5px 0;
				font-size: 11px;
				color:#666;
			}

			#video-popup {
			margin: 0;
			padding: 5px 5px 0 5px;
			text-align: center;	
			background-color: #eee;	
			}
			

/* Blog Styles */
			#photoby {
          	font-style: italic;
          	font-size: 90%;
			}
			
			#blogpic {
			padding-right: 2px;
			border-width: thin;
			border-color: #66666;
			}
