body {
	position: relative;
	font-family: "Trebuchet MS", Verdana, Arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}


#container {
	width: 790px;
	margin: 0 auto;
}

	#top_nav_container {
		width: 790px;
		height: 35px;
	}
	
	
	#main_container {
		width: 790px;
	/*	height: 645px;	*/
		height: 677px;
		background-image: url(/images/background6.jpg);
	}

		#topline_container {
			width: 790px;
			height: 30px;
		}

			#topline {
				width: 790px;
				height: 20px;
				padding-top: 10px;
			
				font-size: 12pt;
				text-align: center;
				letter-spacing: -1px;
				font-weight: bold;
			}	


		#banner_container {
			width: 790px;
			height: 112px;
		}

		#bottomline_container {
			width: 790px;
		/*	height: 24px;	*/
			visibility: hidden;
			height: 34px;
		}
		
			#bottomline {
				width: 770px;
				padding-right: 20px;
				height: 24px;
			
				font-size: 12pt;
				text-align: right;
				font-weight: bold;
				line-height: 1.6em;
			}	
			#bottomline span {
				font-size: 1.6em;
				font-weight: normal;
				color: maroon;
			}


		#mainnav_container {
			width: 790px;
			height: 30px;
		}
		
			#mainnav {
				width: 680px;
				height: 20px;
				margin-left: 110px;
				padding-top: 8px;
			}


		#content_container {
			width: 790px;
			height: 24px;
		}

			#content_title_container {
				width: 790px;
				height: 24px;
			}

				#content_title {
					width: 100%;
					margin-top: 10px;
					text-align: center;
				}
			
				#breadcrumb {
					height: 19px;
					width: 500px;
					padding-top: 5px;
					margin-left: 120px;
					color: gray;
					font-size: 80%;
				}
				#breadcrumb a {
					font-weight: normal;
					text-decoration: none;
					color: gray;
				}
				#breadcrumb a:hover {
					font-weight: normal;
					text-decoration: underline;
				}

			#content {
				width: 680px;
				height: 373px;
				margin-left: 76px;
				overflow: visible;
			}

				#content-left {
					width: 400px;
					font-size: 14px;
					text-align: left;
				}



.strong {
	font-weight: bold;
}

/*- Menu Tabs 2-: Used at the top ------------------- */

    #tabs2 {
      float:left;
      width:100%;
      font-size:93%;
      line-height:normal;
      }
    #tabs2 ul {
	  margin:0;
	  padding:10px 10px 0 10px;
	  list-style:none;
      }
    #tabs2 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs2 a {
      float:left;
      background:url("../images/tableft2.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs2 a span {
      float:left;
      display:block;
      background:url("../images/tabright2.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#84776B;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs2 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs2 a:hover span {
      color:#74675B;
      }
    #tabs2 a:hover {
      background-position:0% -42px;
      }
    #tabs2 a:hover span {
      background-position:100% -42px;
      }

/*Credits: Dynamic Drive CSS Library  http://www.dynamicdrive.com/style/ */
/* ----- SlideTabsMenu used in centre of page ----- */
    
.slidetabsmenu {
	float:left;
	width:100%;
	font-size:90%;
	line-height:normal;
}

* html .slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}

.slidetabsmenu ul{
	list-style-type: none;
	margin:0;
	padding:0;
}

.slidetabsmenu li{
	display:inline;
	margin:0;
	padding:0;
}

.slidetabsmenu a {
	float:left;
	background:url(../images/tab-left.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
	text-decoration:none;

	display:inline-block;
}

.slidetabsmenu a span {
	float:left;
	display:block;
	background:url(../images/tab-right.gif) no-repeat right top;
	padding:3px 14px 3px 5px;
	font-weight:bold;
	color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */

.slidetabsmenu a:hover span {
	color: black;
}

.slidetabsmenu .current a {
	background-position:0 -125px;
}

.slidetabsmenu .current a span {
	background-position:100% -125px;
	color: black;
}

.slidetabsmenu a:hover {
	background-position:0% -125px;
}

.slidetabsmenu a:hover span {
	background-position:100% -125px;
}



/* ChromeMenu UNUSED */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#chromemenu{
width: 99%;
font-weight: bold;
font-size: 90%;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 1px solid #BBB;
width: 100%;
background: url(../images/chromebg.gif) center center repeat-x;
padding: 5px 0;
margin: 0;
text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
color: #494949;
padding: 5px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

#chromemenu ul li a:hover{
background: url(../images/chromebg2.gif) center center repeat-x;
}


.space50 {
	margin-top: 50px;
}
.space30 {
	margin-top: 30px;
}
.space10 {
	margin-top: 10px;
}




