
body {
    font-family: Verdana, Sans-Serif;
    text-align: center; /* IE 5, 5.5 fix */
}

div.main {
	width: 800px;
	min-height: 613px;
	margin:0px auto;
	text-align: left;
	border-bottom: 1px solid #000000;
	background-color: #F0F0F0;
	background-image: url(img/menu_fade.gif);
	background-repeat:repeat-y;
}
div.footer {
	clear: right;
	width: 800px;
	margin:0px auto;
	text-align: center;
	font-size: 8pt;
}
div.logo {
	width: 800px;
	height: 103px;
}
/* MENU */
div.menu {
	width: 140px;
	/*height: 500px;*/
	float: left;
    /*background-color: #D0D0D0;*/
    /*background-image: url(img/menu_fade.gif);*/
    padding: 5px;
    font-size: 10pt;
}
div.menu p {
	margin-top: 8px;
	margin-bottom: 2px;
	font-weight: bold;
}
div.menu div.logos {
	margin-top: 20px;
	margin-left: 8px;
}
div.menu a {
	margin-left: 5px;
    text-decoration: none;
    color: #000080;
}
div.menu a:hover {
    text-decoration: underline;
    color: #000080;
}

/* CONTENT */
div.content {
	float: right;
	/*height: 490px;*/
    background-color: #F0F0F0;
    padding: 10px;
	font-size: 10pt;
	width: 630px;
	/*overflow: auto;*/
}

div.content a {
	text-decoration: none;
	color: #000080;
	font-weight: bold;
}
div.content a:hover {
	text-decoration: underline;
	color: #F00000;
}

/* content styles */
h1 { margin-top: 0px;
     font-size: 16pt;
     font-weight: bold;
     font-family: Sans-Serif;
     color: #A00000;
    }
h1:first-letter {
	color: #F00000;
}

h2 { margin-top: 0px;
     font-size: 14pt;
     font-weight: normal;
     font-family: Sans-Serif;
    }

h3 { 
     font-size: 12pt;
     font-weight: bold;
     font-family: Sans-Serif;
}

code {
	color: #008060;
}

ul.jbul {
	margin-left: 23px;
}
ul.jbul li { 
     list-style-image: url(img/jbullet.gif);
}
ul.jbul li:first-line { 
     font-weight: bold;
     font-size: 12pt;
}

p {
	margin-top: 4px;
}


table.tbl th {
    text-align: left;
    background-color: #E0E0E0;
    font-size: 10pt;
}
table.tbl td {
    background-color: #FFFFFF;
    font-size: 10pt;
}

div.userquote {
	margin-left: 5px; 
	padding: 5px; 
	border: 1px solid #808080;
	background-color: #E0E0F0;
	text-align: center;
	font-size: 10pt; 
	
}