/* Side Navigation */
#side_nav { width: 140px; height: 360px; background: rgb(0,119,51) url('/images/poea/side_bg.gif') repeat-x ; }
#side_nav ul { margin-left: 20px; }
#side_nav ul li a { display: block; border-bottom: solid 1px silver; padding: 3px 5px; font-size: 90%;}
#side_nav ul li a, #side_nav ul li a:visited { color: white; font-weight: bold; text-decoration: none; outline: none; }
#side_nav ul li a:hover { background: rgb(236,0,140); }


/* Masthead */
#masthead { background: url('/images/poea/masthead.jpg') no-repeat; }
#masthead div { background: url('/images/poea/masthead/bg.gif'); margin-left: 180px; height: 185px; }
#masthead div h2 { background: url('/images/poea/masthead/enjoy.gif'); height: 51px; text-indent: -2000px; }
#masthead div h3 { background: url('/images/poea/masthead/renew.gif'); height: 73px; text-indent: -2000px; }
#masthead div a { background: url('/images/poea/masthead/apply.gif'); height: 33px; text-indent: -2000px; display: block; }

h1 { margin: 20px; font-weight: bold; font-size: 140%; color: #14732c; letter-spacing: -1px;}

#main_text_body { background: #fff; }

#main_body { background: #fff; }
#main_body ol { margin-left: 20px; padding-left: 20px; }
#main_body ol li { list-style-type: decimal; }
#main_body ul li { list-style-type: disc; }
#main_body p { margin: 5px 20px 10px; }

#main_body form { margin: 15px; }
#main_body form div.fieldset { border: solid 1px #f2f2f2; background: #f2f2f2; }
#main_body form div.fieldset fieldset { margin: 10px; }
#main_body form div.fieldset fieldset legend { font-weight: bold; font-size: 120%; color: #191919; }
#main_body form div.focus { border: solid 1px #8ecd73; background: #daeed0; }

#main_body form table { width: 100%; }
#main_body form table tr td { padding-top: 3px; padding-bottom: 3px; }
#main_body form label { font-size: 85%; }

#main_body form input[type="text"] { padding: 2px; width: 130px; border: solid 1px #b7c6b0; }
#main_body form input[type="text"].medium { width: 250px; }
#main_body form input[type="text"].short { width: 70px; }
#main_body form input[type="text"].long { width: 330px; }
#main_body form input[type="text"].focus { border: solid 1px #797979; }
#main_body form input[type="text"].error { border: solid 1px #f00; }

#main_body form select { padding: 2px; border: solid 1px #b7c6b0; }
#main_body form select.focus { border: solid 1px #797979; }
#main_body form select.error { border: solid 1px #f00; }

#main_body form #submit_container { text-align: center; }
#main_body form input[type="submit"] { background: #69bd45; border: solid 1px #349a3c; padding: 5px 10px; color: #fff; margin: 20px; font-size: 130%; font-weight: bold;}

#main_body { background: #fff; }
#main_body h1 { margin: 20px 20px 0px 20px; color: #14732c; font-weight: bold; font-size: 140%; letter-spacing: -1px; }
#main_body ol { margin-left: 20px; padding-left: 20px; }
#main_body ol li { list-style-type: decimal; }
#main_body ul li { list-style-type: disc; }
#main_body p { margin: 5px 20px 10px; }