


body {
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
font-size: 11px;
background-color:#FFCC00;
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:#663399;}
ul {margin:0px; padding:0px 0px 0px 10px;}
li {list-style-image:url(images/bullet.png)}
h1 {width:450px; font-family:"Times New Roman", Times, serif; font-size:20px; color:#111111; border-bottom:1px dashed #CCCCCC; padding:15px 15px 0px 5px; font-weight:100;
	-moz-box-sizing:border-box;box-sizing:border-box;margin:0;}
td {font-family: Verdana, Geneva, Arial, helvetica, sans-serif; font-size: 11px;}

/* 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:#FFCC00;}
.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:#222222; padding:6px 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; z-index:75;}
.right_text {float:left; width:300px; height:auto; padding:5px;
	-moz-box-sizing:border-box;box-sizing:border-box; margin:0;}
.left_text {float:left; width:455px; padding:5px 10px 5px 0px; padding-bottom:20px;
	-moz-box-sizing:border-box;box-sizing:border-box; margin:0;}
.social_text {float:left; width:755px; padding:5px 10px 5px 5px; padding-bottom:20px;
	-moz-box-sizing:border-box;box-sizing:border-box; margin:0;}
.home_text {float:left; width:755px; padding:5px 10px 5px 0px; padding-bottom:20px;
	-moz-box-sizing:border-box;box-sizing:border-box; margin:0;}
.picture {float:left; width:85px; height:95px; text-align:center;
	-moz-box-sizing:border-box;box-sizing:border-box; margin:5px;}


/* DIVS */
#container {width:775px; margin:0 auto; text-align:left; float:none;}
#header {position:relative; height:115px;}
#logo {float:left;}
#date {position:absolute; bottom:10px; right:2px;}
#menu {background-color:#000000; height:30px;}
#left_content {position:relative; float:left; width:475px; background-color:#FFFFFF; padding-left:10px; padding-right:0px;
	-moz-box-sizing:border-box;box-sizing:border-box; margin:0;
	min-height:525px;
	height: expression( this.scrollHeight < 471 ? "470px" : "auto" ); /* sets min-height for IE */
	background-image: url(images/bottom_white.jpg);
	background-position: bottom left;
	background-repeat:repeat-x;
	}
#right_content {position:relative; float:right; width:300px; background-color:#e4e2dc;
	-moz-box-sizing:border-box;box-sizing:border-box; margin:0;
	height:auto;
	background-image: url(images/bottom.jpg);
	background-position: bottom left;
	background-repeat:repeat-x;}
#social_content {position:relative; float:left; width:775px; background-color:#FFFFFF; padding-left:0px; padding-right:0px;
	-moz-box-sizing:border-box;box-sizing:border-box; margin:0;
	min-height:525px;
	height: expression( this.scrollHeight < 471 ? "470px" : "auto" ); /* sets min-height for IE */
	background-image: url(images/bottom_white_social.jpg);
	background-position: bottom left;
	background-repeat:repeat-x;}
#home_content {position:relative; float:left; width:775px; background-color:#FFFFFF; padding-left:10px; padding-right:0px;
	-moz-box-sizing:border-box;box-sizing:border-box; margin:0;
	min-height:525px;
	height: expression( this.scrollHeight < 471 ? "470px" : "auto" ); /* sets min-height for IE */
	background-image: url(images/bottom_white_social.jpg);
	background-position: bottom left;
	background-repeat:repeat-x;
	}
#footer {position:relative; float:left; width:475px; height:5px; margin-right:300px;}
#lsulogo {position:relative; float:left; padding-top:10px;}
#copyright {position:relative; float:right; text-align:right; padding-top:15px;}
#bottom {position:absolute; float:left; bottom:-2px; left:0px;}


/* MENU */
#dropmenudiv{
position:absolute;
margin-top:9px;
border-bottom-width:0;
line-height:20px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
font-size:12px;
color:#FFFFFF;
font-weight:bold;
border-bottom: 1px solid #EEEEEE;
padding: 1px 0;
text-decoration: none;
}

#dropmenudiv a:hover{
color:#663399;
}



