* {
    font-family: Verdana, sans-serif;
    margin: 0;
    padding: 0;
}

body {
    background-color: #BCC3CB;
    background-image: url("../images/pattern.jpg");
    background-position: left top;
    background-repeat: repeat-x;
}

p, th, td, li, input, select, textarea {
    font-size: 11px;
}

a:link, a:visited {
    color: #0099CC;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #F58E05;
    font-weight: bold;
    text-decoration: underline;
}

h1, h2, h3, h4, h5, td h3 {
    color: #003F8A;
    font-family: Verdana, sans-serif;
    font-weight: normal;
    letter-spacing: -1px;
}

img  { border: none; }

input.form, select.form, textarea.form { width: 260px; }

li { list-style-type: none; padding: 5px 10px 5px 10px; }

li#inline {  padding: 0px 5px 0px 5px; }

ul { list-style-type: none; padding: 10px 2px 10px 2px;}

ul#inline { margin: 0; padding: 0; }

ul.content { padding: 15px; }

#banner {
    clear: both;
    width: 780px;
    z-index: 0;
}

#canvas {
    width: 780px;
}

#container {
    clear: both;
    width: 760px;
}

#content {
    background-image: url("../images/panel_488x268.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 488px;
    height: 268px;
}

#footer {
    clear: both;
    padding: 15px 30px 15px 30px;
    width: 780px;
}

#pannelBottom {
  background-image: url("../images/panel_bottom.gif");
  background-position: left top;
  background-repeat: no-repeat;
  width: 480px;
  height: 50px;
}

#pannelContainer {
  background-color: transparent;
  float: left;
  padding: 5px;
  width: 480px;
}

#pannelContent {
    background-color: #fff;
    font-size: 12px;
    margin: 0;
    padding: 0;
    width: 480px;
}

#pannelTop {
    background-image: url("../images/panel_top.gif");
    background-position: left top;
    background-repeat: no-repeat;
    width: 480px;
    height: 35px;
}

#pannelTop h3 {
    padding: 5px 15px 0 15px;
}


#sideBarBottom {
    background-image: url("../images/sidebar_bottom.gif");
    background-position: left top;
    background-repeat: no-repeat;
    width: 250px;
    height: 50px;
}

#sideBarContainer {
    background-color: transparent;
    float: right;
    padding: 5px;
    width: 250px;
}

#sideBarContent {
    background-color: #fff;
    font-size: 12px;
    margin: 0;
    padding: 0;
    width: 250px;
}

#sideBarContent li {
    list-style-type: none;
    padding: 2px 15px 2px 15px;
}

#sideBarTop {
    background-image: url("../images/sidebar_top.gif");
    background-position: left top;
    background-repeat: no-repeat;
    width: 250px;
    height: 35px;
}

#sideBarTop h3 {
    padding: 5px 15px 0 15px;
}

#spacer {
    background-image: url("../images/spacer.gif");
    background-position: left top;
    background-repeat: repeat;
}

#windowBottom {
    background-image: url("../images/window_bottom.gif");
    background-position: left top;
    background-repeat: no-repeat;
	    float: left;
    margin: 0px 0px 0px 15px;
    width: 773px;
    height: 50px;
}

#windowContainer {
    background-color: transparent;
    float: left;
    margin: 0px;
    padding: 0;
    width: 758px;
}

#windowContent {
    background-color: white;
    font-size: 12px;
    margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 15px;
    width: 758px;
}

#windowContent2{
    background-color: transparent;
    font-size: 12px;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    width: 758px;
}

#windowContent3{
    background-color: white;
    font-size: 12px;
    margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
    width: 758px;
}

#windowTop {
    background-image: url("../images/window_top.gif");
    background-position: 15px;
    background-repeat: no-repeat;
	padding: 0px 0px 0px 15px;
    width: 773px;
    height: 35px;
}

#windowTop h3 {
    padding: 5px 15px 0 15px;
}

.content {
  padding: 0 15px 0 15px;
}

.inline { display: inline; }

.error { color: #CC0000; font-weight: bold; }

.justify   { text-align: ; }

.logo {
    background-image: url("../images/sidebar_content.gif");
    background-position: right bottom;
    background-repeat: no-repeat;
}

.nopadding { margin: 0;padding: 0; }

.right { float: right; }

.small { font-size: x-small; }

.strong { font-weight: bold;}

.uppercase { text-transform: uppercase; }