/****************************/
/* GENERAL STYLE DEFINITION */
/****************************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #EEEEEE;/*#E9E9E9;*/
	font-size:100%;
	padding: 0;
	margin: 0;
}
div{
	overflow: ;
	text-align: left;
	display: ;
	width: ;
	font-size: 90%;
	background-color: ;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: ;
	margin-bottom: ;
	margin-left: ;
	margin-right: ;
	border-top: ;
	border-bottom: 1px solid black;
	background-image: url(images/subnav.jpg);
}
li{	
	line-height: 160%;
	padding-top: 1ex;
}
a {	text-decoration: none;}
p {	line-height: 150%;}
h1 {
	font-size: 115%;
	line-height: 100%;
	font-weight: bold;
}	
h2 {
	font-size: 110%;
	font-weight: bold;
	padding: 0;
	margin-top:1ex;
}	
h3 {
	font-size: 105%;
	line-height: 105%;
	font-weight: bold;
}
table{
	font-size: 72%;
	width: 100%;
	margin-top: 1em;
	align: right;
	padding-right: ;
}
table table{
	font-size: 100%;
	width: 100%; 
	margin-top: 1em;
}
tr {
	margin: 0;
	padding:0;
}
td {
	vertical-align: top;
	margin: 0;
	padding:2ex;
	border:0px solid black;
}
table table td {
	vertical-align: top;
	margin: 0;
	padding:0.5ex;
}
img {
	border: 0ex;
	margin-top: 0ex;
	padding: 0ex;
}
#pic {
	border: ;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: ;
}
/**************************************/
/* NAVIGATION (LEFT) STYLE DEFINITION */
/**************************************/

#navigation {
	overflow: visible;
	text-align: left;
	font-size: 70%;
	display: ;
	width: ;
	height: ;
	background-color: white;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: ;
	margin-bottom: ;
	margin-right: ;
	background-image: url(images/nav.jpg);
	background-repeat: repeat-x;

}
#navigation a {
	font-family: Verdana;
	padding-left: 0.5ex;
	padding-right: 0.5ex;
	padding-bottom: ;
	margin-bottom: 10px;
	margin: ;
	text-decoration: none;
	font-weight: bold;
	color:  #666666;
	letter-spacing: 5px;
}
#navigation a.red{				color: #990000;}
#navigation a.blue{				color: #0033CC;}
#navigation a.brown{			color: #B37800;}
#navigation a.orange{			color: #FF8C1A;}
#navigation a.grey{				color: #CCCCCC;}
#navigation a.hoverred:hover{	color: #990000;}
#navigation a.hoverblue:hover{	color: #0033CC;}
#navigation a.hoverbrown:hover{	color: #B37800;}
#navigation a.hoverorange:hover{color: #FF8C1A;}
#navigation a.hovergrey:hover{	color: #CCCCCC;}
.onav{					background-image: url(images/subnav_orange.jpg);}
.brownnav{				background-image: url(images/subnav_brown.jpg);}
.greynav{				background-image: url(images/subnav_grey.jpg);}
#subnavigation.bnav{	background-image: url(images/subnav_blue.jpg);}

#subnavigation a{
	font-family: Verdana;
	font-size: 70%;
	padding-left: 0.5ex;
	padding-right: 0.5ex;
	letter-spacing: 5px;
	padding: ;
	padding-bottom:;
	margin-bottom: ;
	text-decoration: none;
	font-weight: normal;
	color:  #000000;
	letter-spacing: 5px;
	margin-bottom: ;
	padding-bottom: ;
}
#subnavigation a.red{		/*background:  #FE5301;*/}
#subnavigation a.active{color: black;}
#subnavigation a.hoverred{color: #EBEBEB;}
#subnavigation a.hoverred:hover{color: black; background-image: url();}

td a{
	text-decoration: underline;
	font-color: blue;
}
td a:visited{
	text-decoration: underline;
	font-color: blue;
}
td.caption{
	font-weight: bold;
	width: 12em;

}
td.light_caption{
	width: 12em;
}
#header {
	background-image: url(images/header.jpg);
	height: 60px;
	width: 100%;
	background-repeat: repeat-x;
	padding:0;
	margin:0;
	border:0;
}
#logo_right{
	background-image: url(images/header.jpg);
	position: absolute;
	top: 0;
	right:0;
	padding:0;
	margin:0;
	border:0;
}
#footbar{
	text-align: right;
	font-size: 60%;
	padding: 0;
	width: 100%;
	height: 40px;
	vertical-align: bottom;
	border-top: 0px solid black;
	border-bottom: 0px solid black;
	background-image: url(images/footer.jpg);
	color: #666666;
}
