 @charset "UTF-8";
/* CSS Document */

	body
		{
			margin: 0;
			padding: 0;
			font-size: 90%;
			font-family: arial, helvetica, sans-serif;
		}
		
		
		
		#wrapper {
	width: 992px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #cccccc;
	background-image:url(../images/back.gif);


}
		#wrap {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;

}
		
		#navigation
		{
			top: 260px;
			height: 109px;
			margin-bottom: 0px;
		}
		
		
		
		#header
		{
			top: 260px;
			height: 28px;
			background-color: #6C193F;
			margin-bottom: 0px;
		}
		
			#flash
		{
			top: 260px;
			height: 385px;
			background-color: #ffffff;
			margin-bottom: 0px;
		}
		
		
		#gutter
		{
			float: left;
			width: 3%;
			height: 1px;
		}
		
		
		#containter {
			width: 970px;
			background-color:#096;
			
		}
		
		#col1
		{
			float: left;
			width: 184px;
			margin-bottom: 10px;
			margin-left:10px;
			font-size:12px;
			text-align:center;
		}
		
		#col2
		{
			float: left;
			width: 173px;
			margin-left: 10px;
			margin-bottom: 10px;
			font-size:12px;
			text-align:center;
		}
		
		#col3
		{
			float: left;
			width: 183px;
			margin-left: 10px;
			margin-bottom: 10px;
			font-size:12px;
			text-align:center;
		}
		
			#col4
		{
			float: left;
			width: 184px;
			margin-left: 10px;
			margin-bottom: 10px;
			font-size:12px;
			text-align:center;
		}
		
			#col5
		{
			float: left;
			width: 178px;
			margin-left: 10px;
			margin-bottom: 10px;
			font-size:12px;
			text-align:center;
		}
			#col6
		{
			float: left;
			width: 160px;
			margin-left: 10px;
			margin-bottom: 10px;
			font-size:12px;
			text-align:center;
		}
		
		.border {
			border:#7C0040 thick solid;
			
			
			
		}
		
		#footer
		{
			clear: both;
			height: 10px;
		}
		
		h1
		{
			margin: 0;
			padding: 5px;
		}
		
		h2
		{
			margin-top: 0;
			padding-top: 7px;
		}
		
		h2, p
		{
			margin-left: 7px;
			margin-right: 7px;
		}
		
/*- Menu Tabs--------------------------- */ 


    #tabs {
      float:left;
      width:100%;
	  background-image:url(../images/navback1.gif);
	   border-bottom:#FFF thin solid;
	  border-top:#FFF thin solid;
      font-size:85%;
      line-height:normal;
	  
      }
    #tabs ul {
	margin:0;
	padding:0px 0px 0 0px;
	list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("tableft.gif") no-repeat left top;
      margin:0;
      padding:0px 0 0 0px;
	 
      text-decoration:none;
	   border-right:#FFF thin solid;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("tabright.gif") no-repeat right top;
      padding:5px 22px 5px 22px;
      color:#ffffff;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FFFFFF;
	  background-color:#999999;
      }
    #tabs a:hover {
      background-position:0% -42px;
	    background-color:#999999;
      }

	  


	  
