﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #212121;
	color: #999;
	/*background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;*/
}
#container {
	width: 800px;
	margin: 0px auto;
	background-color: #292929;
	/*padding-bottom: 5px;*/
	/*height: 100%;*/
}
#masthead {
	position: relative;
	float: left;
	text-align: right;
	width: 240px;
	background-color: #212121;
	/*padding-top: 80px;*/
	padding-right: 10px;
	/*margin-right: 5px;*/
	/*min-height: 550px;*/
}
#pagehead {
	position: relative;
	float: left; /*text-align: left;*/;
	width: 550px;
	margin: 0px;
	padding: 0px;
	margin-top: 95px;
	margin-bottom: 20px;
	text-indent: 20px;
	color: #666;
}
div.content {
	/*display: block;*/
	position: relative;
	float: left; /*width: auto;*/;
	max-width: 505px;
	min-width: 50px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
	border: 1px solid #273037;
	text-align: justify;
	text-justify: newspaper; /*once CSS 3 is better supported*/	
	background-color: #2f2f2f;

}
#footer {
	text-align: center;
	clear: both;
	width: 698px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fefeff;
}

/************************ Pagehead Styles ************************/
#pagehead h1 {
	font-size: 50px;
	margin: 0px;
}
#pagehead h1:first-letter {
	/*color: #668;*/
}

	
/************************ Masthead Styles ************************/
#masthead h1 {
	font-variant: normal;
	color: #CCC;
	font-size: 35px;
	line-height: 30px;
	margin-top: 75px;
	margin-bottom: 0px;
	border-top: 5px #374750 solid;
	border-left: 10px #374750 solid;
	margin-left: 15px;
}

#masthead .h2 {
	font-size: smaller;
	font-variant: small-caps;
	color: #999;
	padding-right: 1px;
	letter-spacing: 0px;
}

#masthead p {
	margin-top: 0px;
	color: #666;
	unicode-bidi: bidi-override;
	direction: rtl;
	line-height: 18px;
	font-size: large;
}

#masthead h3 {
	color: #999;/*#5f8ea9;*/
}
/************************ Navigation Styles ************************/
#masthead ul {
	list-style-type: none;
	display: block;
	padding: 0;
	margin: 0;
	margin-top: 30px;
	width: 250px;
	background-color: #212121;
	text-align: left;
	min-height: 340px;
}
#masthead li {
	padding-left: 125px;
}
#masthead a {
	/*color: #3d6c87;*/
	color: #999;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-top: 1px solid #212121;
	border-bottom: 1px solid #212121;
}
#masthead a:hover {
	color: #fff;
	text-decoration: none;
	/*border: 1px solid #292929;*/
	background-color: #292929;/*#5f8ea9;*/
}
#masthead li.active a {
	color: #cb6; /*#ec5;*//*#89b;*//*db3*//*#78a;*/
	border: 1px solid #292929;
	background-color: #292929;
}
#masthead li.active a:hover {
	color: #ffa;
}

/************************ Content Styles ************************/
div.content h1,h2,h3,h4,h5,h6 {
	color: #DACB65;
	font-size: medium;
	margin-bottom: 10px;
	margin-top: 0px;
}
div.content h2 a {
	color: #ccc;
	text-decoration: none;
	margin-bottom: 10px;
}
div.content h2 a:visited {
	color: #ccc;
}
div.content p {
	padding: 0px;
	margin: 0px;
	line-height: 150%;
}
div.content strong {
	color: #bbb;
}
div.content div.content {
	max-width: none;
	min-width: 0px;
	margin: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	background-color: #333;
	text-align: center;
}

/************************ General Styles ************************/
a {
	color: #bbb;
	text-decoration: none;
	padding: 0px;
	border-bottom: 1px dotted;
}
a:visited {
	color: #777; /*#5f8ea9;*/
}
a:hover {
	color: #679;
	border-bottom: 1px solid #679;
}


a.noborder {
	border: none;
}
a.noborder img{
	border: 1px #292929 solid;
}
a.noborder:hover {
	border: none;
}
a.noborder img:hover{
	border: 1px #999 solid;	
}
a.noborder:visited img:hover{
	border: 1px #777 solid;	
}