
html, body, h1, h2, h3, h4, ul, li {
   margin:                    0;
   padding:                   0;
}

a {
   color:                     #404040;
   PADDING-TOP:               2px;
   PADDING-BOTTOM:            5px;
   PADDING-RIGHT:             8px;
   PADDING-LEFT:              8px;
   background-color:          none;
   text-transformation:       none;
   text-decoration:           none;
}
a:hover {
   color:                     #000000;
   PADDING-TOP:               2px;
   PADDING-BOTTOM:            5px;
   PADDING-RIGHT:             8px;
   PADDING-LEFT:              8px;
   background-color:          #C0C0C0;
   text-transformation:       none;
   text-decoration:           UNDERLINE;
}
a:visited {
   color:                     #404040;
   PADDING-TOP:               2px;
   PADDING-BOTTOM:            5px;
   PADDING-RIGHT:             8px;
   PADDING-LEFT:              8px;
   background-color:          none;
   text-transformation:       none;
   text-decoration:           none;
}

a.navigation {
   color:                     #FFFFFF;
 }
a:hover.navigation {
   background-color:          #404040;
   text-decoration:           UNDERLINE;
}
a:visited.navigation {
   color:                     #FFFFFF;
}

a.gray_block_contents {
   color:                     #202020;
 }
a:hover.gray_block_contents {
   background-color:          #808080;
   text-decoration:           UNDERLINE;
   color:                     #000000;
}
a:visited.gray_block_contents {
   color:                     #202020;
}

.gray_block_contents {
   font-size:                 12pt;
   width:                     100%;
}

.board_image{
   text-align:                center;
   float:                     right;
   padding-left:              5px;
 }

body {
   WIDTH:                     100%;
   HEIGHT:                    8.5in;
   MARGIN:                    0px;
   PADDING:                   0px;
   TEXT-ALIGN:                center;
   VERTICAL-ALIGN:            top;
   BACKGROUND-COLOR:          #FFFFFF;
   COLOR:                     #202020;
   FONT-FAMILY:               verdana, arial, helvetica, tahoma, sans-serif;
   FONT-SIZE:                 12px;
   BACKGROUND-IMAGE:          url(images/page_bg.gif);
   BACKGROUND-REPEAT:         repeat-x;
}

.bordered {
   border:                    1pt solid #000000;
}

.clear {
   clear:                     both;
}

.centered {
   text-align:                center;
   font-weight:               bold;
}

li.indent {
   margin-left:               10px;
   position:                  relative;
}

.section_label {
   text-align:                left;
   padding-top:               5px;
   padding-bottom:            10px;
   padding-right:             0px;
   padding-left:              0px;
   font-weight:               bold;
   font-size:                 12pt;
}

.section_content_subheader {
   text-align:                left;
   padding-top:               10px;
   padding-bottom:            10px;
   padding-right:             0px;
   padding-left:              0px;
   font-weight:               bold;
   font-size:                 10pt;
}

.section_content_large {
   text-align:                left;
   margin-left:               0px;
   font-weight:               normal;
   font-size:                 12pt;
}

.section_content {
   text-align:                left;
   margin-left:               0px;
   font-weight:               normal;
   font-size:                 10pt;
}

.underlined {
   text-decoration:           UNDERLINE;
 }

#underlined {
   text-decoration:           UNDERLINE;
 }

.org_name {
   font-family:               "Papyrus", Verdana, Arial;
   font-size:                 18pt;
   font-wight:                bold;
}


/** layout **/
#outer_wrapper {
   vertical-align:            top;
   text-align:                centered;
   width:                     100%;
   margin:                    0px;
   padding:                   0px;
   border:                    0pt solid red;
   position:                  relative;
}

#inner_wrapper {
   vertical-align:            top;
   text-align:                left;
   width:                     95%;
   margin:                    0px;
   padding:                   0px;
   border:                    0pt solid green;
   position:                  relative;
}

#org_name {
   top:                       46px;
   left:                      0;
   height:                    43px;
   padding-top:               8px;
   width:                     414px;
   text-align:                center;
   background:                #7A808C;
   color:                     #FFFFFF;
   font:                      24px "Papyrus", Verdana, Arial;
   font-weight:               normal;
   position:                  absolute;
}

#top-nav {
   position:                  absolute;
   top:                       15px;
   left:                      414px;
   width:                     266px;
   height:                    269px;
   background:                #6D7481 bottom left url(images/header.jpg) no-repeat;
}

#mmagic {
   background:                url(images/media_magic.gif) no-repeat;
   position:                  absolute;
   top:                       46px;
   left:                      680px;
   width:                     48px;
   height:                    238px;
}

#header {
   background:                url(images/header_bg.jpg) no-repeat;
   position:                  absolute;
   top:                       89px;
   left:                      0px;
   width:                     414px;
   height:                    195px;
}

#header2 {
   background:                url(images/header_bg2.jpg) no-repeat;
   position:                  absolute;
   top:                       89px;
   left:                      0px;
   width:                     414px;
   height:                    195px;
}

#header3 {
   background:                url(images/header_bg3.jpg) no-repeat;
   position:                  absolute;
   top:                       89px;
   left:                      0px;
   width:                     414px;
   height:                    195px;
}

#header4 {
   background:                url(images/header_bg4.jpg) no-repeat;
   position:                  absolute;
   top:                       89px;
   left:                      0px;
   width:                     414px;
   height:                    195px;
}

#header5 {
   background:                url(images/header_bg5.jpg) no-repeat;
   position:                  absolute;
   top:                       89px;
   left:                      0px;
   width:                     414px;
   height:                    195px;
}


/** body **/
.black { COLOR:               #000000; }
.white { COLOR:               #FFFFFF; }
.red { COLOR:                 #FF0000; }
.orange { COLOR:              #FF8200; }
.yellow {COLOR:               #FFFF00; }
.green { COLOR:               #008200; }
.blue { COLOR:                #0000FF; }
.purple { COLOR:              #820082; }

#black { COLOR:               #000000; }
#white { COLOR:               #FFFFFF; }
#red { COLOR:                 #FF0000; }
#orange { COLOR:              #FF8200; }
#yellow {COLOR:               #FFFF00; }
#green { COLOR:               #008200; }
#blue { COLOR:                #0000FF; }
#purple { COLOR:              #820082; }

#spacer {
   height:                    285px;
}

#body {
   width:                     100%;
   background-color:          #B1B6BF;
}

#left {
   float:                     left;
   width:                     70%;
   background-color:          #EEEEEE;
}

#right {
   float:                     right;
   width:                     30%;
   background-color:          #B1B6BF;
}

#nav_section li {
   vertical-align:            top;
   text-align:                center;
   width:                     auto;
   height:                    34px;
   line-height:               34px;
   background-color:          #646C79;
   border:                    1px solid white;
   list-style:                none;
   float:                     left;
   padding-left:              5px;
   padding-right:             5px;
   margin-top:                1px;
   margin-bottom:             2px;
}

#nav_section li.drk {
   background:                url(images/tab_drk.gif) repeat-x;
}

#content {
   background:                #EEEEEE;
   padding:                   15px 30px 14px 30px;
   line-height:               25px;
   font-weight:               normal;
   font-size:                 10pt;
}

#right-i {
   padding:                   4px 20px 0 25px;
}

/** footer **/
#copyright {
   background:                #6D7481;
   color:                     #FFFFFF;
   text-align:                center;
   font-size:                 11px;
   float:                     right;
   width:                     60%;
   padding:                   0;
   margin-bottom:             20px;
   position:                  relative;
}


