*{margin:0; padding:0;}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	background:#F4F4F4;
	font-size:12px;
}
a:link {color: #666}
a:visited {color: #666}
a:hover {color: #C27B80}

h1 {
	font-size:16px;
}

h2 {
	font-size:14px;
	padding: 4px 0 5px;
}

h3 {
	font-size:12px;
	padding: 4px 0 5px;
}

h4 {
	font-size:10px;
	padding: 0px 0 5px 12px;
}

h5 {
	font-size:10px;
	padding: 0px 0 5px;
}

ul {
	list-style:square;
	font-size:10px;
	padding: 0 0 0 12px;
}

.clearer {
clear:both;
line-height:0px;
}

#wrapper {
	width: 800px;
	margin:0 auto;
}

#top
{
	height: 31px;
}

#tabs {
	float:left;
	background:#F4F4F4;
	font-size:93%;
	line-height:normal;
}

#tabs ul {
	margin:0;
	padding:10px 10px 0 20px;
	list-style:none;
}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
}

#tabs a {
	float:left;
	background:url("../img/tableftB.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}

#tabs a span {
	float:left;
	display:block;
	background:url("../img/tabrightB.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#666;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */

#tabs a:hover span {
	color:#000;
}

#tabs a:hover {
	background-position:0% -42px;
}

#tabs a:hover span {
	background-position:100% -42px;
}

#flags {
	float: right;
	padding-top: 18px;
}

#content {
	border-top: 0px solid #C7C7C7;
	border-left: 0px solid #C7C7C7;
	border-right: 0px solid #C7C7C7;
	padding: 12px 10px 12px 10px;
	min-height: 420px;
	_height: 450px;
}

#all
{
	border-top: 0px solid #C7C7C7;
	border-left: 0px solid #C7C7C7;
	border-right: 0px solid #C7C7C7;
	padding: 12px 10px 12px 13px;
	float: right;
	min-height: 420px;
	_height: 450px;
	text-align:justify;
}

#content #left
{
	width: 200px;
	float: left;
}

#content #right
{
	padding: 0 10px 10px 0;
	width: 500px;
	float: right;
	text-align:justify;
}

#footer {
	border-top: 0px solid #C7C7C7;
	padding-top: 8px;
	text-align: center;
	font-size:9px;
}

.indented
   {
   padding-left: 50px;
   padding-right: 50px;
   }

