/* CSS Document */

body {
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
font-size: 11px;
background-color:#FFFFCC;
background-image: url(images/bg.jpg);
background-position: top left;
background-repeat:repeat-x;
margin:10px 0px; 
padding:0px; 
text-align:center;
}


/* HTML */
a {text-decoration:none; color:#7d6b19;}
a:hover {color:#993300;}
ul {margin:0px; padding:0px 0px 0px 20px;}
li {list-style-image:url(images/bullet.png)}
h1 {font-family:"Times New Roman", Times, serif; font-size:20px; color:#000000; border-bottom:1px dashed #CCCCCC; padding:5px; font-weight:100;
	-moz-box-sizing:border-box;box-sizing:border-box;margin:0;}
td {font-size:12px;}


/* CLASSES */
.button {float:left; margin:3px 25px 3px 5px; padding-top:5px; text-align:center;}
.button a {color:#FFFFFF; font-weight:bold; text-decoration:none;}
.button a:hover {color:#9966CC;}
.bar {position:relative; float:left; background-image:url(images/bar.png); background-repeat:repeat-x; width:300px; height:40px; font-family:"Times New Roman", Times, serif; font-size:20px; color:#000000; padding:5px 10px 5px 10px; overflow:visible;
	-moz-box-sizing:border-box;box-sizing:border-box;margin:0;}
.barimg {position:absolute; right:10px; top:-10px; height:50px;}
.right_text {float:left; width:300px; padding:5px 5px 5px 10px;
	-moz-box-sizing:border-box;box-sizing:border-box;margin:0;}
.left_text {float:left; width:440px; margin-left:10px; font-size:12px;
	-moz-box-sizing:border-box;box-sizing:border-box;}
.picture {position:relative; float:left; width:85px; height:65px; margin:5px;}


/* DIVS */
#container {width:760px; margin:0px auto; text-align:left; background-color:#FFFFFF;}
#header {position:relative; height:200px;}
#logo {float:left;}
#date {position:absolute; bottom:10px; right:2px;}
#menu {background-color:#000000; height:30px;}
#image{float:right; margin:3px; width:225px; border:1px solid #DDDDDD;}
#left_content {position:relative; float:left; min-height:500px; width:460px; background-color:#FFFFFF;
	-moz-box-sizing:border-box;box-sizing:border-box;}
#right_content {position:relative; float:right; min-height:500px; width:300px; background-color:#E8DFEE;
	-moz-box-sizing:border-box;box-sizing:border-box; margin:0;}
#footer {position:relative; float:left; width:760px; height:5px; background-color:#FFFFCC;}
#bottomline {width:760px; height:3px; background-color:#000000;}
#lsulogo {position:relative; float:left; padding-top:10px;}
#copyright {position:relative; float:right; text-align:right; padding-top:15px;}