div.hide{
display:none;
}

body{
top:0;
font-family:Verdana, Geneva, sans-serif;
font-size:16px;
margin:0px;
}
a{
text-decoration: none;
color: red;
}
a:hover{
color: black;
text-decoration: underline;
}
img{
float: left;
} 

p{
	margin-left: 20px;
	margin-right: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
div#titles{
float: left;
margin: 0px 30px 0px 20px;
padding: 0px 0px 0px 0px;
text-align: right;
}
em{
font-style: normal;
font-weight: bold;
}
div#major{
margin: 0px 0px 0px 55px;
padding-top: 0px;
clear:both;

}

div#rightside{
width: 35%;
min-width: 20%;
max-width: 45%;
float:right;

margin-right: 10px;
}
div#links{

background-color: #ead9a4;
padding: 15px;
border: 1px solid black;
margin-top: 50px;
}
/*Benefit shirt page*/
.shirtsdiv {padding:18px; float:left; width:auto; }

.shirtstext {clear:left; padding:18px; background-color:#FFF; font-size:14px; }

.shirtsdiv img {width:300px; height:auto; border:solid 2px #FFF; margin-bottom:16px;}
div#news{

background-color: #d7e7a4;
padding: 15px;
border: 1px solid black;
margin-top: 10px;
}

div#news div{
text-align: center;
}

li{
list-style: none;
}

h1{
	font-size:14pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}.shoecss {
	font-family: Stencil;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
}
.heading {
	background-position: center center;
}
.shadow {
  -webkit-box-shadow: 3px 3px 12px 12px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    3px 3px 12px 12px #ccc;  /* Firefox 3.5 - 3.6 */
  box-shadow:         6px 3px 12px 12px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
box-shadow: 0 3px 4px #000;
}