/*
---------------------------------------------------------------------------
-    Administration Default Style                                         -
---------------------------------------------------------------------------
*/
/*
-----------------------------------------------
-    Index                                    -
-                                             -
-    1. Main Structure                        -
-    2. Nav                                   -
-    3. Forms                                 -
-    4. Tables                                -
-    5. Input Elements                        -
-    6  Fonts.                                -
-    7. Misc                                  -
-----------------------------------------------
*/

/*
-----------------------------------------------
-    Main Structure                           -
-----------------------------------------------
*/
html, body     { margin:          0px;
                 padding:         0px;
                 height:          100%;
               }
body           { font-family:     courier new;
                 font-size:       1em;
                 font-weight:     normal;
                 color:           #fff;
                 background-color:#006;
               }
#header        { margin-top:      0px;
                 margin-right:    auto;
                 margin-bottom:   0px;
                 margin-left:     auto;
                 padding:         0px;
                 background:      transparent;
                 width:           770px;
               }
#content1      { margin-top:      0px;
                 margin-right:    auto;
                 margin-bottom:   0px;
                 margin-left:     auto;
                 padding:         0px;
                 background:      transparent;
                 width:           500px;
               }
#footer        { margin:          0 auto 0 auto;
                 padding:         3px;
                 font-size:       0.8em;
                 background:      transparent;
                 border-top:      #fff 2px solid;
                 text-align:      center;
                 width:           800px;
                }
img            { margin:          0px;
                 padding:         0px;
                 border:          none;
               }
/*
-----------------------------------------------
    Nav
-----------------------------------------------
*/

/*
-----------------------------------------------
    Forms
-----------------------------------------------
*/

/*
-----------------------------------------------
    Links
-----------------------------------------------
*/
a                           { color:           #fff;
                              text-decoration: none;
                            }
a:visited                   { color:           #fff;
                              text-decoration: none;
                            }
a:hover                     { color:           #fff;
                              text-decoration: underline;
                            }
a.link1:active              { color:           #fff;
                              text-decoration: none;
                            }
/*
-----------------------------------------------
    Tables
-----------------------------------------------
*/

/*
-----------------------------------------------
    Input Elements
-----------------------------------------------
*/

/*
-----------------------------------------------
    Fonts
-----------------------------------------------
*/

/*
-----------------------------------------------
    Misc
-----------------------------------------------
*/
ul                          { margin:          25px 0px 25px 45px;
                              padding:         0;
                              list-style-type: square;
                              color:           #f06;
                            }
li                          { padding:         1px;
                              font-size:       1.2em;
                              color:           #fff;
                            }