
body{
font-family:\"Lucida Grande\", \"Lucida Sans Unicode\", Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
h2, form, button{border:0; margin:0; padding:0;}

p {
font-size: 1em;
line-height: 1.25em;
margin: 1.25em 0;
text-align: left;
}

#content {
  width: 600px ;
  margin-left: auto ;
  margin-right: auto ;
}


.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
margin:0 auto;
width:600px;
padding:14px;
}

/* ----------- stylized ----------- */
#stylized{
border:solid 2px #006B52;
background:#74AC74;
}
#stylized h2 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#333333;
margin-bottom:20px;
border-bottom:solid 1px #006b52;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:240px;
float:left;
}
#stylized .small{
color:#333333;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:240px;
}

#stylized .error{
color:#cc2200;
display:block;
font-size:12px;
font-weight:bold;
text-align:right;
width:240px;
}

#stylized .info{
color:#006633;
display:block;
font-size:12px;
font-weight:bold;
text-align:right;
width:240px;
}

#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #006b52;
width:300px;
margin:2px 0 20px 10px;
}

#stylized select{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #006b52;
width:300px;
margin:2px 0 20px 10px;
}

#stylized button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#666666 url(img/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}
		</style>
		


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.underlinemenu{
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of \"ul li a\" below, 7px should equal bottom padding + bottom border of \"ul li a\" below*/
margin: 0;
text-align: center; //set value to \"left\", \"center\", or \"right\"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #494949;
padding: 6px 23px 4px 23px; /*top padding is 6px, bottom padding is 4px*/

text-decoration: none;
border-bottom: 3px solid gray; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: black;
}


