
/* Main text style css */

	h1 { 
		color: #ffffff;
		margin: 10px 0px 0px 10px;
		font-size: 120%; 
		font-weight: normal; 
		}	
		
	h2 { 
		color: #a45e16;
		margin: 0px 0px 0px 0px;
		font-size: 99%; 
		font-weight: bold; 
		}
		
	h3 { 
		color: #fbfeb7;
		margin: 0px 0px 0px 0px;
		font-size: 90%; 
		font-weight: normal; 
		}
	
	h4 { 
		color: #b69b5b;
		margin: 0px 0px 0px 0px;
		font-size: 90%; 
		font-weight: normal; 
		line-height: 130%;

		}
		
	h5 { 
		color: #5E0300;
		margin: 10px 0px 20px 10px;
		font-size: 120%; 
		font-weight: bold; 
		}
		
		
	p.odcaption { 
		text-align: left; 
		color: #fbfeb7;
		font-size: 80%;
		margin: 0px 0px 0px 0px;
		font-weight: normal;
		}
		
		
	p.odbread { 
		text-align: left; 
		color: #fbfeb7;
		font-size: 80%;
		margin: 0px 0px 0px 0px;
		font-weight: normal;
		padding-top: 10px;
		}
		
	p.odhp { 
		text-align: left; 
		margin: 80px 0px 0px 10px;
		}

	p.odmp { 
		text-align: left; 
		margin: 10px 0px 0px 10px;
		}
		
	.odnav { 
		text-align: right; 
		color: #a45e16;
		font-size: 120%;
		margin: 0px 0px 0px 0px;
		font-weight: bold;
		padding-top: 10px;
		
		}
				
		
	p.odh1 { 
		text-align: left; 
		color: #fbfeb7;
		font-size: 120%;
		margin: 0px 0px 0px 10px;
		font-weight: bold;
		}

	p.center { 
		text-align: center; 
		margin: 0px 0px 0px 10px;
		}

	p.main { 
		text-align: left; 
		color: #fbfeb7;
		margin: 35px 20px 30px 50px;
	 	border: 0px;
 		height:	432px;
	 	width:  400px;
		font-size: smaller;
		letter-spacing: .1em;
		font-weight: normal;
		}
	
	p.odright { 
		text-align: right; 
		}


	a:link {
		color: #95a72f;
		text-decoration: none;
		}

	a:visited {
	 	color: #95a72f;
		text-decoration: none;
		}

	a:hover {
  		color: #95a72f;
		text-decoration: underline;
		}

	a:active {
 	 	color: #95a72f;
		text-decoration: underline;
		}


 	a.nav:link {
   		color: #f0f0f0;
		text-decoration: none;
		background-color : transparent;
		}

	a.nav:visited{
   		color: #f0f0f0;
		text-decoration: none;
		background-color : transparent;
		}

	a.nav:hover {
  		color: #95a72f;
		text-decoration: none;
		background-color : transparent;
		}

	a.nav:active {
  		color: #fbfeb7;
		text-decoration: none;
		background-color : transparent;
		}
		
				
	p.hp { 
		text-align: center; 
		color: #fbfeb7;
		font-size: 80%;
		margin: 0px 0px 0px 0px;
		font-weight: normal;
		}
		
        img.left {float:left; margin:0px; padding:0px; border:0px;}
        
    div.competitionform ul li {
        list-style-type: none;
        margin-bottom: 15px;
    }

    div.competitionform input {
        width: 260px;
    }

    div.competitionform textarea {
        width: 230px;
        height: 85px;
    }

    div.competitionform ul.error_list, div.error_list {
        color: #A45E16;
        font-weight: bold;
    }

