@charset "utf-8";
/* CSS Document */

/* Global Settings */
a {
	color: #000000;
	text-decoration:none;
	font-weight:normal;
	}
	
a:hover {
	color: #0033CC;
	text-decoration:none;
	font-weight: bold;
	}
	
a.blue {
	color: #0033cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
a.blue:hover {
	color: #0033cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
a.blue_padded {
	color: #0033cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 10%;
}
a.blue_padded:hover {
	color: #0033cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 10%;
}

	
/* ID Styles */	
.logo_large {
	font-family: Verdana;
	font-size: 29px;
	font-weight: bold;
	color: 333300;
	position: relative;
	bottom: 5%;
}
.logo_small {
	font-family: Verdana;
	font-size: 28px;
	font-weight: bold;
	position: relative;
	bottom: 5%;
}
.navText_tab {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
.navText_tab_current {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
.sidebarText {
	color: #cc0000;
	line-height:18px;
	font-family: georgia;
	font-size: 14px;
	font-weight: bold;
	}
	
.bodyText {
	line-height:2em;
	color:#000000;
	font-family: arial;
	font-size: 12px;
	}
.bodyText2 {
	line-height:1.5em;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.bodytext3 {
	color: #FF0000;
	font-style: italic;
	font-weight: bold;
}


.bodyText_title {
	color: #cc0000;
	line-height:18px;
	font-family: georgia;
	font-size: 16px;
	font-weight: bold;
}
.bodyText_title2 {
	color: #0066FF;
	line-height:18px;
	font-family: georgia;
	font-size: 14px;
	font-weight: bold;
}
.bodyText_title3 {
	color: #9933CC;
	line-height:18px;
	font-family: georgia;
	font-size: 14px;
	font-weight: bold;
}
.navText_1 {
	color: #cc0000;
	line-height:18px;
	font-family: georgia;
	font-size: 12px;
	font-weight: bold;
}
.index {
	line-height:2;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.indexsmall {
	line-height:2em;
	color:#000000;
	font-family: Verdana;
	font-size: 12px;
	right: 20px;
}
.indexsmall_padded {
	line-height:2em;
	color:#000000;
	font-family: Verdana;
	font-size: 12px;
	padding-left: 5%;
}


.nav {
	line-height:1em;
	color:#0033CC;
	font-family: Verdana;
	font-size: 14px;
}
.navlarge {
	line-height:1em;
	color:#0033CC;
	font-family: Verdana;
	font-size: 16px;
}
.pub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 10%;
	padding-right: 8%;
}
.pic {
	float: left;
	padding-left: 25%;
}
