/* @group General Styles */

body {
      color: #333;
      text-align: center;
      padding: 0;
      font: 0.75em/1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
      margin: 0 20px 20px;
}

body #bodyGrad {
      position: absolute;
      left: 0px;
      top: -2px;
      z-index: 0;
      width: 100%;
      height: 149px;
      overflow: hidden;
      background-color:#999999
}

body #right_back {
      position: absolute;
      right: 0px;
      top: -2px;
      background-color:#76000D;   
      width: 80%; 
      height: 272px;
      overflow: hidden;
}
p {
}

b, strong {

}

a:link, a:visited {
      text-decoration: none;
}

a:hover, a:active {
      text-decoration: none;
}

      
/* @end */

/* @group Layout */

#container {
      margin: 0px;
      text-align: justify;
      position: relative;
      align: center;
      z-index: 1;
      padding-top: 0px;
      background-color: #efefef;
      border-right: 8px solid;
      border-bottom: 8px solid;
      border-left: 8px solid;
}


#contentContainer {
      padding-top: 0px;
      border-width: 1px;
      position: relative;
      z-index: 2;
      min-height: 400px;
}

#contentContainer #content {
      padding: 0px;
}

#footer {
      color: #fff;
      font-size: 0.75em;
}

#footer p {
      margin: 0;
      padding: 5px 15px 5px;
}

#footer a:link, #footer a:visited {

}

#footer a:hover, #footer a:active {
}
      
/* @end */

/* @group Global Classes */

blockquote, .standout {
      font-style: italic;
      margin: 0;
      font-size: 1em;
      color: #b8b8b8;
}

h1,
h2,
h3,
h4,
h5 {
      font-family: "Lucida Grande", Lucida, Verdana, sans-serif, serif;
      font-weight: normal;
      letter-spacing: 2px;
      line-height: 1.3;
}

h2 {
}

h3 {
}

h4 {
}

.imageStyle {

}

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

ul.disc {
      list-style-type: disc;
}

ul.circle {
      list-style-type: circle;
}

ul.square {
      list-style-type: square;
}

ol.arabic-numbers {
      list-style-type: decimal;
}

ol.upper-alpha {
      list-style-type: upper-alpha;
}

ol.lower-alpha {
      list-style-type: lower-alpha;
}

ol.upper-roman {
      list-style-type: upper-roman;
}

ol.lower-roman {
      list-style-type: lower-roman;
}
/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
}

#sidebarContainer #sidebar li {
}


/* Table Styles */
table {
      font-size: 1em;
}
/* @end */


/* @group Tag Cloud */
ul.blog-tag-cloud {
      margin: 0 0 10px;
      padding: 0;
      text-align: justify;
}

ul.blog-tag-cloud li {
      display: inline;
      padding-right: 5px;
}

.blog-tag-size-1 {      
      font-size: 0.8em;
}

.blog-tag-size-2 {      
      font-size: 0.85em;
}

.blog-tag-size-3 {      
      font-size: 0.9em;
}

.blog-tag-size-4 {      
      font-size: 0.95em;
}

.blog-tag-size-5 {      
      font-size: 1em;
}

.blog-tag-size-6 {      
      font-size: 1.05em;
}

.blog-tag-size-7 {      
      font-size: 1.1em;
}

.blog-tag-size-8 {      
      font-size: 1.15em;
}

.blog-tag-size-9 {      
      font-size: 1.2em;
}

.blog-tag-size-10 {      
      font-size: 1.25em;
}

.blog-tag-size-11 {      
      font-size: 1.3em;
}

.blog-tag-size-12 {      
      font-size: 1.35em;
}

.blog-tag-size-13 {
      font-size: 1.4em;
}

.blog-tag-size-14 {      
      font-size: 1.45em;
}

.blog-tag-size-15 {
      font-size: 1.5em;
}

.blog-tag-size-16 {      
      font-size: 1.55em;
}

.blog-tag-size-17 {      
      font-size: 1.6em;
}

.blog-tag-size-18 {      
      font-size: 1.65em;
}

.blog-tag-size-19 {
      font-size: 1.7em;
}

.blog-tag-size-20 {      
      font-size: 1.75em;
}

/* @end */