* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: white;
    font-family: Verdana, Helvetica, sans-serif;
    min-width: 900px;
	  overflow-y: scroll;
}

h1 {
    margin-top: 20px;
    margin-bottom: 15px;
}

#main {
    width: 1200px;
    position: relative;
    margin: 0px auto;
    text-align: center;
}

#header {
    border-top: 1px solid #000;
    padding-top: 10px;
    font-size: 15px;
}

#header a, a:visited {
    text-decoration: none;
    font-weight: bold;
    height: 20px;
    display: inline-block;
    padding: 0px 5px;
    margin-bottom: 15px;
    color: #2f6f8f;
}

#header a:hover {
    color: #FFF;
    background-color: #1a3d4e;
    cursor:pointer;
}

.globalmenu {
    float: left;
    display: inline-block;
    text-align: left;
}

.localmenu {
    clear: right;
    float: right;
    display: inline-block;
    text-align: right;
}

.minititle {
    width: 250px;
    font-weight: bold;
    padding-right: 10px;  
}

#content {
    position: relative;
    background-image: url("");
    width: 100%;
}

#link {
	display: none;
}

#videodiv {
}

#imagetitle {
    padding-top: 10px;
    padding-bottom: 25px;
    clear: both;
    width: 100%;
    font-size: 1.2em;
}