/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	color: #333333;
	margin: 0px;
	padding: 0px;
	line-height: 1.6em;
	font-size: 11px;	
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	bold:none;
	clear:both;
}

h2 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 15px;
	color: #FFFFFF;
	background-color: #003300;
	text-indent: 5px;
}

h3 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 15px;
	color: #FFFFFF;
	background-color: #003333;
	text-indent: 12px;
	padding:2px;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	border-bottom: #cccccc;
	width: 100%;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#navBar{
	margin: 0 0% 0 0;
	background-color: #eeeeee;
	border-right: #ccc;
	border-bottom: #ccc;
	background-image: url(menu.gif);
	background-repeat: no-repeat;
	width: 169px;
	padding-top: 21px;
	float: left;
}

#navBar h2{
	font-size: 100%;
	color: #FFFFFF;
	background-image: url(bar.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 100%;
	margin-bottom: 5px;
	text-indent: 10px;
}


#content{
	float:right;
	width: 520px;
}

/************** .news styles *****************/

.news{
	clear: both;
	padding: 30px 10px 10px;
	background-image: url(bar_whats.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}



/************* #siteInfo styles ***************/
#siteInfoBar {
	clear: both;
}

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 0.9em;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0 0 10px;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	list-style-image: url(menu_ul.gif);
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
#main {
	width: 700px;
	margin: 0px;
	padding: 0px;
}
#masthead_links {
	float: right;
	background-position: bottom;
	margin-top: 32px;
}
#navi {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin: 0px;
	padding: 0px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 12px;
}
.menu a {
	display: block;
	background-image: url(menu_ul.gif);
	background-repeat: no-repeat;
	text-indent: 20px;
	line-height: 1.6em;
	margin-left: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.menu {
	margin-bottom: 6px;
}
.item {
	font-size: 12px;
}




/*
	Some rules that apply to contents generated using the markup buttons 
	"add left box" and "add right box"
	
	both boxes have slightly larger text, and take a maximum of 20% of 
	the width of the contents.
*/

.leftbox, .rightbox {
	margin: 3px;
	padding: 3px;
	font-size: larger;
}
.leftbox {
	float: left;
}
.rightbox {
	float: right;
}



/*
	Some general rules:
	- images never have a border (even when they are inside a hyperlink)
	- elements having class="skip" are not shown
	- item lists using <ul class="nobullets"> have no list-item bullets
	- highlighted text (in search results) have a yellow background
*/

img {
	border: none;
}

.skip {
	display: none;
}

ul.nobullets {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

.highlight {
	background-color: yellow;
}

