body {
    margin:0px;
    padding:0px;
    background: rgba(213,221,232,1);
}

html, body, #wholepage {
    height: 100%;
    min-height: 100%;
    text-align:center;
    min-width:1016px;
}

#wholepage {
    background: #ddf5ff; /* Old browsers */
    background: -moz-linear-gradient(top, #ddf5ff 0%, #d5dde8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ddf5ff), color-stop(100%,#d5dde8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ddf5ff 0%,#d5dde8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ddf5ff 0%,#d5dde8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ddf5ff 0%,#d5dde8 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ddf5ff 0%,#d5dde8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddf5ff', endColorstr='#d5dde8',GradientType=0 ); /* IE6-9 */
    display:block;
}

.horblock {
    display:block;
    width:100%;
    height:10px;
    padding:0px;
    margin:0px;
}

#everything {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -70px; /* the bottom margin is the negative value of the footer's height */

    overflow:hidden;
    display:inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    text-align:left;
    width:988px;
    font-weight:400;
    line-height:1.5;
    background-color: rgba(255,255,255,0.3);
    padding:14px;
    padding-top:0px;
    padding-bottom:0px;
    box-shadow: 0px 0px 6px #BBBBBB;
}

.topmenu {
    display:block;
    float:left;
    padding:0px;
    margin:0px;
}

.topmenu ul {
    list-style-type: none;
    z-index:1;
}

.topmenu>li {
    display:inline;
    float:left;
}

.topmenu>li>ul {
    display:none;
    text-align:center;
    text-decoration:none;
    color:#FFFFFF;
    border-radius:5px;
    padding-left:0px;
}

.topmenu>li>ul a {
    text-transform:none;
}

.topmenu>li:last-child a {
    margin-right:0px;
}

.topmenu>li ul a {
    font-size:90%;
}
.topmenu>li a {
    display:block;
    width:200px;
    padding:4px;
    margin-top:2px;
    padding-top:2px;
    margin-right:2px;
    text-align:center;
    text-decoration:none;
    color:#FFFFFF;
    text-transform:uppercase;
    border-radius:5px;


    background: rgb(255,159,0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,159,0,1) 51%, rgba(251,149,94,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(51%,rgba(255,159,0,1)), color-stop(100%,rgba(251,149,94,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,159,0,1) 51%,rgba(251,149,94,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,159,0,1) 51%,rgba(251,149,94,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,159,0,1) 51%,rgba(251,149,94,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,159,0,1) 51%,rgba(251,149,94,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9f00', endColorstr='#fb955e',GradientType=0 ); /* IE6-9 */
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
}

.topmenu>li>.currentlink {
    border-top-left-radius:0px;
    border-top-right-radius:0px;
    margin-top:0px;
    padding-top:4px;
    background: rgb(125,185,232);
}

.topmenu>li>a:hover,.topmenu>li>a:active,.topmenu>li:hover>a {
    border-top-left-radius:0px;
    border-top-right-radius:0px;
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
    margin-top:0px;
    padding-top:4px;
    background: rgb(125,185,232);
    /*box-shadow: none;*/
}

.topmenu>li>ul>li>a {
    border-top-left-radius:0px;
    border-top-right-radius:0px;
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
    margin-top:0px;
    margin-right:0px;
    padding-top:4px;
    background: rgb(125,185,232);
    box-shadow: none;
}

.topmenu>li>ul>li>a:hover {
    background: rgb(94,170,229); /* Old browsers */
}

.topmenu>li>a:last-child,.topmenu>li>ul>li:last-child>a {
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}

.topmenu>li:hover>ul {
    display:inline;
    position:absolute;
    box-shadow: 1px 5px 5px rgba(0,0,0,0.3);
}

#logoimg {
    float:left;
    padding-right:5px;
    height:152px;
    border-width:0px;
    overflow:hidden;
}

.bigbox {
    float:left;
    width:838px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}

#menutopbox {
    color:#FFFFFF;
    height:120px;


background: rgb(94,170,229); /* Old browsers */
background: -moz-linear-gradient(top, rgba(94,170,229,1) 0%, rgba(45,148,226,1) 28%, rgba(125,185,232,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(94,170,229,1)), color-stop(28%,rgba(45,148,226,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(94,170,229,1) 0%,rgba(45,148,226,1) 28%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(94,170,229,1) 0%,rgba(45,148,226,1) 28%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(94,170,229,1) 0%,rgba(45,148,226,1) 28%,rgba(125,185,232,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(94,170,229,1) 0%,rgba(45,148,226,1) 28%,rgba(125,185,232,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5eaae5', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */

    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
}

.column {
    padding: 5px;
    float:left;
    display:inline-block;
    margin-bottom:20px;
}

.sidecol {
    margin-top:20px;
    width: 180px;
}

#leftcol {
    padding-left:0px;
}

#rightcol {
    padding-right:0px;
    width: 283px;
}

#content, .boxcontent, .boxcontent table {
    color:#444444;
}

#content {
    width: 505px;
    font-family: Oxygen,sans-serif;
    /*font-family: Arial,Helvetica,sans-serif;*/
    font-size:90%;
    line-height:1.5;
}

#content a {
    text-decoration:none;
}
#navtitle {
    font-weight:400;
    float:left;
}

