/* CSS Document */
body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

/* classes */
.frm_h {
font-size:14px;
font-weight:bold;
}

.error{
font-size:11px;
color:#FF0000;
}

/* id's */
#head {
background: #ffffff url(images/header.jpg) no-repeat;
height: 126px;
width: 950px;
}

#left_col {
background: #ffffff url(images/left_back.jpg) repeat-y;
width: 206px;
}

#l_head {
background: #ffffff url(images/left_head.jpg) no-repeat;
width: 206px;
height: 58px;
float: left;
}

#main {
background: #ffffff url(images/main_head.jpg) no-repeat;
width: 744px;
}

#content {
margin: 60px 15px 0px 15px;
padding: 0px 0px 0px 0px;
color: #000000;
background-color: #ffffff;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
}

#bottom {
background: #ffffff url(images/bottom.jpg) no-repeat;
width: 950px;
height: 59px;
}

#nav {
padding: 0px 0px 0px 0px;
}

h4 {
background-image: url(images/button.gif);
background-repeat: no-repeat;
font-weight:bold;
text-decoration:none;
width: 180px;
height: 30px;
}

#nav .item{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
padding:0px 0px 0px 10px;
}
