@charset "utf-8";
/* CSS Document */
body { background: #c5c5c5; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
#wrapper { width: 871px; height: 100%; background-color: #fff; margin-left: auto; margin-right: auto; }
#header { width: 873px; height: 196px; background: url(images/header3.jpg) no-repeat; }
#top_line { width: 100%; height: 16px; background: url(images/top_line_bg.jpg) repeat-x; border-left: 1px #a6a6a6 solid; border-right: 1px #a6a6a6 solid; border-bottom: 1px #cb0a0b solid; }
#content { width: 100%; height: 100%; background-color: #fff; border-left: 1px #a6a6a6 solid; border-right: 1px #a6a6a6 solid;  overflow:hidden;  }
.list-margined { margin-left: 15px; }
table { border-collapse: collapse; }
.important { font-size: 11px; color: #cb0a0b; }

/* NAVIGATION */
#navigation { width: 200px; height: 100%; float: left; border-left: 1px #a6a6a6 solid; }
#sidelinks a { display: block; width: 100%; height: 17px; background-color: #717171; border-bottom: 1px solid #ddd; padding-left: 5px; text-decoration: none; color: #fff; padding-top: 3px; }
#sidelinks a:hover { background-color: #cb0a0b; color: #fff; }
#sidelinks ul { padding: 0; margin: 0px; list-style-type: none; }
.input { width: 150px; height: 17px; background: #f9f9f9; border: 1px solid #a6a6a6; font: 11px arial; color: #555; }
.button { height: 17px; background: #f9f9f9; border: 1px solid #a6a6a6; font: 11px arial; color: #555; margin-top: 2px; }

/*CONTENT*/
#content_box { width: 640px; padding-right: 17px; _padding-right: 10px; margin-top: 10px; margin-bottom: 10px; float: right; }
#content_box a { color: #cb0a0b; }

/*FOOTER*/
#footer { width: 100%; height: 16px; background: url(images/top_line_bg.jpg) repeat-x; border: 1px #a6a6a6 solid; }

/*TITLE*/
.title { width: 100%; height: 15px; margin-bottom: 10px; background-color: #a8a8a8; padding: 5px; font-weight: bold; }

/*FORM*/
.input_f { height: 17px; background: #f9f9f9; border: 1px solid #a6a6a6; font: 11px arial; color: #555; }
.text { background: #f9f9f9; border: 1px solid #a6a6a6; font: 11px arial; color: #555; margin-top: 3px; }
.button_f { height: 17px; background: #f9f9f9; border: 1px solid #a6a6a6; font: 11px arial; color: #555; margin-top: 2px; margin-right: 2px; }
.error { color: #cb0a0b; font-weight: bold; }
.sel { font: 11px arial; color: #555; text-decoration: none; }
.line { width: 100%; height: 1px; border-bottom: 1px solid #a6a6a6; }
