@charset "UTF-8";



body,td,th {
	color: #004;
	font-size:small;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	text-align: center;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #004;
}
a:hover {
	color: #700;
}

.menuBar
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight:100;
	color: #FFF;
	background-color: #006;
}

body  {
	font: 12px, Verdana, Arial, Helvetica, sans-serif;
	background:#FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: 	#222;
	background-image:url(Images/sidebar_background.jpg);
}


.twoColFixRtHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
} 


.twoColFixRtHdr #header {
	
	  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	
} 

.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 185px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:#FFF;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 15px;
	color: #FFF;
}


.twoColFixRtHdr #mainContent {
	margin: 0px 210px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 30px;
	font-size: 12pt;
	padding-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #005;
	text-align: center;
}

.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	text-align: center;
} 

.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}


	
	

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


hr {
	border-bottom:thick;
	color:#800;
}
	

	
	
h1 {
	color:#800;
	font-size: x-large;
	font-family:"Times New Roman", Times, serif;
	text-align: center;
}

h2 {
	color:#004;
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	text-align: left;
}

h3	{
	color:#800;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	
}

h4	{
	color:#FFCC00;
	text-align:center;
	font-size:large;
	font-family:Arial, Helvetica, sans-serif;
}

h5 	{
	color:#800;
	font-size:xx-small;
	font-family:Arial, Helvetica, sans-serif;
	
}

h6	{
	color:#005;
	font-size: 14px;
	font-weight:normal;
}
	


.emphasis
{
	color: #800;
}

.italics
{
	font-style: italic;
	color: #800;
	font-weight: bold;
	text-align: inherit;
	font-family: Arial, Helvetica, sans-serif;
}

.twoColFixRtHdr #container #mainContent table tr td
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	color: #005;
	text-align: left;
}



.sidebar_Left
{
	float: left;
	height: auto;
	width: 350px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 5px;
	padding-right: 10px;
	border-right-color: #007;
	border-right-style: solid;
	border-right-width: 1px;
}

.sidebar_Left_2
{
	float: left;
	height:auto;
	width: auto;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 10px;
}


.twoColFixRtHdr #container #mainContent ul li
{
	text-align: left;
}



.table_header
{
	font-weight: bold;
}

.twoColFixRtHdr #container #mainContent blockquote p
{
	text-align: justify;
}



.twoColFixRtHdr #container #mainContent p
{
	text-align: justify;
}

.twoColFixRtHdr #container #mainContent p
{
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-weight: normal;
	font-size: 12pt;
}

.twoColFixRtHdr #container #mainContent table
{
	text-align: left;
	padding: 5px;
	border: thin;
	border-color: #fff;
	border-style: solid;
	background-color: #FFF;
	color: #06C;
}



.altbackground
{
	background-color:#CFF;
	text-align:justify;
	font-style:normal;
	color: #002;
	padding:10px;
}

.twoColFixRtHdr #container #mainContent address
{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

#slide_show
{
	text-align: center;
}

.blockquote_justify {
	text-align:justify;
}

.center_text	{
	text-align:center;
	border: hidden;
}


# mainContent_Center_text {
	text-align:center;
	
}

.twoColFixRtHdr #container #mainContent #mainContent_Center_text .center_text .italics
{
	text-align: center;
}

.twoColFixRtHdr #container #mainContent #mainContent_Center_text address .italics
{
	text-align: center;
}

.twoColFixRtHdr #container #mainContent #mainContent_Center_text h2
{
	text-align: center;
}

.twoColFixRtHdr #container #mainContent #mainContent_Center_text p
{
	text-align: justify;
}

.twoColFixRtHdr #container #mainContent #mainContent_Center_text address .italics
{
	text-align: left;
}

.adress_left
{
	text-align: left;
}

.twoColFixRtHdr #container #mainContent #mainContent_Center_text address .adress_left
{
	text-align: left;
}

.twoColFixRtHdr #container #mainContent #mainContent_Center_text address .adress_left
{
	text-align: left;
}

.twoColFixRtHdr #container #mainContent ol .italics
{
	text-align: left;
}

table_center_text
{
	text-align: center;
}

.twoColFixRtHdr #container #mainContent table tr th p a
{
	text-align: center;
}

.twoColFixRtHdr #container #mainContent table tr th p a
{
	text-align: center;
}

.table_center
{
	text-align: center;
}

.twoColFixRtHdr #container #mainContent table tr th .table_center
{
	text-align: center;
}

.menuBar {
	text-align:center;
}



.twoColFixRtHdr #container #mainContent table tr td
{
	text-align: center;
}

# center_content {
	text-align:center;
	border:#FFF;

}

# center-content_center_text #table {
	border-color:#FFF;
	border:hidden;
	
}
		


.twoColFixRtHdr #container #mainContent #mainContent_Center_text table tr .altbackground .blockquote_justify
{
	text-align: justify;
}

.twoColFixRtHdr #container #mainContent #mainContent_Center_text table tr .altbackground .altbackground
{
	text-align: center;
}

.twoColFixRtHdr #container #mainContent table tr th
{
}

.twoColFixRtHdr #container #mainContent ol li
{
	text-align: left;
}

.twoColFixRtHdr #container #mainContent .adress_left
{
	text-align: left;
}

.twoColFixRtHdr #container #mainContent ul
{
	text-align: left;
}

.dashed {
	border-bottom-style:dashed;
	border-color:#002;
	border-bottom-width:thin;
}

.twoColFixRtHdr #container #mainContent .altbackground address
{
	text-align: left;
}



.twoColFixRtHdr #container #mainContent address .adress_left
{
	text-align: left;
}

.twoColFixRtHdr #container #mainContent address .adress_left
{
	text-align: left;
}

.twoColFixRtHdr #container #mainContent h2
{
	text-align: center;
}

#press_release {
	text-align:center;
	padding:15px;
	
}

#youtube
{
	text-align: center;
}

.newHeader {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: x-large;
	color:#06F;
	text-align:center;
}
	
.smallBlockItalics {
	font-size:small;
	font-style:italic;
	text-align:justify;
	color:#06F;
}

