@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Palatino Linotype", "Sylfaen", Georgia, Times, serif;
	margin:0px;
	padding:0px;
	background:url(images/hdr_bk.gif) repeat-x #ffffff;
	font-size:14px;
	line-height:15px;
	color:#888888;
	}

/* Navigation --------------------------- */

    #tabs {
	float:left;
	width:680px;
	line-height:2em;
	font-family: "Palatino Linotype", "Sylfaen", Georgia, Times, serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: -0.5px;
      }
    #tabs ul {
	margin:0;
	padding:10px 10px 0 10px;
	list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("images/tableftE.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("images/tabrightE.gif") no-repeat right top;
      padding:5px 10px 4px 6px;
      color:#8864A6;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#ae0330;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }  



/* General Styles ------------------------- */

p { margin:0px;}
a { text-decoration:underline; color:#8864A6; }
a:hover { color:#44196f; }
a img { border:0px; }

h1 {
	margin:6px;
	line-height:1.5em;
	font-size:20px;
	color:#44196f;
	text-transform: uppercase;
	font-style: normal;
	font-weight: lighter;
	}

h2 {
	margin:0;
	line-height:1em;
	font-size:20px;
	color:#ae0330;
	text-transform: uppercase;
	font-style: normal;
	font-weight: lighter;
	}
	
h3 {
	margin:6px;
	line-height:1.5em;
	font-size:16px;
	color:#44196f;
	text-transform: uppercase;
	font-style: normal;
	font-weight: lighter;
	}

.boxtext {
	margin:6px;
	padding:0;
	font-size:13px;
	line-height:15px;
	font-style: normal;
	}
	
.boxtextwht {
	margin:6px;
	padding:0;
	color:#ffffff;
	font-size:13px;
	line-height:15px;
	font-style: normal;
	}
.eventtext {
	color:#666600;
	padding-top: 10px;
	font-size:16px;
	line-height:17px;
	}

.datetext {
	color:#666666;
	padding:0;
	font-size:14px;
	line-height:15px;
	
	}

input.text, textarea, select {
	width:200px;
	border:1px solid #c9c9c9;
	background-color:#f3f3f3;
	padding:5px;
	margin:15px 0px 0px 0px;
	font-family: "Palatino Linotype", "Sylfaen", Georgia, Times, serif;
}
.input_button {
	background-color:#555;
	color:#ffffff;
	font-size:10px;
	font-family: "Palatino Linotype", "Sylfaen", Georgia, Times, serif;
	text-transform:uppercase;
	border:0px;
	margin:10px 0px 0px 0px;
	padding:6px;	
	float:right;
}
.input_button:hover {
	background-color:#999;
}
#mission { margin: 20px; padding-bottom: 0.9em; width: 640px; color: #666; line-height: 1.5em; }

.box
{
float: left;
width: 300px;
border: 5px solid #ededed;
margin: 0px 0px 20px 20px;
padding: 0px;
}

.clearboth { clear: both; }

.boxcopy {
	color:#777;
	font-size:14px;
	font-family: "Palatino Linotype", "Sylfaen", Georgia, Times, serif;
	margin:0px;
	padding:16px;
	text-align:left;
	background-color: #FFFFFF;
}
.boxcopy a, .boxcopy a:active, .boxcopy a:link, .boxcopy a:visited {
	color:#730000;
	font-size:16px;
	text-decoration: underline;
}

.boxcopy a:hover {
	color:#CC0000;
	text-decoration: underline;
}

.mice {
	color:#353535;
	font-size:9px;
	font-family: Arial, Helvetica, sans serif;
	font-weight: normal;
	text-transform:capitalize;
}