div# {
 position: relative;
 left: 0px;
 top: 0px;
 font-family: verdana;
 font-size: 10px;
}

div#clear {
 clear: both;
}

div#float {
 position: relative;
 left: 0px;
 top: 0px;
 float: left;
}

div#wrapper {
 position: relative;
 width: 1000px;
 left: 0px;
 top: 0px;
 margin: 5px;
}

div#banner {
 position: relative;
 left: 0px;
 top: 0px;
 margin-bottom: 5px;
 margin-top: 5px;
}

div#bar-gray {
 position: relative;
 left: 0px;
 top: 0px;
 background: #EBEBEB;
}

div#bar-gray-item {
 position: relative;
 left: 0px;
 top: 0px;
 float: right;
 padding: 5px;
}

div#bar-green {
 position: relative;
 left: 0px;
 top: 0px;
 height: 30px;
 margin-bottom: 5px;
 margin-top: 5px;
 background-image: url('../images/default/bar-green.png');
}

div#bar-green-item {
 position: relative;
 left: 0px;
 top: 0px;
 float: left;
 line-height: 30px;
}

div#bar-green-split {
 position: relative;
 left: 0px;
 top: 0px;
 float: left;
 padding-left: 10px;
 padding-right: 10px;
}

div#content {
 position: relative;
 left: 0px;
 top: 0px;
 width: 75%;
 float: left;
}

div#content-tab {
 position: relative;
 left: 0px;
 top: 0px;
 border: 1px solid #C0C0C0;
 border-bottom: 0px;
 background: #EAEAEB;
 font-size: 12px;
 font-weight: bold;
 color: #404040;
 padding: 4px;
 margin-right: 4px;
}

div#content-frame {
 position: relative;
 left: 0px;
 top: 0px;
 border: 1px solid #C0C0C0;
 background: #F5F5F5;
 margin-right: 4px;
 margin-bottom: 4px;
}

div#content-text {
 position: relative;
 left: 0px;
 top: 0px;
 text-align: justify;
 font-size: 12px;
}

div#text {
 position: relative;
 left: 0px;
 top: 0px;
 text-align: justify;
 margin: 4px;
 font-size: 12px;
}

div#content-image {
 position: relative;
 left: 0px;
 top: 0px;
 float: right;
 z-index: 1;
 padding: 4px;
}

div#content-form {
 position: relative;
 left: 0px;
 top: 0px;
 border: 1px solid #366FC4;
 background: #D0DEF2;
 padding: 4px;
 margin-right: 4px;
 margin-bottom: 4px;
 text-align: center;
}

div#content-form-nospace {
 position: relative;
 left: 0px;
 top: 0px;
 border: 1px solid #366FC4;
 background: #D0DEF2;
 margin-right: 4px;
 margin-bottom: 4px;
}

div#sidebar {
 position: relative;
 left: 0px;
 top: 0px;
 width: 25%;
 float: left;
}

div#sidebar-tab {
 position: relative;
 left: 0px;
 top: 0px;
 border: 1px solid #6EA096;
 border-bottom: 0px;
 background: #BCD4CF;
 font-size: 12px;
 font-weight: bold;
 color: #404040;
 padding: 4px;
}

div#sidebar-text {
 position: relative;
 left: 0px;
 top: 0px;
 border: 1px solid #6EA096;
 background: #E6F0EE;
}

div#mydoc-tab {
 position: relative;
 left: 0px;
 top: 0px;
 border: 1px solid #FFE869;
 border-bottom: 0px;
 background: #FFFE91;
 font-size: 12px;
 font-weight: bold;
 color: #404040;
 padding: 4px;
}

div#mydoc-text {
 position: relative;
 left: 0px;
 top: 0px;
 border: 1px solid #FFE869;
 margin-bottom: 5px;
 background: #FFFFD7;
}

div#footer {
 position: relative;
 left: 0px;
 top: 0px;
 margin-bottom: 5px;
 margin-top: 5px;
 background: #EBEBEB;
}

div#quick-link {
 position: relative;
 left: 0px;
 top: 0px;
 float: left;
 width: 24%;
}

div#quick-link-title {
 position: relative;
 left: 0px;
 top: 0px;
 border-left: 1px solid #C0C0C0;
 border-bottom: 1px solid #C0C0C0;
 font-size: 12px;
 font-weight: bold;
 margin-right: 10px;
 padding: 4px;
 color: #E3001B;
}

div#quick-link-item {
 position: relative;
 left: 0px;
 top: 0px;
 line-height: 20px;
}

div#label {
 position: relative;
 left: 0px;
 top: 0px;
 height: 16px;
 width: 16px;
 padding: 2px;
 float: left;
}

div#overlay {
 position: relative;
 left: 0px;
 top: 0px;
 width: 500px;
 height: 500px;
}

div#form-label {
 width: 20px;
 height: 20px;
 line-height: 20px;
 margin: 5px 5px 0px 5px;
 font-size: 10px;
 font-weight: bold;
 color: #2D4469;
 float: left;
}

div#form-checkbox {
 height: 21px;
 width: 21px;
 float: left;
}

div#form-input {
 height: 20px;
 line-height: 20px;
 margin: 5px 5px 0px 5px;
 float: left;
}
