
* {
    font-size: 1em;
    font-family: Arial, Lucida Grande, Tahoma, Verdana, Helvetica
}
body {
    background: url(b-g.gif) #eee;
    margin: 8px 0px 20px;
    color: #4c4c4c;
    text-align: center;
}
h1 {
    margin-top: 2px;
    font-weight: bold;
    font-size: 1.8em;
    color: black;
}
h2 {
    font-weight: bold;
    font-size: 1em;
    padding-bottom: 4px;
    color: #bd0101;
}
h3 {
    padding: 0px;
    font-weight: bold;
    font-size: 12pt;
    margin: 20px 0px 10px;
    color: black;
}
p {
	margin: 10px 0px;
    line-height: 145%;
}
a:link,
a:visited,
a:active {
    color: #4c4c4c;
    text-decoration: none;
}
a:hover {
	color: black;
    text-decoration: underline;
}
img {
	border: 0px;
}


form {}
input submit {
    font-weight: bold
}
#main {
	background-color: #fff;
    padding: 0px;
    border: 1px solid #ccc;
}
#all {
	width: 800px;
    text-align: left;
    padding: 0px;
}
#top {
	margin: 0px 5px 10px;
    font: normal 8pt tahoma;
    text-align: right;
}
#header {
    padding: 0px 20px;
}
.divpagetopleft {
    float: left;
    font-size:8pt;
}
.divpagetopright {
    float: right;
    text-align: right;
    color: #4c4c4c;
    font-size:8pt;
}
#top a:link,
#top a:active,
#top a:visited {
    text-align: right;
    color: #4c4c4c;
    font-size: 10px;
}
#menus {
    background-color:#000;
    color: #ffffff;
    padding: 5px;
    text-align:center;
    vertical-align:middle;
}

#menus a:link,
#menus a:active,
#menus a:visited {
    font-weight: bold;
	color: #fff;
    text-decoration: none;
}
#menus a:hover {
	color: #fff;
    text-decoration: underline;
}
#content {
    margin: 20px 20px;
}
.divpagemessage {
	border-right: #d9c68c 1px solid; padding-right: 12px; border-top: #d9c68c 1px solid; padding-left: 12px; font-size: 8pt; padding-bottom: 8px; border-left: #d9c68c 1px solid; padding-top: 8px; border-bottom: #d9c68c 1px solid; background-color: #f5eed9;
}
#banners {
    float: right;
    width: 200px;
}
#banners img {
    text-align: right;
    padding: 0px 10px 0px 0px;
    margin: 10px;
}
.d-ivpagebottom {
	margin-top: 40px; font-size: 7pt; color: #fff; text-align: center;
}
#footer {
	margin: 5px 2px;
    text-align: left;
    color: #959594;
	font-size: 0.8em
}
#footer a:link,
#footer a:active,
#footer a:visited {
    color: #959594;
}

.corner_black1{
    position:relative;
    left: -10px;
    bottom: -10px;
}
.left_top{
    position:relative;
    top: -1px;
    left: -1px;
}
.right_top {
    position:relative;
    top: 0px;
    right: 0px;
}
.left_bottom{
    position:relative;
    bottom: -1px;
    left: -1px;
}
.right_bottom {
    position:relative;
    bottom: -1px;
    right: -1px;
}
.left_bottom_black{
    vertical-align: bottom;
    position:relative;
    bottom: 0px;
    left: 0px;
}
.divpagebanners {
    padding: 20px 20px 20px 0px;
    width: 150px;
}
.divpagebanner {
    padding: 10px 0px 20px;
}
.formruleerror {
    color: #f00;
}
.formfieldrequired {
    color: #f00;
}

.float-left {
    float: left;
}
.float-right {
    float: right;
}

.form-error {
    color: #f00;
    padding: 5px 0px;
}


