body {
	color:#663333; 
	font-family:"Comic Sans MS", "Marker Felt", Chalkboard, Chalkduster;
	}
#content h1 {font-family:"Marker Felt", Chalkboard, Chalkduster, "Comic Sans"; color:#663333;}
#content h2 {font-family:"Marker Felt", Chalkboard, Chalkduster, "Comic Sans"; color:#663333;}
#content h2 a:visited {font-family:"Marker Felt", Chalkboard, Chalkduster, "Comic Sans"; color:#FF6666;}
#content h2 a:active {font-family:"Marker Felt", Chalkboard, Chalkduster, "Comic Sans"; color:#FF00FF;}
#content h3 {font-family:"Marker Felt", Chalkboard, Chalkduster, "Comic Sans"; color:#663333;} 
#content p {font-family:"Marker Felt", Chalkboard, Chalkduster, "Comic Sans"; color:#663333;} 
#content .menu { font-family:Georgia, "Times New Roman", Times, serif; color:#663333;}

/* Link Icons: no IE6 */
/* emails */
#content a[href ^="mailto:"], {background: url("../images/design/mail.gif") top left no-repeat; padding-left: 15px;}
/* external lniks */
#content a[href ^="http://"], #content a[href ^="https://"] {background: url("../images/design/external4.gif") no-repeat right 3px; padding-right:15px;}
/*#overview a[href ^="http://"], #content a[href ^="https://"] {background: url("../images/design/external-gray.png") no-repeat right 3px; padding-right:15px;}
  #content a[href ^="http://core.uconn.edu//"], #content a[href ^="https://web2.uconn.edu//core/"] {background-image:none; padding-right:0;}
#content a[href ^="http://core.uconn.edu//"], #content a[href ^="https://core.uconn.edu//"] {background-image:none; padding-right:0;}
#content a[href ="#"] {background-image:none; padding-right:0;}*/
/* pdf */
#content a[href $=".pdf"], #content a[href $=".PDF"],
#content a[href *=".pdf#"], #content a[href *=".PDF#"],
#content a[href *=".pdf?"], #content a[href *=".PDF?"]
{background: url("../images/design/pdf.gif") top left no-repeat; padding-left: 18px;}
/* doc */
#content a[href $=".doc"], #content a[href $=".DOC"],
#content a[href *=".doc#"], #content a[href *=".DOC#"],
#content a[href *=".doc?"], #content a[href *=".DOC?"]
{background: url("../images/design/doc.gif") top left no-repeat; padding-left: 18px;}
/* ppt */
#content a[href $=".ppt"], #content a[href $=".PPT"],
#content a[href *=".ppt#"], #content a[href *=".PPT#"],
#content a[href *=".ppt?"], #content a[href *=".PPT?"]
{background: url("../images/design/ppt.gif") top left no-repeat; padding-left: 18px;}
/* xls */
#content a[href $=".xls"], #content a[href $=".XLS"],
#content a[href *=".xls#"], #content a[href *=".XLS#"],
#content a[href *=".xls?"], #content a[href *=".XLS?"]
{background: url("../images/design/xls.gif") top left no-repeat; padding-left: 18px;}
/* zip */
#content a[href $=".zip"], #content a[href $=".zip"],
#content a[href *=".zip#"], #content a[href *=".zip#"],
#content a[href *=".zip?"], #content a[href *=".zip?"]
{background: url("../images/design/zip.gif") top left no-repeat; padding-left: 18px;}

/* 
	footer
*/
#footer {font-family:Perpetua; font-size:x-small; text-align:center; font-style:oblique; color:#663333; }
#footer a {color:#663333; text-decoration:none;}
#footer a:hover {color:#336633; text-decoration:underline;}
#foot_form {padding:20px;}

.button {
  width: 100px;
  height: 30px;
   border-top: 1px solid #663333;
   background: -webkit-gradient(linear, left top, left bottom, from(#ffe169), to(#ffeecc));
   background: -webkit-linear-gradient(top, #ffe169, #ffeecc);
   background: -moz-linear-gradient(top, #ffe169, #ffeecc);
   background: -ms-linear-gradient(top, #ffe169, #ffeecc);
   background: -o-linear-gradient(top, #ffe169, #ffeecc);

   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   border-radius: 25px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   padding-bottom:inherit;
   padding-left:10px;
   padding-right: 25px;
   color: #663333;
   font-size:24px;
   font-family: 'marker felt', serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #336633;
   background: #336633;
   color: #cccccc;
   }
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }

#content .updated {
	text-align:right; 
	color:#999966; 
	font-style:oblique; 
	font-size:x-small; 
	font-family:Perpetua;
	}
	
