body {
    margin: 0px;
    font-family: arial, verdana, helvetica, sans-serif;
    background-color: #f6f6f6;
}
a {
    color: #000000;
}
div.clear {
    clear: both;
    height: 1px;
}
h1 {
	font-size: 20px;
	text-decoration: bold;
	display: block;
}
h2 {
	font-size: 14px;
	text-decoration: bold;
	display: block;
}
p {
	margin: 0px 40px 0px 40px;
}
ul {
	list-style: square;
	margin-left: 60px;
	margin-right: 60px;
}
ul ul {
	list-style: square;
	margin-left: 20px;
	margin-right: 0px;
}
li {
}
div#customDIV{
	display: inline;
}
div#toggle1{
	display: inline;
}
div#container {
    background: url('mitt.gif') center repeat-y;
    width: 626px;
    margin: 100px auto 34px auto;
    position: relative;
    padding: 30px 0px 40px 0px;
}
    div#container img#logo {
        position: absolute;
        top: -100px;
        left: 12px;
        z-index: 1;
        border-width: 0px;
    }

    div#container img#bg_top {
        width: 626px;
        height: 34px;
        position: absolute;
        top: -34px;
        left: 0px;
        z-index: 3;
    }

div#container img#bg_bottom {
    width: 626px;
    height: 34px;
    position: absolute;
    bottom: -34px;
}

div#footer {
    text-align: center;
    margin-bottom: 20px;
    color: #cccccc;
	font-size: 9px;
}

div#footer a {
	color: #cccccc;
}

/* Submits */ 
input#submit1 {
	display: inline;
	height: 22px;
	background-color: #cccccc; 
	font-size: 14px;
	color: #000000;
	border: 1px solid #000000;
	margin-left: 3px;
}
input#submit2 {
	width: 476px;
	height: 20px;
	background-color: #cccccc; 
	font-size: 14px;
	color: #000000;
	border: 1px solid #000000;
}

/* Bottom menu*/
 #nav-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav-menu li {
	float: left;
	margin: 0 0.15em;
}

#nav-menu li a {
	background: url(background.gif) #fff bottom left repeat-x;
	height: 2em;
	line-height: 2em;
	float: left;
	width: 9em;
	display: block;
	border: 0.1em solid #dcdce9;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
	font-size: 10px;
}

/* Hide from IE5-Mac \*/
#nav-menu li a {
	float: none
}
/* End hide */

#nav-menu {
	/* top, right, bottom, left */
	margin: -30px 0px 0px 70px;
}