/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	background-image:url(img/backtile.gif);
	background-repeat:repeat-x;
	background-attachment:scroll;
	background-position:top-left;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#headlines{
  	height:100%;
	width: 100%;
/*	border-left: 1px solid #cccccc;*/
	background-image:url(img/logo_myosotis.gif);
	background-repeat:no-repeat;
	background-position:top;
}

#top-image{
	float: left;
	width: 540px;
	text-align:justify;
	/*	background-color: #FFFF99;*/
	background-image:url(img/div-top-square.gif);
	background-repeat:no-repeat;
	height: 280px;/*	background-color: #FF0000;*/
	background-position: top-left;
}

#top-image-left{
	float: none;
	width: 220px;
	height:260px;
	text-align:justify;
/*	background-color: #FFFF99;*/
	background-image:url(img/div-top-left.gif);
	background-repeat:no-repeat;
	background-position:top-left;
}

#content{
	float: none;
	width: 520px;
	font-size: 80%;
	text-align:justify;
	/*	background-color: #99CC99;*/
	padding: 0px 10px 0px 10px;
	vertical-align: top;
}

#bottom{

}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
	
}




/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}





/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}






/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	width:100%;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}


/*********** .relatedLinks styles ***********/

.copyr{

	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.copyr h3{
	padding: 10px 0px 2px 0px;
}

.copyr a:link,
.copyr a:visited {
	display: block; 
}




/************** #headlines styles **************/



#headlines p{
	padding: 0px 0px 0px 0px;
}

/************** button styles **************/

#buttons {
	float: none;
	width: 220px;
	text-align:justify;
/*	background-color: #33FF00;*/
}

.liknobtn
{
	display:block;
	width:150px;
	height:40px;
	margin:0;
	padding:0;
}
.liknobtn1
{
	background: url("img/Button4_1.jpg") 0 0 no-repeat;
}
.liknobtn2
{
	background: url("img/Button4_2.jpg") 0 0 no-repeat;
}
.liknobtn3
{
	background: url("img/Button4_3.jpg") 0 0 no-repeat;
}
.liknobtn4
{
	background: url("img/Button4_4.jpg") 0 0 no-repeat;
}
.liknobtn5
{
	background: url("img/Button4_5.jpg") 0 0 no-repeat;
}
.liknobtn6
{
	background: url("img/Button4_6.jpg") 0 0 no-repeat;
}
.liknobtn7
{
	background: url("img/Button4_7.jpg") 0 0 no-repeat;
}
