﻿*{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #333333;
}

body{
	text-align: center;
}

p{
	line-height: 150%;
}

a:hover{
	color: #CC6699;
}

.clear{
	clear: both;
}
.titleft{
	color: #336699;
	background: #F3F3F3;
	border-top: 1px #CCC solid;
	font-size: 0.90em;
	padding: 3px;
	font-family: Verdana;
}
.cerceve{
	border: 1px #98CA00 solid;
	padding: 3px;
}

#container{
	width: 768px;
	text-align: left;
	margin: 0 auto;
}
#masterhead{

	background: #9FD500;
	background-image: url('img/is.jpg');
	padding: 5px;
	margin: 20px 0 20px 0;
	text-align: right;
}
#masterhead h1, #masterhead h1 a{
	color: #FFFFFF;
	font-size: small;
	font-weight: normal;
	font-variant: small-caps;
	text-decoration: none;
}

#left{
	float: left;
	width: 380px;
}
#left p, ul{
	font-size: 0.85em;
	margin-bottom: 19px;
}
#left ul, #left ul li{
	list-style-image: url('img/bullet_green.jpg');
	margin-left : 10px;
}

#right{
	float: right;
	width: 370px;
}
#right h2{
	font-size: small;
	font-family: Verdana;
	padding: 3px;
	margin-bottom: 15px;
}

#right ul, #right ul li{
	list-style-image: url('img/green_bullet.gif');
	margin-left: 9px;
}
#right p{
	font-size: 0.80em;
}
#right a{
	text-decoration: none;
	color: #999;
}
#right a:hover{
	color: #CC6699;
}


#bottom{
	background: #C0C0C0;
	font-family: Tahoma;
	font-size: xx-small;
	background-image: url('img/menu_back.gif');
	padding: 2px;
	margin-top: 10px;
}

#footer{
	font-family: Tahoma;
	font-size: xx-small;
	text-align: center;
	
}
