/*  HTML Defaults  */

body {
	margin:0px;
	padding:0px;
	background:#ffffff;
	font-size:9pt;
	font-family:arial,verdana;
}
img {
	border-width:0px;
}
td {
	font-size:9pt;
}
a {
	color:#5B5959;
	text-decoration:underline;
}
a:visited {
	color:#5B5959;
	text-decoration:underline;
}
a:hover {
	color:#777777;
	text-decoration:none;
}
li {
	list-style-type:square;
	list-style-image:url(../images/red_bullet.gif) ;
	margin-left:1.5em;
}
ul {
	margin:0px 0px 0px 5px;
	padding:0px;
}
hr {
	color:#000000;
	height:1px;
}

/*  Frequently Used  */

.header1 {
	background:url("../images/header1_ bullet.gif") no-repeat left center #F2F2F2;
	padding-left:30px;
	color:#005EC3;
	font-size:16pt;
	font-style: italic;
	margin-bottom:10px;
}
.header2 {
	border-bottom:1px solid #9C9C9C;
	font-weight:bold;
	margin-bottom:10px;
	font-size:11pt;
	color:#B50000;
}
.calendarHighlight {
	color:#CF0000;
}
.calendarHighlight:visited {
	color:#CF0000;
}

/* Container */

.outSide {
	background:url("../images/main_background.gif") repeat-x top #8B9B76;
}
.inSide {
	border-width:0px 1px 0px 1px;
	border-style:solid;
	border-color:#010756;
}
.topBuffer {
	font-size:1px;
	height:5px;
	width:772px;
}
.mainContainer {
	padding:0px 11px 0px 11px;
}
.contactInfo {
	z-index:10;
	position:absolute;
	margin:118px 0 0 21px;
	color:#ffffff;
	font-size:8pt;
	text-align:center;
	width:196px;
}
.topNav {
	background:url("../images/button_background.gif");
}
.button {
	height:37px;
	font-weight:bold;
	text-align:center;
}
	.button .padding {
		margin:11px 14px 0px 14px;
		display:table;
	}
	.buttonLink, .buttonLink:visited {
		text-decoration:none;
		cursor:pointer;
	}
	.buttonLink:hover {
		text-decoration:none;
		cursor:pointer;
		color:#2F73DD;
	}
.otherLinks {
	margin:0 0px 0 2px;
	font-size:8pt;
}
	.otherLinks li {
		list-style-type:square;
		list-style-image:url(../images/red_bullet.gif) ;
		margin-left:1em;
		margin-top:3px;
	}
.navDropDown {
	margin-top:-1px;
	position:absolute;
	z-index:1;
	background:url('../images/dropdown_background.gif') repeat-x bottom #FBFBFB;
	border-width: 1px 1px 0px 1px;
	border-color: #979797;
	border-style: solid;
}
	.navDropDown div {
		padding:4px;
		border-bottom: 1px solid #979797;
	}
	
	.navDropDown .menulink, .navDropDown .menulink:visited {
		text-decoration:none;
	}
	
	.navDropDown .menulink:hover {
		cursor:pointer;
		color:#2F73DD;
	}
.indexText {
	text-align:justify;
	color:#5E5E5E;
	font-size:10pt;
	margin:0 3px 0 10px;
}
.contentPanel {
	margin-left:5px;
	width:565px;
}
.footer {
	background:url("../images/footer_background.gif");
	color:#ffffff;
	
}
	.footer td {
		font-size:8pt;
	}
	.footer a, .footer a:visited {
		color:#ffffff;
	}
	.footer a:hover {
		color:#ffffff;
	}