  @charset "utf-8";
.border {
	border: thin solid #CCCCCC;
}
	@font-face {  
	  font-family: " anabel_alt ";  
	  src: url( fonts/anabel_alt.html); /* IE */  
	  src: local("anabel_alt"), url( fonts/anabel_alt.ttf) format("truetype"); /* non-IE */  
	}  
	 
	/* THEN use like you would any other font */
.cepta {
	font-family:" anabel_alt ", verdana, helvetica, sans-serif;
	font-size: 32px;
	} 


.left-menu {
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	color: #0646cf;
	text-decoration: none;
	background-color: #96dafa;
	width: 220px;
	float: left;
	padding-left: 6px;
	padding-top: 5px;
	padding-bottom: 5px;
}
a:hover.left-menu {
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3494fa;
	width: 220px;
	float: left;
	padding-left: 6px;
}
.bottom-border {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.left-menu-active {
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	background-color: #fad9f9;
	width: 220px;
	float: left;
	padding-left: 6px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.top-left-menu {
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	background-color: #89bfed;
	width: 220px;
	float: left;
	padding-left: 6px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 6px 0px 0px 0px;
}
a:hover.top-left-menu {
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0070d1;
	width: 220px;
	float: left;
	padding-left: 6px;
}
.top-left-menu-active {
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	background-color: #0070d1;
	width: 220px;
	float: left;
	padding-left: 6px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 6px 0px 0px 0px;
}

.botm-left-menu {
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	background-color: #2792ec;
	width: 220px;
	float: left;
	padding-left: 6px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 0px 0px 0px 6px;
}
.left-border {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #666666;
}

a:hover.botm-left-menu {
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0070d1;
	width: 220px;
	float: left;
	padding-left: 6px;
}
.botm-left-menu-active {
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	background-color: #0070d1;
	width: 220px;
	float: left;
	padding-left: 6px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 0px 0px 0px 6px;
}
.heading {
	font-family: "Trebuchet MS", Arial;
	font-size: 18px;
	color: #0070D1;
	text-decoration: none;
}
.heading-blink {
	font-family: "Trebuchet MS", Arial;
	font-size: 18px;
	color: #0070D1;
	text-decoration: blink;
}
.blink 
{text-decoration: blink}
a:hover.blink 
{text-decoration: underline}
.heading-small {
	font-family: 'Open Sans',sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.heading-small-white {
	font-family: 'Open Sans',sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.text-field {
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	height: 25px;
	width: 340px;
}
.text-area {
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	height: 100px;
	width: 340px;
	max-width: 340px;
	min-height: 100px;
	min-width: 340px;
}


.new-date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 18px;
	color: #000033;
	text-decoration: none;
	font-weight: bold;
}

.body-text {
	font-family: "open Sans", Verdana, "Trebuchet MS";
	font-size: 13px;
	color: #202020;
	text-decoration: none;
	line-height: 20px;
}
.body-text-line {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: line-through;
	line-height: 18px;
}
.committee-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	line-height: 18px;
}
.img-frame {
	padding: 1px;
	background-color: #C9C9C9;
	-webkit-box-shadow: 1px 1px 2px #e6e6e6;
	-moz-box-shadow: 1px 1px 2px #e6e6e6;
	box-shadow: 1px 1px 2px #e6e6e6;
	border: 4px solid #fff;
}
.blink-text{
float:right;
 font-size:18px;
 width:100px;
 display:inline;
 border-style:groove;
 border-width:10px;
 text-decoration: blink;
 padding:10px;
}



.botm-border {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0070D1;
}
.footer {
	font-family: 'Open Sans',sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}
a:hover.footer {
	font-family: 'Open Sans',sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #0033FF;
	text-decoration: underline;
}

.shadow1 {
-moz-box-shadow:0px 0px 10px 0px #777777;
-webkit-box-shadow:0px 0px 10px 0px #777777;
box-shadow:0px 0px 10px 0px #777777;
}
