/* =Initial 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 80%/120% Verdana, Arial, Helvetica, sans-serif;
	line-height:2m;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}
a{
	border:0px;
}
p{
	margin:0px;
	padding: 0;
}
/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}

/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
}

/* =Header */

/* =Structure */
.header{
	background-image:url(../images/template/header_2.jpg);
	background-repeat:no-repeat;
	width:935px;
	height:185px;
}
.menu{
	position:relative;
	top:154px;
	font-size:12px;
}
.footer{
	background-image:url(../images/template/footer_2.jpg);
	background-repeat:no-repeat;
	width:935px;
	height:40px;
	clear:both;
}
body{
	background-image:url(../images/template/pagebackground_1.jpg);
	background-repeat:repeat-x;
	background-color:#6B7179;
}
.pagecontainer1{
	background-image:url(../images/template/contentbackground_3.gif);
	width:935px;
}
.pagecontainer2{
	background-image:url(../images/template/contentbackground_4.gif);
	background-position:0 185px;
	background-repeat:no-repeat;	
	width:935px;
}
.contentarea{
	width:890px;
}
.histarea{
	background-image:url(../images/img/histbg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:890px;
}
.histarea2{
	width:800px;
	height:450px;
}
.histfont {
font-size: 14px;
color:#000000;
font-family: "Times New Roman", Times, serif;
}
.leftcolumn{
	float:left;
	width:625px;
	padding-right:15px;
}
.rightcolumn{
	float:left;
	width:250px;
}

.date {
font-size: 9px;
}

.contentbox1{
	background-image:url(../images/layout/boxtexture1.gif);
	padding:15px;
}
.divider1{
	background-image:url(../images/layout/divider1.gif);
	height:7px;
}


.contentbox2{
	background-image:url(../images/layout/boxtexture1.gif);
	padding:15px;
	width:220px;
}
.divider2{
	background-image:url(../images/layout/divider1.gif);
	height:7px;
	width:250px;
}
/* =Nav */
/* =Search */
/* =Headings */
h1.pagetitle{
	margin-top:0px;
	margin-bottom:0px;
	font-size:20px;
	color:#003366;
	display:block;
	background-image:url(../images/layout/boxtexture1.gif);
	padding:8px;
	padding-bottom:12px;
	font-weight:bolder;
	letter-spacing:.2em;
}
h2.contenttitle1{
	margin-bottom:2px;
	padding:0px;
	font-size:12px;
	letter-spacing:.2em;
	color:#003366;
}
h2.contenttitle2{
	margin-right:15px;
	margin-bottom:2px;
	padding:0px;
	font-size:12px;
	letter-spacing:.2em;
	color:#003366;
}
/* =Lists */
ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
li{
	background-image:url(../images/layout/bullet.gif);
	background-repeat:no-repeat;
	background-position:0px .2em;
	padding-left:14px;
	list-style-type:none;
}
/* =Forms */
/* =Links */
.menu a, imgLink{
	background-color:none;
	border:0px;
	padding:0px;
}
.menu a:hover, imgLink{
	background-color:#333333;
	border:0px;
	border-collapse:collapse;
	padding:0px;
}
a{
	text-decoration: none;
	color:#003366;
	font-weight:bold;
	padding:1px;
}
a:hover{
	background-color:#6699CC;
	color:#FFCC66;
	border:1px solid #006699;
	padding:0px;
}
/* =Misc */

/* Image borders */
.t1 {
	background-image: url(../images/layout/border_01.gif);
	height: 20px;
	width: 21px;
}
.t2 {
	background-color: #D4D0C8;
	background-image: url(../images/layout/border_02.gif);
	background-repeat: repeat-x;
	height: 20px;
}
.t3 {
	background-image: url(../images/layout/border_03.gif);
	height: 20px;
	width: 21px;
}
.t4 {
	background-image: url(../images/layout/border_04.gif);
	background-repeat: repeat-y;
	width: 21px;
}
.t6 {
	background-image: url(../images/layout/border_r_01.gif);
	background-repeat: repeat-y;
	width: 21px;
}
.t6_2 {
	background-image: url(../images/layout/border_r_02.gif);
	width: 21px;
	background-repeat: repeat-y;
}
.t7 {
	background-image: url(../images/layout/border_07.gif);
	height: 20px;
	width: 21px;
}
.t8 {
	background-image: url(../images/layout/border_08.gif);
	background-repeat: repeat-x;
	height: 20px;
}
.t9 {
	background-image: url(../images/layout/border_09.gif);
	height: 20px;
	width: 21px;
}
#t_float {
	position: relative;
	height: 1px;
	width: 1px;
	float: left;
	clear: both;
	bottom: 52px;
	left: 26px;
	visibility: inherit;
	z-index: auto;
}
.rss a {
	background-color:none;
	border:0px;
	padding:0px;
}
.rss a:hover {
	background-color:#333333;
	border:0px;
	border-collapse:collapse;
	padding:0px;
}
