﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	background-color: #67b;
}
#container {
	width: 850px;
	margin: 0 auto;
	background-color: #cdf;
}
#masthead {
	text-align: right;
	width: 850px;
	overflow: auto;
	background-image:url('../images/bkg-head.jpg');
}
#sidebar_new {
	float: left;
	width: 200px;
	//background-color: #cdf;
	position: relative;
	clear: both;
	display: inline;
	background-image:url('../images/bkg-navigation.jpg'); 
	background-repeat:repeat-y;
}

#content {
	float: left;
	width: 620px;
	min-height: 580px;
	padding: 15px;
	overflow: auto;
	background-color: #eee;
	margin: 0px;
	position: relative;
}
#content img {
	display: block;
}
#footer {
	clear: both;
	width: 850px;
	background-color: #dcb;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}
#masthead img {
	float: left;
}
#masthead p {
	text-align: right;
	margin: 0;
	//margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}
/* Styles for Footer */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}

/* news archive */
#id_news_archive ul {
	list-style: none;
}

#id_news_archive il {
}

#id_news_archive .news_archive_caption {
	font-size:120%;
	font-weight:bold;
}
#id_news_archive .news_date {
}

#id_news_archive .news_body {
	margin-bottom: 20px;
}

a {
	color: #04b;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.listNoBullets li {
	list-style-type:none;
}
	
	
/* Styles for Navigation */
.menuDescription {
	color: white;
	font-weight: bold;
}

ul.myVerticalMenu {
	list-style: none;
	margin: 0;
	padding: 0;
}  

img {border: none;} 

  					/* change width this controls the width of the buttons*/
.Vertical_Menu{
	width: 180px; 
	margin: 20px 10px 40px 10px;
}

					/* change height: this controls the height of the buttons */
.Vertical_Menu li a {
	height: 19px; 
	voice-family: "\"}\""; 
	voice-family: inherit; 
	height: 19px; 
	text-decoration: none; 
	font-family: Trebuchet MS, Helvetica, sans-serif; 
	font-weight: bold;
}	

					/* change padding: (controls the placment of the button name :top-right-bottom-left) */
.Vertical_Menu li a:visited {
	padding:1px 0px 0px 40px; 
	display: block; 
	background: url('../images/vertical_menu.jpg');
	font-family: Trebuchet MS, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 10pt;
}
										
.Vertical_Menu li a:link {
	padding:1px 0px 0px 40px; 
	display: block; 
	background: url('../images/vertical_menu.jpg');
	font-family: Trebuchet MS, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 10pt;}
										
					/* change padding: (top-right-bottom-left) change -position use 50% of button height*/
.Vertical_Menu li a:hover {
	padding:1px 0px 0px 40px; 
	background: url('../images/vertical_menu.jpg') 0 -20px;
	font-family: Trebuchet MS, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 10pt;
}

