a:link {color: #FEC638}     /* ORANGE - unvisited link */
a:visited {color: #FEC638}  /* ORANGE - visited link */

a:link {color: #F8B401}     /* ORANGE - unvisited link */
a:visited {color: #F8B401}


a:hover {color: #A55F0A}   /* BRWON mouse over link */
   /* selected link */

label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	width: 80px;
	padding-right: 20px;
	font-size: 70%;
  font-weight: bold;
}
br{clear:right;}


li{
list-style-image: url('../images/simpleLI.gif')
}

h1,h2,h3,h4,h5,ul,li,form{
margin:0px;
padding:0px;

}
body{
background-color: #FEE7B3;
font-family: Verdana, Arial, Helvetica, sans-serif;
padding-top: 0px;
text-align: center;
font-size:100%;
}

#wrapper{
position: relative;
top:2px;
width: 750px;
height: 535px;
margin: auto;
text-align: left;
background-image: url(../images/bg.jpg);
background-repeat: no-repeat;
}
#header{
position:relative;
width: 100%;
height: 84px;
}





#logo_holder{
position: relative;
float: right;
}



#left{
position:relative;
width: 195px;
float:left;

}
#menu{
position:relative;
font-size: 110%;
font-weight: bold;
top: -10px;
margin:0px;

}

#menu ul{
position:relative;
list-style-type: none;

}

#menu ul li{
position:relative;
padding-top: 8px;
margin:0px;
background-image:url('../images/menu_li.png');
list-style-image: none;;
background-repeat:no-repeat;
margin-top:5px;
}

#menu ul li a{
position:relative;
top:-3px;
text-decoration:none;
margin-left:35px;
}


#content{
position:relative;
font-family: Verdana;
border: 0px solid;
width: 530px;
height: 380px;
padding-left: 3px;
padding-bottom: 3px;
overflow-y:auto;
}

#Award{
margin:auto;
margin-top:10px;

width:400px;
border:1px solid #A4600D;
font-size:12px;

}
#Award a,#Award a img{
text-decoration:none;
border:0px;
color:#A4600D;
}


/* HomePage */
#HPUL{
 font-size:18px;
 font-weight:bold;
 margin-left:19px;
}