body {
	font: 90.5%/1.5 Helvetica, Arial, serif;
	color: #333;
	background-color: #fff;
}

a:link {
	color: #235599; 
}
a:visited {
	color: #235599; 
}
a:hover { 
	color: crimson;  
	border-bottom: none;
}
h1 {
	font-family: Georgia;
	font-size: 1.8em;
	color: #555;
}

h2 {
	color: #333;
	font-size: 1.4em;
	line-height: 110%;
}

h3, h4 {
	font-family: 'Times New Roman', Times, 'DejaVu Serif', serif;  
}

.parent {
	margin-top: 0.5em;
}

.p_parent {
	font-size: 0.8em;
	margin-left: 2px;
	left: -15px;
	position: relative;
}


q:before { content: "«" } q:after { content: "»" }


blockquote {
			font-style: italic;
			background: #f5f5f5 url(/files/img/laquo.gif) no-repeat 10px 10px;
			border-top: 1px solid #ccc;
			border-bottom: 1px solid #ccc;
			margin: 0 0 16px 0;
}

/* use only one paragraph in a blockquote while all browsers has no full support of “first-child” and “last-child” pseudo classes. */
blockquote p{
	padding: 0 40px;
	margin: 10px;
	background: url(/files/img/raquo.gif) no-repeat right bottom;
}


.header {
	width: 100%;
	height: 128px;
	background-color: #fff;
	text-align: left;	
	border-bottom: 1px dashed #aaa;	
	margin-bottom: 15px;

}

.logo {
	position: relative;
	top: 45px;
	left: 20px;
	vertical-align: top;
}


#base {
	margin: 0px auto;
	max-width: 950px; 
}

.menu, .menu_small {
	padding: 0px;
	margin: 10px 5px 5px 25px;
	font-size: 0.9em;

}
.menu_small li {
	padding: 4px 0px;	
	position: relative;
	margin-bottom:5px;
	font-size: 0.9em;
}


.menu li {
	padding: 10px 0px;	
	padding-left: 5px;
	position: relative;
	margin-bottom:5px;
	font-size: 110%;
}

.floatholder {

}

.floatbox {
	float: left;
	width: 30px;
	height: 28px;
	margin: 1px;
	padding: 2px;
	font-size: 110%;
	border: 1px solid #f7f7f7;
	background-color: #fff;
	text-align: center;
}

.floatbox:hover {
	background-color: #f5f5f5;
}

.selected {
	background-color: cornflowerblue;
}

.selected a {
	color: white;
}

.floatbox a {
	text-decoration: none;
	font-family: Georgia;
}


#container
{
	background-color: #fff;
	color: #333;
}


#leftnav
{
	float: left;
	width: 200px;
	margin: 0;
	text-align: left;
	vertical-align: top;
}

#rightnav
{
	float: right;
	width: 200px;
	margin: 0;
	padding-top: 1em;
	text-align: left;
	max-width: 18em;
	vertical-align: top;
	
}

#content
{
	max-width: 51em;
	margin-left: 200px;
	margin-right: 240px;
	padding: 1em;
	text-align: left;
	vertical-align: top;
}

#footer
{
	font-size: 90%;
	text-align: left;
	clear: both;
	padding: 10px;
	color: #333;
	border-top: 1px dashed #aaa;	
}


.first {
	color: #8C6857;
}

.counters {
	float: right;
}


.adminlinks {
	background: #f5f5f5;
	border: 1px solid #ccc;
	padding: 5px;
	font-family: Verdana;
	font-size: 85%;
	line-height: 170%;
}

.adv {
	border: 1px dashed #f5f5f5;
	font-size: 80%;
	font-family: Verdana;
	line-height: 160%;
	padding: 5px;
}



/******************  login helper **********************************/


.login_form {
	width: 250px;
	margin:auto;
}

.vi {
	border: 1px solid #eee;
	padding: 10px;
	text-align: center;
}

.vi h4 {
	margin-bottom: 0.5em;
}
