
html{height:100%;}

body{
margin:0 auto;
height:100%;
font-family: Verdana, Geneva, sans-serif;
font-size: 0.8em;
color: #ffffff;
background-image:url(../images/gm_bg.jpg);
background-repeat: repeat-xy;
}

/*  Heading Formatting */
h1 { font-size:22px; color: #FFCC00;}
h2 {font-size: 18px; color: #FFCC00;}
h3 {font-size: 12px; color: #FFCC00; padding-left:15px;}
h4 {font-size: 11px; color: #FFCC00; font-weight:bold;}
h5 {font-size:1.3em;line-height: 0.8em;font-weight: 900;color: #000;}
h6 {font-size:1.2em;line-height: 0.8em;font-weight: 900;color: #000;}

/*links*/
a:link {color:#FFCC00;}
a:hover {color: #FFCC00; text-decoration:none;}
a:visited {color: #FFCC00;}
a:active {color: #FFCC00;}
img {border: 0 none;}
hr { border-top:0; border-left:0; border-right:0; border-bottom:1px dotted #277801;}


/* Clears Divs */
.clr{clear: both;}


#content ul {list-style:disc outside;}
          #content ul ul {list-style:square outside;}
          #content ul ul ul {list-style:circle outside;}
          #content ol {list-style:decimal outside;}
          #content ol ol {list-style:lower-roman outside;}
          #content ol ol ol {list-style:lower-alpha outside;}
          #content ol ul {list-style:square outside;}
          #content ul ol {list-style:lower-roman outside;}

          #content ul, #content ul ul, #content ul ul ul #content ul ol {margin:4px 0;padding:5px 5px 15px 25px;}

          #content ol { margin-bottom:16px;}
          #content ol ol, #content ol ol ol {margin-bottom:8px;}
          #content li {margin-bottom:2px;}

/* #######################  END GENERAL SETTINGS ############################ */