/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;
	color:#736444;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 10px;
}
.footer {
	margin-bottom:0.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #999999;
	margin-left: 60px;
}
.ibg{
	background-repeat:repeat-x;
}

.bottommenulink {
	/*coordinated margin to match cell's padding*/
	margin-left:20px;
	margin-bottom:0.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #999999;
	text-decoration: none;
	
	}

a.linkq{
color:#000000;
text-decoration:none;
}
a.linkq:hover{
color:#FFCC00;
text-decoration:none;
}
.text1 {
	font-size: 14px;
	color: #FFFFFF;
}
.text2 {
	font-size: 18px;
	color: #FFFFFF;
}
.text3 {
	font-size: 11px;
	color: #29303B;
	line-height:1.3em;
	text-decoration:none;
	text-align: justify;
	padding-top: 15px;
	
}
a.bottommenulink:visited{
	/*coordinated margin to match cell's padding*/
	margin-left:20px;
	margin-bottom:0.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #999999;
	text-decoration: none;
	}
a.bottommenulink:hover{
	/*coordinated margin to match cell's padding*/
	margin-left:20px;
	margin-bottom:0.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #F1B441;
	text-decoration: none;
	}
a.bottommenulink:active{
	/*coordinated margin to match cell's padding*/
	margin-left:20px;
	margin-bottom:0.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #999999;
	text-decoration: none;
	}

h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold;
	margin-left: 12px;
}

abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:0em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:0px solid #000;
	padding:;
	margin-left:;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:;
	text-align:;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
.menu{
	/*coordinated margin to match cell's padding*/
	margin-right:0px;
	float:none;
	margin-top:53px;
	margin-left: 0px;
	position: absolute;
	left: 263px;
	width: 650px;
	z-index: 40;
	height: 580px;
	
	
}
.menu2{
	/*coordinated margin to match cell's padding*/
	margin-right:0px;
	float:none;
	margin-top:33px;
	margin-left: 0px;
	position: absolute;
	left: 263px;
	width: 650px;
	z-index: 40;
	height: 580px;
	
	
}
.toppanel {
	/*coordinated margin to match cell's padding*/
	margin-bottom:0em;
	/*centered so it doesn't blend in to other content*/
	text-align:left;
	background-image:url(images/bok.jpg);
	background-repeat: repeat-x;
	height: 160px;
	margin-right: 800px;
	margin-top: 0px;
	
}
.mainaa {
	/*coordinated margin to match cell's padding*/
	margin-bottom:0em;
	/*centered so it doesn't blend in to other content*/
	text-align:left;
	height: 160px;
	margin-right: 800px;
	margin-top: 0px;
	
}

#apDiv2 {
	margin:auto;
	height: 20px;
	z-index:60;
	text-align:left;
	color: #fff;
	font-size: 12px;
	float: absolute;
}
.subhh {
	padding-left:50px;
	color: #fff;
	font-size:12px;
}




#topnav {
	list-style:none;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	margin:0 auto;
	padding:75px 5px 0 785px;
	position: absolute;
}
#flashcontent{
width: 924px;
text-align:center;
}
.bgabout{
background:url(img/title_bg2.jpg);
background-repeat:repeat-x;
height:50px;
padding-bottom:5px;
}
p,fieldset,table,pre {

	/*so things don't run into each other*/
	margin-bottom:;
	margin-left:
}
/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}
