body {
    height: 100%;
    width: 100% auto;
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
	overflow:hidden;
}

a, h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    color: black;
}

.hide {
    display: none;
}

.navigation {
    list-style-type: none;
    width: 190px;
    padding-top: 15px;
}

.navigation li {
}

.navigation li a {
    display: block;
    width: auto;
    padding: 5px 5px 5px 15px;
}

.navigation li a:hover {
    background-color: #b3dff0;
}

.navigation li a.on {
    background-color: #dddb49;
    font-weight: bold;
}

#top_box {
    height: 400px;
    position: absolute;
    top: 50%;
    background: url('images/top.png') repeat-y;
    width: 180px;
    left: 50%;
    margin-left: 98px;
    bottom: 0px;
    margin-top: -685px;
    
}

#pic {
    position: absolute;
    /*
     background-color:#0080ff;
     */
    background: url('images/uva.png') no-repeat;
    width: 276px;
    height: 580px;
    left: 50%;
    margin-left: 210px;
    top: 50%;
    margin-top: -350px;
    z-index: 100;
	
}

#container {
    width: 960px;
    position: absolute;
    height: 570px;
    /*
     background-color: yellow;
     */
    /*
     border:1px inset black;
     */
    top: 50%;
    margin-top: -285px;
    left: 50%;
    margin-left: -480px;
}

#header {
    height: 193px;
    overflow: hidden;
   /*
 border-bottom: dotted 3px black;
*/
}

.sponsorMap {
    background-color: red;
    opacity: 3;
}

#left_sidebar {
    /*
     background-color: #ff8000;
     */
    width: 235px;
    height: 375px;
    float: left;
}

#menu {
    height: 185px;
}

#news {
    /*
     border-bottom: dotted 2px black;
     */
    
    
   
    border-top: dotted 2px black;
    width: 195px;
    height: 120px;
    line-height: 13px;
    padding-top: 10px;
}

#news ul {
	
}

#news ul li {
    font-size: 12px;
    padding: 4px;
	
	
}

.on {
    
	background-color:#b3dff0;
	
}


#news ul li a {
    text-decoration: underline;
    font-size: 11px;
}

.next {
    padding-top:2px;
	float: right;
}

#icon {
    height: 40px;
}

.iconNav {
    list-style-type: none;
    width: 235px;
	height:40px;
    padding: 0px 0px 0px 50px;
}

ul.iconNav li {
    display: inline;
}

ul.iconNav li a {
    float: left;
    height: 31px;
    width: 35px;
}

.iconNav li a.home {
    background: url('images/home.gif') no-repeat;
}

.iconNav li a.home:hover {
    background: url('images/homeHover.gif') no-repeat;
}

.iconNav li a.contacts {
    background: url('images/contacts.gif') no-repeat;
}

.iconNav li a.contacts:hover {
    background: url('images/contactsHover.gif') no-repeat;
}

.iconNav li a.map {
    background: url('images/map.gif') no-repeat;
}

.iconNav li a.map:hover {
    background: url('images/mapHover.gif') no-repeat;
}

.txt {
    position: absolute;
    padding: 0px 10px 5px 0px;
    right: 0px;
    height: 70px;
    width: 690px;
    /*
     
     background-color:red;
     */
    bottom: 0px;
    text-align: right;
    font: Arial, Helvetica, sans-serif;
    font-variant: small-caps;
    line-height: 15px;
    font-size: 14px;
    color: white;
}

#footer {
    width: 100%;
    position: absolute;
    bottom: 0px;
    height: 30px;
    background-color: black;
    color: white;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
}
