@import 'reset.css';
@import 'fixed.css';
@import 'header.css';

#content h1 {
	font-size: 24px;
	font-weight: bold;
	color: #ae3a1d;
/*	height: 50px;*/
	line-height: 32px;
	margin-bottom: -5px;
}

#content h2.empty{
	height: 0px;
	font-size: 0px;
}

h1 span {
	font-size: 36px;
	color: #00217b;
}

#right div.lifemel {
	font-size: 16px;
	font-weight: bold;
	color: #ae3a1d;
	line-height: 16px;
/*	height: 50px;*/
}

#right div.lifemel span {
	color: #00217b;
}

#right h2 {
	color: #ae3a1d;
	font-weight: bold;
	margin-top: 20px;
}

#right a {
	color:  #00217b;
	text-decoration: none;
}

#left div#language {
	font-size: 14px;
	color: #ae3a1d;
	/*height: 50px;*/
}

#left div#language a{
	font-size: 14px;
	color: #ae3a1d;
	text-decoration: none;
}

#left div#language a.active{
	color: black;
}

#content h2 {
	font-size: 18px;
	font-weight: bold;
	color: #00217b;
	margin-top: 25px;
	margin-bottom: -5px;
}

#content p {
	font-size: 16px;
	color: black;
	margin: 5px 0;
	text-align: left;
}

#content a {
	color: #0000ff;
	font-size: 16px;
}

#left div.mainNav {
	margin-top: 25px;
}
#left div.mainNav li a{
	display: block;
	line-height: 13px;
	text-decoration: none;
	color: #ae3a1d;
	font-size: 12px;
	font-weight: bold;
}
#left div.mainNav li a small {
	font-size: 11px;
	font-weight: normal;
	line-height: 3px;
}

#left div.mainNav li{
	background: url(../images/linkbg.gif) no-repeat top left;
	padding-left: 20px;
	margin-bottom: 8px;
}

#left div.mainNav li.active{
	background: url(../images/linkbgactive.gif) no-repeat top left;
}

table {
	padding-top: 10px;
}

table td{
	text-align: left;
	padding-left: 3px;
	border: 1px solid #ccc;
}

#content ul {
	padding-left: 10px;
	margin-top: 5px;
}
#content ul li{
	list-style: circle inside;
}