html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td 
                  {margin: 0;padding: 0;border: 0;outline: 0;
                  font-size: 100%;vertical-align: baseline;
                  background: transparent;}
body              {line-height: 1;}
ol, ul            {list-style: none;}
blockquote, q     {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';	content: none;}
:focus            {outline: 0;}
ins               {text-decoration: none;}
del               {text-decoration: line-through;}
table             {border-collapse: collapse;border-spacing: 0;} 

html, body {
    height: 100%;
}

body {
    font-size: 14px;
    font-family: "Century Gothic", Futura;
    background-color: #7198c3;
    background-repeat: no-repeat;
    background-repeat: repeat-x;
    line-height: 140%;
}
h1 {
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
    margin: 20px 0 20px 0;
    font-weight: bold;
}
#container {
    min-height: 100%;
    width: 900px;
    margin: 0 auto;
    background:url(../images/background_container.png);
    -moz-box-shadow: 0 0 15px 8x #444;
    -webkit-box-shadow: 0 0 15px 8px #444;
    box-shadow: 0 0 15px 8px #444;
}

#wrapper {
    width: 900px;
    margin: 0 auto;
    padding: 0 0 15px 0;
    position: relative;
    z-index: 200;
}
#header {
    /*
    height: 320px;
    background-image: url(../images/background_header.png);
    background-repeat: no-repeat;
    */
}
#header img {
    width: 900px;
}
#mcg {
    height: 61px;
    width: 310px;
    background-image:url(../images/logo.png);
}
#content {
    float: left;
    width: 690px;
    margin: 0 0 20px 20px;
}

#menu {
    width: 163px;
    float: right;
    background-color: #D3D3D3;
    xmargin-top: -30px;
    margin-bottom: 10px;
    font-size: 15px;
}
#menu p {
    margin: 20px 0 0 0;
    display: block;
    text-align: center;
}
#menu p img {
    border: 0;
}
.clear {
    clear: both;
}
.line {
    height: 1px;
    background: #888;
    border-bottom: 1px solid #ddd;
    margin: 20px 0;
}

#menu ul {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #fff;
}

#menu li {
    padding: 0;
    text-align: right;
    list-style: none;
    border-top: 1px solid #fff;
}
#menu li:first-child {
    border-top: 0;
}

#menu li a {
    text-decoration: none;
    color: #000000;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #aaa;
}
#menu li a:hover {
    background:#004487;
    color: #fff;
}

#footer {
    width: 900px;
    height:100px;
    position: relative;
    margin: -100px auto 0 auto;
    z-index: 300;
    background:url(../images/background_footer.png);
}
#footercontent {
    float: left;
    width: 690px;
    margin: 15px 0 0 20px;
    text-align: center;
    font-size: 11px;
    line-height: 120%;
}
#footercontent .line {
    margin: 5px 0;
}
#footercontent a {
    color: #666;
    text-decoration: none;
}
#footercontent a:hover {
    color: #000;
}
.autoform_left {
    vertical-align: top;
}
textarea, input { 
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