.boxframe {
    border-radius:5px;
    border-style:solid;
    border-width:4px;
    border-color:rgba(125,185,232,1);
    /*border-color:rgb(30,87,153);*/
    margin-bottom:10px;

    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
}
.boxtitle {
    color:#FFFFFF;
    text-align:center;
    background:rgba(125,185,232,1);
    font-weight:400;
    /*background: rgb(30,87,153);*/
}

.boxtitle a {
    background: rgb(255,159,0);
    padding: 5px;
    padding-top: 7px;
    border-radius: 5px;
    /*color: #444444;*/
}

.calltoaction {
    background: rgb(255,159,0);
    color: rgb(255,255,255);/*#444444;*/
    border-radius: 5px;
    font-weight:400;
    font-size:110%;
    font-weight:bold;
    text-align:center;
    margin-right:2px;
    float:left;
    width: 250px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
    margin-bottom:5px;
}

.calltoactionfull {
    background: rgb(255,159,0);
    color: rgb(255,255,255);/*#444444;*/
    border-radius: 5px;
    font-weight:400;
    font-size:110%;
    font-weight:bold;
    text-align:center;
    margin-right:2px;
    float:left;
    width: 500px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
    margin-bottom:5px;
}

.calltoaction:visited {
    color: rgb(255,255,255);
}

.calltoactionfull:visited {
    color: rgb(255,255,255);
}

.calltoaction:hover {
    box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}

.calltoactionfull:hover {
    box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}

.boxcontent {
    padding:3px;
    font-family: Oxygen,sans-serif;
    /*font-family: Arial,Helvetica,sans-serif;*/
    font-size: 80%;
    background-color: rgba(255,255,255,0.4);
}

.boxcontent ul {
    margin:0px;
    padding-left:20px;

    list-style: none;
    padding:0;
    margin:0;
    margin-bottom:5px;
}

.boxcontent li { 
    padding-left: 1em; 
    text-indent: -.7em;
}

.boxcontent li:before {
    content: "\002022 ";
    margin-right:5px;
    color:rgb(30,87,153);
}

.boxcontent a {
    text-decoration:none;
}

a:link {
    color:#D98700;/*rgb(30,87,153);*/
}

a:visited {
    color: #8C5700;/*#1E1978;*/
}

.sidetable {
    width:100%;
    font-family: Oxygen,sans-serif;
    /*font-family: Arial,Helvetica,sans-serif;*/
    font-size:100%;
    margin-bottom:5px;
}

h1 {
    font-size:130%;
    font-weight:bold;
}

h2 {
    font-size:120%;
    font-weight:bold;
}

h3 {
    font-size:110%;
    font-weight:bold;
}

#acmlogo {
    vertical-align:middle;
}

hr {
    width:60%;
    height: 1px;
    border-width:0px;

    background: -moz-linear-gradient(left, rgba(187,187,187,0) 0%, rgba(187,187,187,1) 20%, rgba(187,187,187,1) 80%, rgba(187,187,187,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(187,187,187,0)), color-stop(20%,rgba(187,187,187,1)), color-stop(80%,rgba(187,187,187,1)), color-stop(100%,rgba(187,187,187,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(187,187,187,0) 0%,rgba(187,187,187,1) 20%,rgba(187,187,187,1) 80%,rgba(187,187,187,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(187,187,187,0) 0%,rgba(187,187,187,1) 20%,rgba(187,187,187,1) 80%,rgba(187,187,187,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(187,187,187,0) 0%,rgba(187,187,187,1) 20%,rgba(187,187,187,1) 80%,rgba(187,187,187,0) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(187,187,187,0) 0%,rgba(187,187,187,1) 20%,rgba(187,187,187,1) 80%,rgba(187,187,187,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bbbbbb', endColorstr='#00bbbbbb',GradientType=1 ); /* IE6-9 */
}

.footer {
    width:95%;
    text-align:center;
    font-family: Oxygen,sans-serif;
    /*font-family: Arial,Helvetica,sans-serif;*/
    font-size:80%;
    display:inline-block;
    margin:2px;
    height:60px;
}

.footer hr {
    width:600px;
}

.footer a {
    text-decoration: none;
}

.footer a {
    color:rgba(30,87,153,0.6);
}

.push {
    display:inline-block;
    height:50px;
    width:800px;
}

#content img {
    padding:3px;
}

.datecol {
    width:7em;
}