/* ArkansasHorn.org Style Sheet */

body {
	background-color: #FFFFFF;
	background-image: url(images/body.png);
	background-position: top;
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0;
	padding: 0;
}

* {
	padding: 0;
	margin: 0
}

h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	letter-spacing: 1px;
	margin: 0px 0px 0px 0px;
	color: #66208d;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #66208d;
}

h2 {
	font-size: 16px;
	color: #333333;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0px 10px 0px;
}

p {
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
}

ul, li {
	margin: 0px 0px 0px 10px;
	padding: 0;
}

a, a:visited, a:active {
	margin: 0 1px 0 1px;
	color: #66208d;
	text-decoration: underline;
	font-weight: normal;
	line-height: 14px;
	font-size: 12px;
}

a:hover {
	text-decoration: underline;
	color: #859c2b;
}

a.small, a.small:visited, a.small:active {
	margin: 0 1px 0 1px;
	color: #66208d;
	text-decoration: underline;
	font-weight: normal;
	line-height: 14px;
	font-size: 10px;
}

a.small:hover {
	text-decoration: underline;
	color: #859c2b;
}

ul.news {
	margin: 0px 0px 0px 10px;
	padding: 0;
	border-top: 1px solid #EEEEEE;
}

li.news {
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 10px 15px;
	list-style: none;
	border-bottom: 1px solid #EEEEEE;
}


/* Primary Navigation */
td.navigation {
	font-size: 12px;
	margin: 0 20px 0 0px;
	padding-left: 80px;
}

a.nav, a.nav:visited, a.nav:active {
	padding: 0px 5px 0px 5px;
	margin: 0px 1px 0px 1px;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

a.nav:hover {
	color: #859c2b;
	text-decoration: none;
	font-weight: bold;
	line-height: 14px;
	font-size: 12px;
}

/* Side Box */
td.sidebox {
	width: 25%;
	height: 25%;
	background-color: #DBDBDB;
	padding: 3px 3px 3px 3px;
	margin: 300px 0px 0px 0px;
	/*background-image: url(images/sidebox_bg.png);*/
	background-repeat: repeat-x;
	background-position: top;
}

h1.side {
	font-size: 16px;
	color: #520a58;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 10px;
	border: none;	
}

p.side {
	font-size: 90%;
	color: #666666;
	padding: 0px 0px 0px 8px;
	margin: 0px 0px 0px 0px;
}

ul.side {
	margin: 0px 0px 0px 0px;
	border: none;
	list-style: square;
}

li.side {
	list-style: square;
}

a.side, a.side:visited, a.side:active {
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	color: #666666;
	font-size: 90%;
}

a.side:hover {
	color: #859c2b;
	text-decoration: underline;
}

/* Footer */
td.footer {
  width: 100%;
	font-size: 10px;
	padding: 16px;
	border-top: 1px dotted #666666;
	color: #A2A2A2;
	text-align: center;
}

a.footer, a.footer:visited, a.footer:active {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

a.footer:hover {
	font-size: 10px;
	color: #859c2b;
	text-decoration: underline;
}