body { font-family: Arial, Verdana, sans-serif;  font-size: 100%; }
body, div, ul, li, h1, h2, h3, h4, p { 	margin: 0; 	padding: 0; }
.header { background-color:#006699; color:#f0f0f0;
         border-radius: 5px; 	-moz-border-radius: 5px; 	-webkit-border-radius: 5px;
	box-shadow: 0 0 6px #888888;	-moz-box-shadow: 0 0 6px #888888;  -webkit-box-shadow: 0 0 6px #888888;
}
.topbar { background-color:#006699; color:#f0f0f0;
         border-radius: 5px; 	-moz-border-radius: 5px; 	-webkit-border-radius: 5px;
	box-shadow: 0 0 6px #888888;	-moz-box-shadow: 0 0 6px #888888;  -webkit-box-shadow: 0 0 6px #888888;
}
A:link {color:#fffffa; text-decoration: none}
A:visited {color:#fffffc; text-decoration: none}
A:hover {color:#ffcc33;  text-decoration: underline}
.title { font-family: Arial, sans-serif;	font-size: 20px;	font-weight: 200;	color: #ffcc33;}
.menubar { background-color:#c0c0c0; 1px outset #dddddd; width:900px;}
.menuitem { background-color:#c0c0c0;  font-size:12pt; color:#006699; font-weight:bold; border: 1px outset #dddddd;}
.menu { 	background-color: #0033;  height:60px; border-radius: 5px;  }
.menu { 	background-color: #0033;  height:60px; border-radius: 5px;  }
.bottom {	background-color: #0033; height:60px;  border-radius: 5px; }
.counter{ color:#fffffa; background-color:#000;}
.tabs {	background-color: #666; height:100px; width:140px; border-radius: 8px 8px 0px 0px; color:#000; font-size:18px; height:90px; width:120px; padding:4px;}
A:link {color:#000; text-decoration: none}
A:visited {color:#c0c0c0; text-decoration: none}
A:hover {color:#009900;  text-decoration: underline}
img { border: 0; }
ul { 	list-style: none; }
h1, h2, h3, h4 {     font-family: Arial, sans-serif; 	font-size: 100%; 	font-weight: 100;}
#body { 	margin: 0; 	padding: 0; 	background-color: #f8f8f8; }
h1 { font-size: 38px;  color: #FFCC00; padding-left: 20px; }
h2 {	font-size: 32px; color: #515151; padding-left: 20px;	padding-top: 30px;}
h3 {	font-size: 28px;	color: #515151;	padding-left: 80px;	padding-top: 10px;}
h4 {	font-size: 16px;	color: white;	padding-left: 40px;	margin-top: -5px;}
.content{ background-color: #fbfbfb; }
.box { border-top: 1px solid #c0c0c0;  padding-top: 5px; }
.description {
	font-family: Verdana;
	font-size: 13px;
	font-weight: 100;
	color: #515151;
	line-height: 150%;
	text-align: justify;
    padding-top: 15px;
}


.round_box {
	height: 80px;
	width: 160px;
    float: left;
	padding: 0px;
	margin-left: 00px;
    margin-bottom: 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 6px #888888;
	-moz-box-shadow: 0 0 6px #888888;
	-webkit-box-shadow: 0 0 6px #888888;
	background-color: #006699;
}

.round_box_text {
	height: 140px;
	width: 250px;
    float: left;
	padding: 10px;
	margin-left: 20px;
    margin-bottom: 30px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 6px #888888;
	-moz-box-shadow: 0 0 6px #888888;
	-webkit-box-shadow: 0 0 6px #888888;
	background-color: white;
}

.round_box_image {
	margin-left: 10px;
}

.caption {
	font-family: Verdana;
	font-size: 12px;
	font-weight: 200;
	color: #515151;
	text-decoration: none;
}

.big_round_box{
	width: 90%;
	padding: 10px;
	margin: 10px 0 20px 20px;
	float: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 6px #888888;
	-moz-box-shadow: 0 0 6px #888888;
	-webkit-box-shadow: 0 0 6px #888888;
	background-color: white;
}