body { 
	margin-left:15px;
	margin-right:10px; 
	margin-top:10px; 
	margin-bottom:10px;	
	font-family:Arial,Helvetica,Avantgarde,sans-serif;
	font-size:1.0em;
	color:#000000;
	background-color:#ffffff;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y; 
		}
h1	{
	color:#ffffff;
	background-color:#878787;
	padding-left:5px;
	font-size:1.4em;
	font-weight:bold;
	background-image:url(../images/bg_h.gif);
	background-repeat:repeat;
}	
h2	{
	color:#878787;
	font-size:1.2em;
	font-weight:bold;
}
h3	{
	color:#878787;
	font-size:1.0em;
	font-weight:bold;
}
th {
	color:#ffffff;
	background-color:#878787;
	font-size:1.0em;
	font-weight:bold;
}
td {
	background-color:#cacaca;
}
#logocontainer {
	position:absolute;
	float:left;
	width:100%; 
	height:123px;
	top:0px;
	left:0px;
	background-color:#b3925f;
	background-image:url(../images/topb.jpg); 
	background-repeat:repeat-x; 
	background-position:right; 
}
#logo {
	position:absolute;
	float:left;
	width:180px; 
	top:0px;
	left:0px;
	z-index:5;
}
#logotext {
	position:absolute;
	width:80%; 
	left:180px;
}
#navigation li {
    display: inline;
	font-size:1.0em;
	font-weight:bold;
	list-style-type:none;
}
#navigation2 li {
	font-size:1.0em;
	font-weight:bold;
	list-style-type:none;
	list-style-image:none;
}	
ul {
	list-style-image:url(../images/bullet.gif);
}
ul#navigation {
	margin-top:10px;	
	margin-left:185px;
	padding-left:0px;
}
ul#navigation2 a {
    display:block;
	width:160px;
}
li {
}	
li.nav {
}	
#nav {
	position:absolute;
	top:100px; 
	width:100%;
	left:0px; 
	vertical-align:middle;
/*	background-image:url(../images/bg_nav.gif);
	background-repeat:repeat-x; 
	background-position:right; */
	z-index:0;
}
#nav2 {
	position:absolute;
	margin-top:220px; 
	margin-left:-50px; 
}
#content {
	position: absolute;
	width:65%; 
	top: 160px;
	left:190px;
	right:15px;
/*	border-left-width:1px;
	border-left-style:solid; */
	border-color:#878787; 
	padding-left:10px;
/*	text-align:justify; */
}
#footer {
	 clear:both; 
	/* position: absolute; */
	/* position: relative; */
	width:100%; 
/*	bottom:0px; */
	background-color:#cacaca;
	background-image:url(../images/bg_f.gif);
	background-repeat:repeat;
	margin-top:12em; 
	font-size: 0.8em;
	color: #000000;
	text-align: center;
}
label {
	width:7em;
	float:left;
	padding:3px;
	margin:1px;
	font-weight:bold;
}
fieldset {
    border-width:0px;
	background-color:#cacaca;
	background-image:url(../images/bg_f.png);
	background-repeat:repeat-y; 
	background-position:right;
}	
textarea {
    border-width:1px;
    border-style:solid;
    border-color:#878787;
    color:#878787;
    background-color:#ffffff;
}
input {
    border-width:1px;
    border-style:solid;
    border-color:#878787;
    color:#000000;
    background-color:#ffffff;
}
.button {
    border-width:1px;
    border-style:solid;
    border-color:#878787;
    color:#ffffff;
    background-color:#c0c0c0;
	background-image:url(../images/button.jpg);
}
p.textlogo {
	font-size:2.4em;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:-10px;
}
.errorbox {
    border-width:1px;
    border-style:solid;
	border-color:#ff0000;
	color:#ff0000;
	padding:10px;
}
a	{ text-decoration:none }	
a:link	{ color:#bf0d0d; }
a:visited { color:#911919; }
a:active	{ color:#911919;}
a:hover	{ color:#ffffff;background-color:#bf0d0d;text-decoration:underline } 
a.navi	{ 
	text-decoration:none;
	padding: 3px;
	margin: 0px;
	font-weight:bold;
	background-color:#eaeaea;
	border-style:solid;
	border-color:#878787;
	border-top-color:#bf0d0d;
	border-right-color:#bf0d0d;
	border-width: 1px;
/*	background-image:url(../images/menu.gif);
	background-repeat:no-repeat;
	background-position:top; */
}	
a.navi:link	{ 
	color:#bf0d0d; 	
}
a.navi:visited { color:#911919; }
a.navi:active	{ color:#911919;}
a.navi:hover	{ 
	color:#ffffff;
	background-color:#bf0d0d;
	text-decoration:none;
	border-color:#878787;
	border-bottom-color:#bf0d0d;
	border-left-color:#bf0d0d;
	border-width: 1px;
}	
a.navi_selected	{ 
	text-decoration:none;
	padding: 3px;
	margin: 0px;
	font-weight:bold;
	background-color:#bf0d0d;
	border-style:solid;
	border-color:#878787;
	border-top-color:#bf0d0d;
	border-right-color:#bf0d0d;
	border-width: 1px;
/*	background-image:url(../images/menu.gif);
	background-repeat:no-repeat;
	background-position:top; */
}
a.navi_selected:link	{ 
	color:#ffffff;
}
a.navi_selected:visited { color:#e0e0e0; }
a.navi_selected:active	{ color:#e0e0e0;}
a.navi_selected:hover	{ 
	color:#bf0d0d; 	
	text-decoration:none;
	background-color:#eaeaea;
	border-color:#878787;
	border-bottom-color:#bf0d0d;
	border-left-color:#bf0d0d;
	border-width: 1px;
} 

