
	
	/* Tags for the layout of the page */
	

	#masthead {
		
		width: 1000px;
		height: 248px;
	}	
	#masthead img{
		border: none;
		margin: 0;
		padding: 0;
	}
	#masthead a{
		border: none;
		margin: 0;
		padding: 0;
	}	
	
	

    body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
	color: #000;
        min-width:600px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
		font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
		font-size: 90%;
		background-color: #CCC;
        text-align: center;
    }

	h1,h2 {
		
		font-size: 1.5em;
		color: #555;
		font-weight:  400;
		margin:.8em 0 .2em 0;
        padding:0;
	
		
		}
	h2 {	
			color: #636363;
			font-size:1.3em;

			}
	p { 
		margin:  0 3px 6px 15px;
		padding: 0px 0 3px 0}
	a {
    	color:#369;
		text-decoration:none;
	}
	a:hover {
		color:#fff;
		background:#369;
		
	}
   
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:100%;
    }
	#wrap {
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
		background-color: white;
	}
	#wrap #menu {
		float: left;
		width: 200px;
	}
	#wrap #content {
		width: 790px;
		float: right;
		background-color: white;
		text-align: justify;
	}
	
	#wrap #content p {
		line-height: 1.5em;
		padding: .4em 2.5em .4em .1em;
	}
	#wrap #content li {
		line-height: 1.0em;
		padding: .4em 2.5em .4em .1em;
	}
	#wrap #content A {
		padding: 1px 3px;
	}
	
	#wrap #content #title {
		color: #BC0816;
	}
	
	/* A table with apprpriate headers and borders */
	
	#wrap #content .category {  font-family:  Arial, Helvetica, sans-serif;
        font-size: 15px;
        font-style: normal;
        line-height: normal;
        font-weight: bold;
        color: #660000;
		padding: 14px 10px 1px 0px;}

	#wrap #content.time {
		padding: 0 10px 0 10px;
	}

   #wrap #content  table {
		border: 1px solid #660000;;
		margin: 0 5px 5px 5px;
		padding: 2px 10px;
		background-color: #EEE;
		border-collapse: collapse; 
		}
	#wrap #content thead {
		background-color: #ccc;
	}	
    #wrap #content th {
		text-align: left;
		padding: 1px 4px 1px 10px;
		font-size: 1.0em;
		background-color: #ccc;
		padding: .4em;
    }	
	#wrap #content td {
		font-size: 0.9em;;
		padding: .4em;
    }
  
   

   /* A table of instructions */
  #wrap #content  table.instructions {
		border: 1px solid #660000;;
		margin: 0 5px 5px 5px;
		padding: 2px 10px;
		background-color: #FFF;
		border-collapse: collapse; 
		}
   #wrap #content table.instructions thead {
			background-color: #ddd;
		}
 
	#wrap #content table.instructions td {
		border: 1px dotted #A9807E;
		vertical-align: top;
		padding: .5em;
	}
	
	
	/* end table */
	
	/* Table to use for layouts it is devoid of lines */
	#wrap #content  .bare {
		padding: 10px 10px 10px 25px;
		
	}
	#wrap #content   table.bare  {
		border: none;
		margin: .4em 2.5em .4em .1em;
	}
	#wrap #content   table.bare  th  {
		background: white;
		color: black;
		font-weight:  bold;
		padding:  5px;
		margin:  15px 3px 3px 3px;
		vertical-align: top;
	}
	#wrap #content  table.bare td {
		background: white;
		color: black;
		font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
			font-size: 12px;
			padding:  5px;
			margin:  15px 3px 3px 3px;
			vertical-align: top;
	}
	/* End of bare definitions */
	
	
	#wrap #content  #status {
		font-size: .8em;
		color: #444;
	}
	#wrap #content  #status A {
		color: #AAA;
		background-color: white;
		text-decoration: none;
	}
	#wrap #content  #status img {
		border: none;
		padding: .2em;
		vertical-align: baseline;
	}
	#wrap #content img {
		border: none;
		margin: 10px 0px 10px 10px;
	}
	/* Menu Support */
	#menu {
	
		
	}
	#menu p,
	#menu h1,
	#menu h2 {
	    padding:.4em 15px 0 15px;
        margin:0;
	}
	#menu ul {
	    width:1em;
	    list-style:none;
	    margin:0;
	    padding:0;
		width: 10em;
		border-right: 1px solid #DDD;
	}
	#menu ul li {
	    display:block;
	    list-style:none;
	    margin:0;
	    padding:0;
		font-size: 1.0em;
		
			
	}
	#menu ul li a {
	    display:block;
	    margin:0 0 0 1px;
	    padding:1px 3px;
	    text-align:left;
	    color:#000;
	    text-decoration:none;
	    position:relative;
	    left:15px;
		line-height:1.3em;
		width: 8.5em;
	}
	#menu ul li a:hover {
	    background:#369;
		color:#fff;
	}
	#menu ul li a.active,
	#menu ul li a.active:hover {
	    color:#fff;
	    background:#000;
	    font-weight:bold;
	}
	#menu ul li a span {
	    display:block;
	}
	/* Second level menu */
	#menu ul li ul {
		font-size: .9em;
	    margin-left: 1em;
		margin-right: .1em;
		width: 8em;
		border: none;
	}
	/* Third level menu */
	#menu ul li ul li ul {
		font-size: .7em;
	    margin-left: 1em;
		margin-right: .1em;
		width: 8em;
		border: none;
	}
	

    #wrap #sponsors {
        width: 1000px;        		
		clear: both;
    }

	#wrap #sponsors .sponsorRow {
		width: 1000px;
		height: 120px;
		clear: both;
	}
	#wrap #sponsors .sponsorlink {
		width: 110px;
		float: left;
		margin: 5px 27px 5px 27px;
		vertical-align: middle;
		
	}

	#wrap #sponsors p {
		font-size: .8em;
		color: #777;
		margin: .2em;
		padding: .2em;
	}
	#wrap #sponsors h1 {
		text-align: center;
		background-color: #EEE;
		padding: .2em;
		clear: both;
		margin: .1em;
	}

	#wrap #sponsors a {
		text-align: center;
		text-decoration: none;
		margin-left: auto;
		margin-right: auto;
		vertical-align: middle;
	}
	#wrap #sponsors a:hover {
	    background: none;
	}
	

	#wrap #sponsors img {
		border: none;
		
	}



	


	/* Footer styles */
	#wrap #footer {
        clear:both;
        float:left;
        width:1000px;
		background-color: white;
    }
    #wrap #footer p {
        padding:10px;
        margin:0;
		color: #999;
		text-align: center;
		font-size: .8em;
    }

			
	.endOfArticle {
		background: url("seperator.jpg") no-repeat;
		height: 32px;
		margin: 0 0 0 15px;
		}
	

	dl { padding-left: 20px;}
	dt {font-weight: bold;}
		
	.light-green {
		background:  #B3BBAC;
	}	
	.dark-green {
		background:  #AAC694;
	}	



	.redborder {
		border: 1px solid red;
	}
	
	/* Style for frequently asked questions */
	#faq {
		padding:  3px;
	}
	#faq dl {
		padding: .4em 2.5em .4em .1em;
		text-align: justify;
	}
	#faq dt {
		font-weight:  bold;
		margin:  10px 2px 3px 2px;
		
	}
	#faq dt:before {
		content: "Q: ";
                font-size: 1.2em;
                font-weight: normal;
                color: #666; 
	}
	#faq dd:before {
		content: "A: ";
                font-size: 1.2em;
                color: #666;
	}

