body {
	background-image:url('/images/back.gif') ;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 30px 10px;
	padding: 0px;
	
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 850px;
	border: 2px solid #333;
        background-image:url(images/content_bg.gif);
}
a{
	font-size:12px;
	color:#990000;
	text-decoration: none;
}
p{
	margin: 15px 0px;
}
/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	width:850px;
	height:130px;
        position:relative;

}
#header ul{
	background-color:#444;
	width:850px;
	display:block;
	top:130px;
	position:absolute;
	margin: 0px 0px 0px 0px;
	height:22px;
	padding:5px 0px 0px 0px;
	text-align:left;
}
#header li{
	display:inline;	
}
#header li a{
	text-decoration:none;
	color:#FFFFFF;
	margin: 0px 8px;
        padding: 0px 8px;
        border-right: #FFF 2px solid;
}
#header ul a:hover{
	text-decoration:underline;
	color:#ffcc00;
}


#header_text {
	top:90px;
	left:43px;
	width:230px;
	position:absolute;
}
#header_text p{
	font-size: 18px;
	color:#FFFFFF;
}
#header_text a{color:#28556b;}
#header_text a:hover{color:#c77e0c;}
/********************** Content ***************************/
#content {
	
	width:850px;
	background-image:url('/images/bkc.gif') ;
	

}
img{
	border-width:0px;
}
h1{
	color:#000000;
	font-size:14px;
	margin: 20px 0px 5px 0px;
}

h2{
	color:#333;
	font-size:14px;
	text-align:left;
	width:200px;
	margin: 10px 0px 5px 0px;
        border-top: #333px solid;
        border-bottom: #777 1px solid;
}
#left {
	float:left;
	width:630px;
	margin-left:5px;
	padding: 10px 10px 10px 0px;
	display:inline;
        text-align: justify; 
        border-right: #fFffff 2px solid;
        
}
#left a{color:#28556b;}
#left a:hover{color:#c77e0c;}

#bottommenu{
        float:left;
	width:490px;
	margin:25px 10px;
	padding: 5px 10px ;
	display:inline;
        text-align: justify; 
        border: #ccc 1px solid;
        background-color:#eeeeee; 
}
#bottommenua{
	margin-right:14px;
}
#right {
	float:right;
	width:170px;
	padding: 0px 20px 5px 5px;
	margin-top:10px;
	text-align: justify; 

}
#right a{
	color:#990000;
	text-decoration: none;
	
	
}
#right a:hover{
	color:#85a157;
}
/********************** Footer ***************************/
#footerline {
clear:both;
background-image:url(images/footer_bg1.gif);
font-size:1px;
height:10px;
}

#footer {
	width:850px;
        color:#ffffff;
	text-align:center;
	padding: 20px 0px;
        background-color:#666666;
}
#mytable {
	width: 600px;
	padding: 0;
	margin: 0;
	border-top: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
}

caption {
	padding: 0 0 5px 0;
	width: 600px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


td.alt {
	background: #F5FAFA;
	color: #797268;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}