@charset "utf-8";
/* CSS Document */
body
{
margin-top: 5px;
margin-bottom: 5px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
text-align: center;
}

a
{
text-decoration: none;
color: #074085;
font-weight: 100;
}

a:hover
{
text-decoration: none;
font-weight: 100;
color: #CC6600;
}

h1
{
font-size: 14pt;
color: #074085;
}

h2
{
font-size: 12pt;
color: #074085;
}

h3
{
font-size: 11pt;
color: #074085;
}

#wrapper
{
margin: auto;
width: 780px;
border-color: #CC6600;
border-style: solid;
border-width: 1px;
text-align: left;
}

#copyright
{
display: inline;
width: 350px;
float: left;
margin-left: 10px;
padding-top: 2px;
color: #666666;
font-size: 9pt;
}

#host
{
width: 350px;
float: right;
margin-right: 10px;
padding-top: 2px;
text-align: right;
color: #666666;
font-size: 9pt;
}

#host a
{
color: #666666;
}

#topbanner
{
width: 780px;
height: 294px;
clear: both;
}

#main
{
width: 780px;
display: inline;
padding: 0;
}

#leftnav
{
width: 158px;
float: left;
margin-left: 10px;
margin-right: auto;
display: inline;
}

#separator
{
background-image: url(images/jcmsi_22.jpg);
width: 10px;
height: 300px;
display: inline;
visibility: visible;
float: left;
}

#contentdiv
{
float: right;
width: 595px;
margin-left: 5px;
margin-right: 9px;
padding: 0;
}

#content
{
float: right;
width: 575px;
padding: 0;
}

#pagebottom
{
clear: both;
width: 780px;
padding: 0;
}

.required
{
color: #FF0000;
}

.tblheading
{
background-color: #FFCC66;
font-weight: bold;
padding-left: 5px;
padding-right: 5px;
}

.tbltext
{
background-color: #F0F0F0;
padding-left: 5px;
padding-right: 5px;
}

img
{
	border: none;
}