/* modified version of "soft_green" style sheet */
/* found at http://www.oswd.org/ */
/* by Nicolas Fafchamps */
/* http://nicolas.freezee.org */


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	background-color: #182801;
}


.container {
	margin-top: 10px;
	position: absolute;
	width: 740px;
	left: 50%;
	margin-left: -370px;
	border: 0px solid #f00;
	color: #000;
	background-color: #eee;
}


.header {
	background-image: url("images/yars-header-a.jpg");
	background-repeat: no-repeat;
	height: 150px;
	padding-left: 50px;
	padding-top: 40px;
	max-width: 510px;
	border-bottom: 1px solid #182801;
	color: #fff;
}


.header-title-one {
	font-size: 2.3em;
	border-top: 1px solid #fff;
}

.header-title-one-a1 {
	font-size: 2.0em;
	border-top: 1px solid #fff;
}

.header-title-one-a2 {
	font-size: 2.0em;
}

.header-title-two {
	font-size: 1.1em;
	padding-bottom: 3px;
	border-bottom: 1px solid #fff;
}


.menu {
	float: right;
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
	border-left: 1px solid #182801;
}


.center {
	padding:20px;
	padding-left:40px;
}


.text-right {
	height: 25px;
	text-align: right;
	padding-right: 10px;
}


.menu-list {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}


.menu li {
	margin: 0px;
	border-bottom: 1px solid #182801;
	color: #000;
	font-size: 1.1em;
	text-decoration: none;
	background-color: #d0d090;
	padding: 0px;
	width: 199px;
}


.menu li a {
	margin: 0px;
	display: block;
	color: #000;
	font-size: 1.1em;
	text-decoration: none;
	border-left: 5px solid #d00;
	padding: 5px;
}


.menu li a:hover {
	text-decoration: none;
	background-color:#ebebb0;
}


h1{
	margin-left: -30px;
	margin-top: 5px;
	padding-left: 5px;
	font-size: 1.6em;
	color: #000;
	font-weight: normal;
}


h2{
	margin-left: -20px;
	margin-top: 15px;
	padding-left: 5px;
	font-size: 1.3em;
	color: #000;
	font-weight: normal;
	border-bottom: 1px solid gray;
}


h2 span {
	border-bottom: 4px solid red;
}


pre {
	font-size:10pt;
}

a{
	color: #0000ff;
	text-decoration: none;
}

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


a:hover{
	text-decoration: underline;
}


blockquote{
	margin-left: 5px;
	background-color: #fff;
	padding : 3px;
	border-left: 2px solid #d00;
}

/* not sure what these do, if anything

* html .menu {
	margin-left: -3px;
}


* html .menu li{
	margin-bottom:-3px;
}
*/
