@import url("menu.css");
@import url("text_size.css");
/*-------BASE-------*/
body
{
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #666666;
	background-color: #f3f4f5;
}
p, li
{
	padding-right: 10px;
	padding-left: 0px;
	/*font-size: 12px;*/
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	/*font-size: 12px;*/
}
h1, h2, h3, h4
{
	color: #a0c80e;
	font-weight: bold;
}
h3
{
	font-size: 1.2em;
	font-family: Helvetica, Arial, sans-serif;
}
a:hover strong, a:hover b
{
	color: #141;
}
/*----LINKS----*/
a:link, a:visited
{
	text-decoration: none;
	color: #000;
	border-bottom: none;
	color: #666;
}
a:hover
{
	color: #151;
}
h1 a, h2 a, h3 a
{
	border: none;
}
#sidebar-1 a, #sidebar-2 a
{
	color: #c00;
	border: none;
}
#menu a
{
	font-family: Helvetica, Arial, sans-serif;
	color: #797878;
	border-bottom: none;
}
#menu a:hover
{
	color: #ad3845;
}

/*-----OVERIDES--*/
#siderbar-1 p, #sidebar-2 p
{
	font-size: 12px;
	line-height: 1.5em;
}
li
{
	list-style-image: url(images/square.gif);
	margin-left: 10px;
	list-style-type: square;
}
ul
{
	margin-left: 10px;
	list-style-type: square;
	padding:0;
}