@charset "utf-8";

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background: url(img/background.jpg) top left repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #1A2334;
	color: #666666
}

a {
	text-decoration: none;
	color:#3399CC;
	font-weight: bold;
	font-size: 85%;
	}
	
.rule {
	padding-bottom: 20px;
	border-bottom: 1px solid #999999;
	}

a:hover {
	text-decoration:underline;
	color:#B79300;
	 }

 #container { 
	width: 738px;  
	background: #ffffff;
	margin: 0 auto; 
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header { 
	background: #DDDDDD; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#nav {
	margin: 0;
	background: #314057;
	}
	
#nav ul{
	margin: 0;
	list-style-type: none;
	padding: 5px 0;
	}
	
#nav ul li{
	color: #FFFFFF;
	font-size: 100%;
	padding: 0 0 0 20px;
	display: inline;
	}	
	
#nav ul li a{
	color:#fff;
	text-decoration: none;
	font-size: 90%;
	font-weight: normal;
	}
	
#nav ul li a:hover{
	text-decoration:underline;
	color:#B79300;
	}
		
#contact { 
	padding:10px 25px 0 25px;
	text-align: left;
	color:#666666;
	}	
	
#contact img{
	padding: 5px;
	border: 1px solid #999999;
	margin: 0px 10px;
	}	
		
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:#F6f3ee;
	padding: 0px 10px;
	margin-bottom: opx;
}

#tab {
	background: url(img/tabnoborder.jpg) top center no-repeat;
	background-color:#FFFFFF;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 0 10px 0 0 ;
	border:1px solid #CCCCCC;
	}
	
	
.logo{
	padding: 0 30px;
	}
	
.karaat{
	padding: 0 20px;
	}
	
.ofg {
	padding:0 10px;
	}

#sidebar1 h3 {
	text-align: center;
	margin-top: 5px;
	padding-left: 10px;
	color:#B79300;
	}
	
#sidebar1 h4 {
	text-align: center;
	margin-top: 5px;
	padding-left: 10px;
	color:#666666;
	font-size: 110%;
	}	
	
#tab h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#205F7D;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	padding-top: 1em;
	border-top:1px dotted#cec3ad;
	}

#tab h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#205F7D;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	}


#sidebar1 ul{
	list-style-type: none;
	margin-left: 15px;
	font-size: 85%;
	}

#tab p{
	margin-left: 15px;
	font-size: 85%;
	}
	
.indent {
	padding-left: 20px;
	}
	
.silver {
	color:#999999;
	}

#mainContent { 
	margin: 0 230px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#shows { 
	margin: 0; 
	padding: 0 20px;
	}

h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#205F7D;
	font-size: 120%;
	font-weight: bold;
	}
	
h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#205F7D;
	font-size: 120%;
	font-weight: bold;
	background:url(img/tabheader.jpg) top left repeat-x;
	padding: 10px;
	}
	
#mainContent img {
	margin: 10px;
	padding: 5px;
	border:1px solid #CCCCCC;
	}
	
#awards { 
	margin: 0 10px 0 0; 
	padding: 0 20px; 
} 

#awards p{
	line-height: 1.25em;
	}
	
	
#awards li{
	list-style-type: none;
	text-align: center;
	}
	
#result1 {
	margin: 0 50px 0 0;
	}
	
#result2 {
	margin: 0 50px 0 0;
	}

#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#cdc3ad; 
	text-align: center;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#credits {
	margin: 0px;
	font-size: 85%;
	padding-bottom: 1em;
	}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.title {
	text-align: center;
	background-color: #394863;
	color: #FFFFFF;
	line-height: 1em;
	}


	
.grid {
	font-size: 85%;
	color:#333333;
	text-align: center;
	}

.altwhite {

	}
	
.altrow {

	background-color: #f6f3ee;
	}

.center {
	text-align: center;
	}

