p, ol, div {
	color: #000203;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #5E8A00;
}
a:hover {
	color: #330066;
}
.update {
	color: #5E8A00;
	font-weight: bold;

}

h1 {
	color: #5E8A00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
body {
	background-color: #330066;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.contentbk {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000203;
	
}
.contentmargin {
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 15px;

}

.sidebarbk {
	background-color: #D2C2DA;
	font: Verdana, Arial, Helvetica, sans-serif;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000203;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000203
}

#subsectionlinks{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px 0px 0px 15px;

}
#subsectionlinks a {
	color: #000000;
}

#subsubsectionlinks{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px 0px 0px 25px;

}
#subsubsectionlinks a {
	color: #000000;
}

#subsubsubsectionlinks{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px 0px 0px 35px;

}
#subsubsubsectionlinks a {
	color: #000000;
}

#subsubsubsubsectionlinks{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px 0px 0px 25px;

}
#subsubsubsubsectionlinks a {
	color: #000000;
}

#sectionLinks{
	color: #5E8A00;
	font: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	margin: 0px;
	padding: 0px;
/*	border-bottom: 1px solid #DCCC9C;*/
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	color: #330066;
	display: block;
/*	border-top: 1px solid #DCCC9C; */
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover {
	background-color: #5E8A00;
}

#sectionLinks a:visted {
   color: #5E8A00;
}

#HomeLinks{
	color: #330066;
	font: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	position: relative;
	margin: 0px;
	padding: 2px;
	background-color: #FFFFDF;
}
.HomeLinks{
	border: 1px solid #C08181;
}
#HomeLinks a {
	color: #330066;
	display: block;
	padding: 2px 0px 2px 10px;
	font-weight: bold;
	text-decoration: none;
}

#HomeLinks a:hover{
	background-color: #5E8A00;
}

.footer a {
	color: #5E8A00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.footer a:hover {
	color: #FFFFFF;
}

.footer_web {
	color: #5E8A00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.footer_web a {
	color: #5E8A00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.footer_web a:hover {
	color: #FFFFFF;
}
.title {
	color: #330066;
	font-weight: normal;
	font-family: "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 16px;
	text-align: right;
}
h2 {
	color: #330066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: italic, bold;
}
.top a { 
	color: #330066;
}

#topLinks{
	color: #330066;
	font: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#topLinks a {
	color: #330066;
	display: block;
}

#topLinks a:hover {
	background-color: #5E8A00;
}

#topLinks a:visted {
   color: #5E8A00;
}
/*	Button Definitions */
a.button {
	font-weight: bold;
	font-size: 9px;
	padding: 4px 8px;
	border-top: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid white;
	text-align: center;
	min-width: 75px;
	text-transform: uppercase;
}
a.button:link { 
	background-color: #330066; 
	color: #FFF;
	text-decoration: none;
	}
a.button:visited {
	background-color: #5E8A00; 
	color: #fff;
	text-decoration: none;
	}
a.button:hover { 
	background-color: #C9E391; 
	border-color: black white white black;
	text-decoration: none;
	}
a.button:active { 
	background-color: #330066; 
	color: #ccc; 
	text-decoration: none;
	}
	
a.button_home {
	font-weight: bold;
	font-size: 14px;
	padding: 4px 8px;
	border-top: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid white;
	text-align: center;
	min-width: 75px;
	text-transform: uppercase;
}
a.button_home:link { 
	background-color: #330066; 
	color: #FFFFFF;
	text-decoration: none;
	}
a.button_home:visited {
	background-color: #C9E391; 
	color: #330066;
	text-decoration: none;
	}
a.button_home:hover { 
	background-color: #5E8A00; 
	border-color: black white white black;
	text-decoration: none;
	}
a.button_home:active { 
	background-color: #5E8A00; 
	color: #ccc; 
	text-decoration: none;
	}
td.borderRed{
	border-style: solid; 
	border-color: #881F1D; 
	border-width: 1px  1px 1px 1px;
	
}	
.SPEAKERsidebarbk {
	background-color: #D2C2DA;
	font: Verdana, Arial, Helvetica, sans-serif;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000203;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000203
}

#SPEAKERsubsectionlinks{
	color: #330066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px 0px 0px 15px;

}
#SPEAKERsubsectionlinks a {
	color: #330066;
}

#SPEAKERsubsubsectionlinks{
	color: #330066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px 0px 0px 25px;

}
#SPEAKERsubsubsectionlinks a {
	color: #330066;
}

#SPEAKERsubsubsubsectionlinks{
	color: #330066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px 0px 0px 35px;

}
#SPEAKERsubsubsubsectionlinks a {
	color: #330066;
}

#SPEAKERsubsubsubsubsectionlinks{
	color: #330066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px 0px 0px 25px;

}
#SPEAKERsubsubsubsubsectionlinks a {
	color: #330066;
}

#SPEAKERsectionLinks{
	color: #330066;
	font: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	margin: 0px;
	padding: 0px;
/*	border-bottom: 1px solid #DCCC9C;*/
	font-size: 90%;
}

#SPEAKERsectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#SPEAKERsectionLinks a {
	color: #330066;
	display: block;
/*	border-top: 1px solid #DCCC9C; */
	padding: 2px 0px 2px 10px;
}

#SPEAKERsectionLinks a:hover {
	background-color: #5E8A00;
}

#SPEAKERsectionLinks a:visted {
   color: #091266;
}

.style1 {color: #5E8A00}

