body {
    font: 12pt Arial;
    color: #ffff00;
    background: #113080;
    padding: 0px;
    margin: 0px;
    background-image: url(../images/background_with_logo.png);
}

img {
    border: 0px;
}

ul,ol
{
	padding: 0 0 0 0;
	margin-left:40;
	margin-bottom:3;
	margin-top:3
}

#header {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    /* border:1px solid #ffffff; */
    height: 175px;
}

#menu {
    position: absolute;
    top: 200px;
    left: 8px;
    font: 16pt Jester, Arial;
    /* border:1px solid #ffffff; */
    width: 150px;
}

#menu ul 
{
	list-style-type:none;
	margin-left:0;
}

.menu a {
    color:Yellow;
    /*color:#113080;*/
	text-decoration: none;
}

.menu #current {
    text-decoration:underline;
}

.menu li
{
	margin-bottom:6pt;
}

.submenu 
{
	margin-left:7pt;
    font: 11pt/14pt Jester, Arial;
    font-weight:bold;
    /* border:1px solid #ffffff; */
}

.submenu a {
    color:White;
	text-decoration: none;
}

.submenu li
{
	margin-bottom:3pt;
}


#content {
    position: absolute;
    top: 230px;
    left: 190px;
    width: 500px;
    /*right: 310px;*/
    padding-bottom: 30pt;
}

#content a {
    color: #ffffff;
    text-decoration: none;
}

#content h1 {
    font-size: 20pt;
    line-height: 20pt;
    margin-bottom:10pt;
    margin-top:0pt;
}

#content h2 
{
    font-size: 17pt;
    line-height: 17pt;
    margin-bottom:6pt;
    margin-top:10pt;
}

#content h3 
{
    font-size: 14pt;
    font-weight:normal;    
    padding:0 0 0 0;
    margin: 0 0 3 0;
}

#content h4
{
	font-size: 14pt;
	font-weight:normal;    
    padding:0 0 0 0;
    margin: 0 0 3 0;
    text-align:center;    
}

#content table 
{
	border-collapse:collapse;
/*    border: 1px solid #ffff00;*/
}

.note
{
	margin-left:20pt;
	margin-right:50pt;
	font-size: 10pt;
}


.infotable
{
	font-size:10pt;
}

.infotable td
{
    border: 1px solid #ffff00;
    padding: 3 5 3 5
}

.pictable th {
    font-size: 20pt;
    line-height: 20pt;
    font-weight: normal;
    /*border: 1px solid #ffff00;*/
}

#newsbar {
    position: absolute;
    top: 230px;
    left: 684px;
    width: 300px;
    background-image: url(../images/newsbar.gif);
}
#sidebar {
    position: absolute;
    top: 250px;
    left: 704px;
    width: 279px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    background-image: url(../images/sidebar.gif);
    background-repeat:no-repeat;
}

#newsbar a, #sidebar a {
    color: White;
    text-decoration: none;
}

#newsbar h1, #sidebar h1 {
    font-size: 17pt;
    margin-bottom:10pt;
    margin-top:0pt;
}
#newsbar h2, #sidebar h2 {
    font-size: 12pt;
    margin-bottom:4pt;
    margin-top:0pt;
}

#newsbar ul, #sidebar ul 
{
	margin-top:3pt;
	margin-left:15pt;
}	



.newsbartext, .sidebartext {
    margin: 20px 47px 20px 20px;
    font-size: 10pt;
    line-height: 16pt;
}

.sidebartext #current {
    text-decoration:underline;
}

.sidebarNote
{
    font: 9pt Arial;
}


.notepad
{
	background-color:Navy;
	color:Yellow;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:350px;
	width:225px;
}
