body {
	background-color: #A8AFB7;
	margin: 0px;
	text-align: center;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333;
}
a {
	text-decoration:none;
}

b {
	color:#000099;
}
ul {
	list-style:url(img/bul.gif);
}

.ast {
	color:red;
}
.sub {
	font-weight: bold;
	color:#990000;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 13px;
}
#home {
	display:block;
	float: left;
	width: 150px;
	height: 100px;
	margin: 40px 30px;
}

#container {
	width: 760px;
	min-height: 500px;
	text-align: left;
	margin: 0 auto;
	background-image:url(img/bg.jpg);
	background-repeat:no-repeat;
}
#menu {
	display: block;
	float: right;
	width: 400px;
	height: 230px;
	margin: 0px 30px 0px 0px;
	text-align:right;
}
#mainmenu {
	display: block;
	margin-bottom: 30px;
}
#top {
	padding-right: 0px;
	height: 170px;
}
#top a {
	display: block;
	float: right;
	margin: 8px 0px 0px 20px;
	background-image:url(img/arrow.gif);
	background-repeat:no-repeat;
	text-indent: 20px;
	color: #000;
}
#flashcontent {
	display: block;
	clear:both;
	padding: 0px 22px;	
}
#content {
	display: block;
	clear:both;
	padding: 30px 22px;
}
#myContent {
	margin-top:10px;
	margin-right:16px;
	width: 300px;
}
#footer {
	text-align:center;
	clear:both;
	padding: 10px;
	font-size: 9px;
}
.field_name {
	margin-bottom: 10px;
}

/* tabs */
#tabcontainer {
	clear:both;
	margin: 0;
	width: auto;
	min-height: 300px;
}
ul.tabs {
    margin-left:8px;
    padding:0px;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-weight: bold;
}

ul.tabs:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}

ul.tabs a:focus, .tabs a:active {
    outline: none; /* @ Firefox 1.5, remove ugly dotted border */
	color: #990000;
}

ul.tabs li {
    display:block;
    float:left;
    padding-right: 5px;
}
ul.tabs li a {
    display:block;
    float:left;
	height: 16px;
    padding:0px 5px 0px 0px;
	border-right: 1px solid #A37143;
    text-decoration:none;
	color: #A37143;
}
ul.tabs li a.last {
	border-right: none;
}

ul.tabs li a:visited {
	background-color:auto;
	color: #A37143;
}

ul.tabs li a.selected, ul.tabs li a.active {
	font-weight: bold;
	color:#990000;
}

ul.tabs li a:hover {
	color:#990000;
}

.tab-content {
	clear:both;
    padding:10px 0px;
}