html{ overflow-y : scroll; }/*fixes the scroll bar-centering issue*/
*{padding:0px; margin:0px}
body{font-family:Arial, Tahoma, Verdana; font-size:10pt; color:#555 }
img {border:none;}
hr{color:#336666;}

h1{color:#EFEEEC; font-size:40px; padding-top:0px; margin: 0px;}
h2{color:#336666; font-size:20px; }
h2,h3,h4,h5,h6{color:#336666; padding:4px 0px; margin:5px 0px;}

#container{
    margin:0px auto;
    width:810px;
    border:solid 1px #999;
    padding-bottom:5px;
}

#header{
    background-image:url(images/header.jpg);
    background-repeat:no-repeat;
    height:97px;
    width:810px;
}

#primarycontent{
    min-height:380px;
    padding:10px;
    font-family:Arial;
}
#primarycontent a,#primarycontent a:visited 	{color: #006699; text-decoration:none;}
#primarycontent a:hover{text-decoration:underline;}

table.schedule {border-left: solid 1px #EFEEEC; margin:30px auto 10px auto; width:90%;}
table.schedule th{padding:8px; background-color:#669999;font-size:15px; color:White;}
table.schedule td{color:#99333a;border-right: solid 1px #EFEEEC; border-bottom: solid 1px #EFEEEC; padding:8px;}


#navigation{background-color:#996600;height:27px; margin-top:-1px;}
ul#navbar{width:80%;margin:0px auto; }
ul#navbar li 
{
    display: block;
    list-style-type: none;

	float: left; 
	display: block;
	height:27px;  
	
	border-left: solid 2px #fff;
	border-right: solid 2px #fff;
	border-bottom:none;
	border-top:none;
	
	margin-left:-2px;
	padding:6px 5px 0px 5px;
	
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

ul#navbar a {text-decoration: none;color: #fff;	padding:0px 5px;}
ul#navbar li:hover { background-color: #669999; height:21px; }
ul#navbar li#current {background-color: #669999; height:21px;}

#footer{clear:both;height:48px;width:97%;margin:0px auto;}
#footer #logo{
    background-image:url(images/akrflogo.jpg);
    background-repeat:no-repeat;
    height:48px;
    width:234px;  
    float:left;  
}
#footer #copywright{
    float:left; 
    font-size:10px;
    vertical-align:bottom;
    margin-top:30px;
    font-style:italic;
}

.left{float:left;}
.right{float:right;}
.clear{clear:both;}

.files_List li{list-style-type: none;list-style-image: url(images/file.gif);padding: 3px 0px;}
.files_List{padding:5px 25px;}
