/* Start of the top menu */
.toolbar {
    background-color: #ffffff;
    padding: 5px 0px 5px 0px;
}

    .menu {
    color: 000631;
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    border-right: 1px solid White;
    text-decoration: none;
    background-color: #ffffff;
    padding: 5px;
}

.menu:hover {
    background-color: #006200;
    color: ffffff;
}
/*end of the top menu */



DIV#inner_col1 {float:left;width:710px;background:#eee5e6;line-height:18px} /*left hand column*/
DIV#inner_col2 {float:right;width:170px;background:#eee5e6;line-height:18px}  /*right hand column*/
.block_inner {padding:5px} /*padding around the columns */

/*canvas area for home page*/
.contenthome {
    color: #000000;
    border-right: 1px solid #6E806F;
    border-left: 1px solid #6E806F;
    border-top: 1px solid #6E806F;
    border-bottom: 1px solid #6E806F;
    background-color: #ffffff;
    padding: 20px;
	height:540px;
	}
	
.mainfontcenter {
color: #000000;
font-family: Arial;
font-size: 12pt;
font-weight: normal;
text-align: center;
}

.mainfontcentresmall {
color: #000000;
font-family: Arial;
font-size: 10pt;
font-weight: normal;
text-align: center;
}

.mainfontjustify {
color: #000000;
font-family: Arial;
font-size: 12pt;
font-weight: normal;
text-align: justify;
}

.mainfontjustifysmall {
color: #000000;
font-family: Arial;
font-size: 10pt;
font-weight: normal;
text-align: left;
}

.mainfonttop {
color: #000000;
font-family: Arial, Verdana, sans-serif;
font-size: 14pt;
font-weight: normal;
text-align: justify;
}
.mainfonttopcenter {
color: #000000;
font-family: Arial, Verdana, sans-serif;
font-size: 14pt;
font-weight: normal;
text-align: center;
}

.contactfont {
color: #000000;
font-family: Arial;
font-size: 11pt;
font-weight: normal;
text-align: center;
}

/*canvas area for right hand column*/
.contenthome2 {
    color: #000000;
    font-family: Arial;
    font-size: 11pt;
    font-weight: normal;
    border-right: 1px solid #6E806F;
    border-left: 1px solid #6E806F;
    border-top: 1px solid #6E806F;
    border-bottom: 1px solid #6E806F;
    text-decoration: none;
    background-color: #ffffff;
    padding: 20px;
	height:540px;
	}
	

/*Top bar for page title*/	
	.content {
    color: #000000;
    font-family: Arial;
    font-size: 11pt;
    font-weight: normal;
    border-right: 1px solid #6E806F;
    border-left: 1px solid #6E806F;
    border-top: 1px solid #6E806F;
    border-bottom: 1px solid #6E806F;
    text-decoration: none;
    background-color: #ffffff;
    padding: 10px;
}

/*footer section */
.footer {
    color: #000000;
    font-family: Arial;
    font-size: 7pt;
    font-weight: normal;
    border-right: 1px solid #6E806F;
    border-left: 1px solid #6E806F;
    border-top: 1px solid #6E806F;
    border-bottom: 1px solid #6E806F;
    text-decoration: none;
    background-color: #ffffff;
    padding: 5px;
}
	

	h1 {
	font-family: Arial;
	font-size: 14pt;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 0;
}

h2 {
	font-family: Arial;
	font-size: 14pt;
	margin-bottom: 3;
	margin-top: 0;
	padding-bottom: 7;
	padding-top: 7;
	text-align: center;
}

h3 {
	font-family: Arial;
	font-size: 12pt;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 0;
}

h4 {
    color: #ffffff;
	font-family: Arial;
	font-size: 12pt;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
    background-color: #00b300;
	text-align: center;
	border-right: 2px solid #006200;
    border-left: 2px solid #006200;
    border-top: 2px solid #006200;
    border-bottom: 2px solid #006200;
}

/*Makes the gaps smaller between columns */
table, tr, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
	
ul { 
margin-left:15px; 
margin-right:0px; 
list-style:round;
text-indent: 0px;
line-height: 1em;
padding: 6px;

 
} 



