* { 
	font-size: 12px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}

img {
	border-width: 0;
}

body {
	background: #5f71a2 url(../images/top_grad.png) repeat-x 0 -1px;
}

.bar { font-size: 13px; background-color: #c4c4c4;
	font-weight: bold;
}

.barplain { font-size: 12px; background-color: #c4c4c4;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.boxme_padded{
	padding: 2px;
	border: 1px solid #797979;
	background-color: #e4e4e4;
}
.boxme {
	border: 1px solid #797979;
	background-color: #e4e4e4;
}
.boxme2 {
	border: 1px solid #797979;
	background-color: #e4e4e4;
	border-top-style: none;
	border-bottom-style: none;
}

.boxme3 {
	border: 1px solid #797979;
	background-color: #e4e4e4;
	border-top-style: none;
}

.header {
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	padding: 2px;
	background-color: #30689f;
}
.dropme {
	border-style: inset;
	border-width: 1px;
	background-color: #fff;
	padding: 2px;
}

small {
	color: #5e5e5e;
	font-size: 10px;
}

#header ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#header li {
	margin-left: 0px;
	margin-bottom: 0;
	margin-right: 4px;
	margin-top: 0;
	float: left;
	border: 1px solid #797979;
	border-bottom-width: 0;
}

#header a {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	display: block;
	background: #eee;
	padding: 0.24em 1em;
	text-align: center;
}

#header a:hover {
	background-color: #b3b3b3;
}

#header .selected {
	border-color: #797979;
}

#header .selected a {
	position: relative;
	top: 1px;
	background: #e6e6e6;
	color: black;
	font-weight: bold;
}

#header .selected a:hover {
	position: relative;
	top: 1px;
	background: #e6e6e6;
	color: black;
	font-weight: bold;
}


#header .not_selected {
}

#header .not_selected a {
}

.content_visible {
	border: 1px solid #797979;
	clear: both;
	padding: 2px;
	visibility: show;
	display: block;
	background: #e6e6e6;
}

.content_invisible {
	border: 1px solid #797979;
	clear: both;
	padding: 0 1em;
	visibility: hidden;
	display: none;
}

.bigger {
	font-weight: bold;
	font-size: 16px;
}


#footer_copyright {
	display: block;
	color: #0d0d0d;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
}