*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #b2be1d url(../_img/img01.gif) repeat-x;
	font: normal 13px "Trebuchet MS" , Arial, Helvetica, sans-serif;
	color: #000;
}
input
{
	margin: 0 0 1em 0;
}

h1, h2, h3
{
	color: #313131;
	padding: 0 0 1em 0;
}

h1
{
	margin-bottom: .5em;
	font-size: 182%;
	font-weight: normal;
	letter-spacing: -2px;
}

h2
{
	margin-bottom: .5em;
	font-size: 136%;
	font-weight: normal;
	letter-spacing: -1px;
}

h3
{
	font-size: 110%;
	font-weight: bold;
}

p, blockquote, ol, ul
{
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 167%;
	font-size: 107%;
}

blockquote
{
	margin-left: 2em;
}

ol
{
	margin-left: 2em;
}

ul
{
	list-style: none;
}

ul li
{
	padding-left: 1em;
}

a
{
	text-decoration: none;
	color: Blue;
}

a:hover
{
	text-decoration: underline;
	color: #277323;
}

/* Menu */

#menu
{
	width: 740px;
	height: 60px;
	margin: 0 auto;
	border-left: 20px solid #277323;
}

#menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li
{
	padding: 0;
	display: inline;
	background: none;
}

#menu a
{
	display: block;
	float: left;
	height: 40px;
	padding: 20px 15px 0 15px;
	font-size: 88%;
	font-weight: bold;
	color: #277323;
}

#menu a:hover
{
	background: #277323;
	text-decoration: none;
	color: #fff;
}

#menu b
{
	text-decoration: underline;
}

/* Logo */

#logo
{
	width: 760px;
	height: 180px;
	margin: 0 auto;
	background: #010100 url(../_img/img02.jpg);
}

#logo h1
{
	margin: 0;
	padding: 120px 0 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 189%;
}

#logo h2
{
	margin: 0;
	padding: 0 0 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
}

#logo a
{
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page
{
	width: 760px;
	margin: 0 auto;
	background: url(../_img/img03.gif) repeat-y;
}

/* Content */

#content
{
	float: left;
	width: 440px;
	padding: 20px 30px 20px 50px;
}

#welcome
{
	margin-bottom: 20px;
	padding-bottom: 1px;
	background: url(../_img/img04.gif) repeat-x left bottom;
}

.floating-box
{
	float: left;
	width: 210px;
}

.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul
{
	line-height: 144%;
	font-size: 92%;
}

.floating-box img
{
	border: 5px solid #277323;
}

/* Sidebar */

#sidebar
{
	float: right;
	width: 200px;
	padding: 20px;
}

#sidebar blockquote
{
	margin-left: 0;
	padding-left: 1em;
	background: url(../_img/img09.gif) no-repeat right bottom;
	border-left: 5px solid #277323;
}

#sidebar blockquote p
{
	text-align: left;
	line-height: normal;
	font-style: italic;
}

#links
{
}

#links ul
{
	background: url(../_img/img04.gif) repeat-x left bottom;
}

#links li
{
	padding: 5px 0;
	background: url(../_img/img04.gif) repeat-x left top;
}

#links a
{
	padding-left: 1em;
	background: url(../_img/img08.gif) no-repeat left center;
	color: #277323;
}

/* Footer */

#footer
{
	height: 50px;
	border-top: 1px solid #277323;
	border-bottom: 1px solid #277323;
}

#footer .wrapper
{
	width: 760px;
	margin: 0 auto;
}

#footer .links
{
	float: left;
	width: 440px;
	height: 34px;
	padding: 16px 30px 0 30px;
	background: #FFFFFF;
	border-left: 20px solid #010100;
	font-size: 85%;
}

#footer .legal
{
	float: right;
	width: 220px;
	height: 34px;
	margin: 0 auto;
	padding: 16px 20px 0 0;
	background: #277323;
	text-align: right;
	font-size: 85%;
	color: #FFFFFF;
}
.Error
{
	font-weight: bold;
	color: Red;
}
.ImageOne
{
	border: 5px solid #277323;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}

hr
{
	margin: 1em;
}

#ticker-container
{
	position: relative;
	overflow: hidden;
	width: 150px;
	height: 250px;
	background-color: #ffffff;
	background-repeat: repeat;
	padding: 2px;
	border: 5px solid #277323;
}
#ticker
{
	position: relative;
	width: 150px;
}
#ticker ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#ticker ul li
{
	display: list-item;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: arial;
	font-size: small;
	font-weight: normal;
	color: #000;
	padding-left: 2px;
}
#ticker ul li a
{
	font-family: arial;
	font-size: small;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	padding-left: 2px;
}
#ticker ul li a:hover
{
	font-family: arial;
	font-size: x-small;
	color: #000;
	text-decoration: none;
	padding-left: 2px;
}
