html { font-size: 100.01%; }

body {
    background: #FFF url("../images/bg.gif") repeat;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 8px;
}

p a:link,
p a:active,
p a:visited {
    color: blue;
    border-bottom: 1px dotted navy;
    text-decoration: none;
    font-weight: bold;
}

p {
    font-size: 0.9em;
}

#wrapper {
    background: #FFF url("../images/bg_body.gif") repeat;
    margin: 0 auto;
    border: 0;
    width: 778px;
    overflow: auto;
}

#header {
    width: 778px;
    height: 116px;
    background: url("../images/header.gif") no-repeat;
}

#nav {
    background: url('../images/menubg.gif') repeat-x;
    height: 21px;
    width: 750px;
    padding: 0;
    margin: 0;
}

ol, ul { list-style: none; }

ul#topmenu {
    list-style: none;
    float: right;
    margin: 0;
}

ul#topmenu li {
    list-style: none;
    float: left;
}
ul#topmenu li img {
    border: 0;
}

#content {
    margin-left: 14px;
    margin-right: 14px;
    background: #FFF;
    min-height: 500px;
}

#content .pagetitlebreak {
    padding-top: 20px;

}

#content .pagetitle {
    font-size: 1.2em;
    font-weight: bold;
    color: #1479CC;
    border-left: 70px solid #1479CC;
    text-align: left;
}

#content .page {
    padding: 20px;
    text-align: left;
}

#content .pagetext {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 1em;
    color: #000;
}

.entry2 {
    background: #F9F9F9;
    border: 1px solid #666;
    padding: 20px;
    width: 600px;
    font-size: 12px;
}

.text_form {
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color : #000;
    vertical-align: middle;
    text-align: right;
}

#footer {
    clear: both;
    margin: 0 auto;
	width: 778px;
	height: 92px;
	background: url("../images/footer.gif") no-repeat;
}

#footer a:link,
#footer a:visited,
#footer a:active {
    color: #0066FF;
    text-decoration: none;
}

#footer a:hover {
    color: #9DC4FF;
}

#footer #note {
    padding: 25px 40px 0px 0px;
    color: #595959;
    font-size: 0.7em;
    font-weight: bold;
    float: right;
}

#footer #note #copyright {
    position: relative;
    bottom: -16px;
    color: #ffffff;
    font-size: 0.8em;
    font-weight: bold;
    text-align: right;
}

#footer #wizardIT {
    padding: 50px 0px 0px 30px;
    position: relative;
    color: #ffffff;
    font-size: 0.7em;
    float: left;
}

#footer #wizardIT a{
    text-decoration: underline;
    font-weight: bold;
    color: #ffffff;
}

h3 {
    font-size: 1.15em;
    color: #1479CC;
    width: auto;
    border-bottom: 1px dotted #aaa;
}

div#successmsg {
    padding: 10px 20px;
    margin: 10px 0;
    border: 2px #008800 dotted;
    font-weight: bold;
    background-color: #88EE88;
    text-align: center;
}

div#errormsg {
    padding: 10px 20px;
    margin: 10px 0;
    border: 2px #E77 dotted;
    font-weight: bold;
    background-color: #FDD;
}
div#errormsg ul, div#errormsg ul li {
    margin: 0;
}

