body {
    color: #000000;
    background-color: #10198A;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    font-family: arial, Helvetica, "Bitstream Vera Sans", "Luxi Sans", Verdana, sans-serif;
}

a,
a:link,
a:visited {
	color: #04D;
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	color: #04D;
	background-color: transparent;
	text-decoration: underline;
}

div.top {
    width: 100%;
    height: 70px;
}

div.top a.logo,
div.top a.logo:link,
div.top a.logo:hover,
div.top a.logo:visited {
	 background-color: transparent;
     border: none;
     text-decoration: none;
}   

/*
div.top p {
    background-color: transparent;
	color: #FFFFFF;
	margin: 20px;
    padding: 0px;
	float: left;
}


div.top a {
	color: #FFFFFF;
}
*/

img.logo {
    float: left;
    border: none;
	margin-top: 21px;
	margin-left: 16px;
}

#menu {
	float: left;
    border: 1px #999999 solid;
    width: 130px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: arial, Helvetica, "Bitstream Vera Sans", "Luxi Sans", Verdana, sans-serif;
    font-size: 14px;
}

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

#menu li.sub {
    color: #000000;
    background-color: #10198A;
    font-weight: bold;
    padding: 0px;
}

#menu .title {
    padding: 4px;
    text-align: left;
	color: #ffffff;
	background-color: #10198A;
}

#menu ul.sub {
    padding: 0px;
    margin: 0px;
    border-top: 1px #999999 solid;
    border-bottom: 1px #999999 solid;
    list-style: none;
}

#menu li a {
    display: block;
    background-color: #f0f0f0;
    color: #04D;
    border-top: 1px #d6d6d6 solid;
    border-bottom: 1px #d6d6d6 solid;
    margin: 0px;
	padding: 4px;
	padding-left: 10px;
    width: 100%;
}

#menu li a:visited {
    color: #04D;
	background-color: #f0f0f0;
}

html>body #menu li a {
    width: auto;
}

#menu li.item a:hover, ul.sub li.item a:hover {
    display: block;
    /* background: #ac0011; */
    /* background: #DC878F; */
	background-color: #4B96FF;
    color: #ffffff;
    border-top: 1px solid #274F87;
    border-bottom: 1px solid #274F87;
    text-decoration: none;
}

div.content {
	border: 1px solid #999999;
	color: #000000;
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 20px;

	/* this is a hack */
    margin-left: 160px;
}

img.regular {
	border: 1px black solid;
	margin: 5px;
}

img.regular:hover {
	border: 1px #04D solid;
	margin: 5px;
}

#skipnav {
    display: none;
}

#togglecss {
    position: absolute;
    top: 110px;
    right: 10px;
}

div.news {
}

div.news div.item {
}

div.news div.item img {
    margin: 10px;
}

div.news div.item img.right {
    float: right;
    margin-right: 0px;
}

div.news div.item img.left {
    float: left;
    margin-left: 0px;
}

img.thumb {
    border: 1px #999999 solid;
}

div.news div.item h3 {
   font-weight: bold;
   border-left: 10px #999999 solid; 
   padding-left: 4px;
   margin-bottom: 4px;
   
   clear: right;
}

div.news div.item p {
    margin-top: 0px;
    margin-left: 20px;
    margin-right: 20px;
}

li {
    text-align: justify;
	font-size: 14px;
}

p {
    text-align: justify;
	font-size: 14px;
}

h1 {
	margin:0;
	padding:0;
}

h2 {
    border-bottom: 1px #000000 solid;
	font-size: 17px;
	clear: right;
}

h3 {
    border-bottom: 1px #000000 transparent;
	font-size: 15px;
	margin-bottom: 10px;
	clear: right;
}

h4 {
    text-align: justify;
	font-size: 10px;
}

#footer {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;

	/* this is a hack */
    margin-left: 160px;
    margin-right: 20px;
}

#footer img {
    border: none;
    float: left;
    margin-left: 10px;
}

#footer p {
    text-align: justify;
	font-size: 10px;
}

h1, h2 {
 letter-spacing: 0.0em;
}

span.newsdate {
    font-weight: bold;
    border-bottom: 1px solid black;
}
