body { 
font-family: Arial, Helvetica, sans-serif;
color: #000;
background: #fff;
margin: 0px;
padding: 0px;
font-size: 13px; 
}

.mainbold {
font-weight: bold;
}

.bolditl {
font-size: 15px;
font-style: italic;
font-weight: bold;
color: #006600}

.smalltext {
font-size: 10px;
}

.maingreen {
font-size: 12px;
font-style: italic;
font-weight: bold;
color: #006600}





h1 {
font-size: 20px;
color: #006600;
font-style: italic;
}

h2 {
font-size: 18px;
color: #006600;
font-style: italic;
}


a {
	color: #006600;
	text-decoration: none;
	}


a:visited {
	color: #006600;
	text-decoration: none;
	}

a:hover {

	color: #C7DDA3;
	text-decoration: underline;
	}


#mainbody {

border-left: 1px solid black;
border-bottom: 1px solid black;

}

#mainbody td {

border-right: 1px solid black;

}

#noborder td {
border-right: 0px solid black;
border-left: 0px solid black;

}

#maincopy {
padding: 0 5px 0 5px;
}

#navbar {

background: url(images/bg_navbar.jpg) repeat-X;
}

/*The Link style for left navbar*/

#navbar ul {
list-style:none;
margin: 1px;
padding: 1px;
font-weight:bold;
}

#navbar ul li {
padding: 0px 2px 8px 2px;
border-bottom: #000 1px solid;
}



#navbar a:link {

	color: #C7DDA3;
	background-repeat: no-repeat;
	background-image:   url(images/bullet_arrow_up.gif);
	background-position: -3px 0px;
	text-decoration: none;
	padding-left: 10px;
}

#navbar a:active {
	color: #FFC;
	background-repeat: no-repeat;
	background-image:   url(images/bullet_arrow_over.gif);
	background-position: -3px 0px;
	text-decoration: none;
	padding-left: 10px;
}


#navbar a:visited {
	color: #C7DDA3;
	background-repeat: no-repeat;
	background-image:   url(images/bullet_arrow_up.gif);
	background-position: -3px 0px;
	text-decoration: none;
	padding-left: 10px;
}



#navbar a:hover {
	color: #FFC;
	background-repeat: no-repeat;
	background-image:   url(images/bullet_arrow_over.gif);
	background-position: -3px 0px;
	text-decoration: none;
	padding-left: 10px;
}


/*The Link style for right nav bar*/

#sidebar .links ul {

font-size: 13px;
padding: 2px 2px 2px 10px;
margin: 2px 2px 2px 10px;
list-style: circle url(images/bullet.gif); 
}

#sidebar .links ul li {

padding: 1px 1px 1px 1px;
margin: 1px 1px 1px 1px;
}

#sidebar .links a:link {

	color: #006600;
	text-decoration: none;
	
	}
	
#sidebar .links a:visited {

	color: #006600;
	text-decoration: none;
	
	}

#sidebar .links a:hover {

	color: #006600;
	text-decoration: underline;
	
	}
	
#sidebar .links a:active {

	color: #006600;
	text-decoration: underline;
	
	}
	

	
/*The Link style for body links nav bar*/


.links2 {

padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
}

.links2 div{

	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;

	
	}

.links2 div a {

	color: #006600;
	background-repeat: no-repeat;
	background-image:   url(images/bullet_wt.gif);
	background-position: 0 -4px;
	text-decoration: underline;
	padding-left: 15px;
	margin-bottom: 20px;
	
	}


.links2 a:visited {

	color: #006600;
	background-repeat: no-repeat;
	background-image:   url(images/bullet_wt.gif);
	background-position: 0 -4px;
	text-decoration: underline;
	padding-left: 15px;
	
	}

.links2 div a:hover {

	color: #006600;
	background-repeat: no-repeat;
	background-image:   url(images/bullet_wt.gif);
	background-position: 0 -4px;
	text-decoration: underline;
	padding-left: 15px;
	
	}

#sidebar {

background: #FFFFCC;

}

#sidebar p {

padding-left: 10px;

}

.sideheader {

width: 235px;
height: 30px;
background: #006600;
text-align: center;
padding-top: 10px;
color: #FFFFCC;
font-size: 16px;
font-weight: bold;
font-style: italic;

}


ul {
list-style-image: url("images/bullet_wt.gif");
}

li {
margin-top: 10px;
}