body
{
	background-color: #5C5C5C;
	background-image: URL("images/stripebackground.jpg");
	text-align: center;
	font-family: Georgia, Helvetica, arial;
}

#container
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 600px;	
	background-image: URL("images/page_background1.jpg");
	background-repeat: no-repeat;
	margin-top: 60px;	
}

#binder1
{
    position: relative;
    left: 203px;
    top: 20px;
    z-index: 99;
}

#binder2
{
    position: relative;
    left: 164px;
    top: 300px;
    z-index: 99;
}

#binder3
{
    position: relative;
    left: 124px;
    top: 560px;
    z-index: 99;
}

#divLogo
{
	text-align: right;
	height: 34px;
	line-height: 50px;	        
    background-color: #32639D;
    padding-right: 24px;
}

#divLogo img
{
    padding-left: 32px;

    top: -3px;
}

#divLogo span
{
    color:#FFF;
    font-size: 16pt;
	font-family: arial;
	font-family: arial;
	font-weight: bold;
}

#divLogo img
{
    margin-top: 4px;
    padding-right: 4px;
    position: absolute;
    left: 0px;
}

#leftMenu
{
	width: 218px;	
	float: left;
	text-align: left;
	height: 591px;	
	border: solid 1px white;
	background-color: #32639D;
}

#rightContent
{
	float: right;
	width: 563px;
	height: 590px;	
	margin-top: 0px;
	text-align: left;
	position: relative;
	padding-left: 0px;
	left: -9px;
	border: solid 1px white;
	background-color: #FFF;
}

#content
{	
	height: 479px;
	overflow: auto;
	font-size: 10pt;
	padding-right: 6px;
	background-color: white;
	margin-top: 10px;
	padding-left: 22px;		
}

h1
{
	font-size: 13pt;
	font-family: arial;
	color: #004A95;
	font-weight: bold;
	padding-bottom: 15px;
}

#rightFooter
{
	clear: both;
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	color:white;
	font-size: xx-small;
	text-align: center;	
	background-color: #32639D;
}

#leftMenuImage
{
	position: absolute;
	bottom: -13px;
}

#leftMenuImage1
{
	position: relative;
	bottom: 16px;
}

#credits a
{
	font-size: xx-small;
	color: white;
	text-decoration: none;
}

#credits a:hover
{
	text-decoration: underline;
}

/* start rounded box */

.rbroundbox { background: url("images/nt.gif") repeat;}
.rbtop div { background: url("images/tl.gif") no-repeat top left; }
.rbtop { background: url("images/tr.gif") no-repeat top right; }
.rbbot div { background: url("images/bl.gif") no-repeat bottom left; }
.rbbot { background: url("images/br.gif") no-repeat bottom right; }

.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 95%; margin: 1em auto; }

.rbroundbox
{
    margin-bottom: 0px;
    padding-bottom: 0px
}

/* end rounded box */


/* new menu */

#navigation {
	width: 218px;
	margin: 0px;
	margin-top: 30px;
}

#navigation li a {
	height: 32px;
  	voice-family: "\"}\"";
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}

#navigation li a:link, #navigation li a:visited {
	color: #FFF;
	display: block;
	background:  url("images/menu9.gif");
	padding: 8px 0 0 35px;
	}

#navigation li a:hover {
	color: #FFF;
	background:  url("images/menu9.gif") 0 -32px;
	padding: 8px 0 0 35px;
	}

#navigation li
{
    list-style-type: none;
}

/* end new menu */


.clienteditor a
{
    color: Navy;
}

.clienteditor a:visited
{
    color: Blue;
}

.clienteditor a:hover
{
    color: Orange;
}

.clienteditor h3
{
    font-weight: bold;
    padding: 4px;
    margin: 0px;
}

.clienteditor b
{
    font-weight: bold;
}
.clienteditor
{
    line-height: 17px;
}

dt
{
    float:left;
    width: 100px;
    padding-top:2px;
}

fieldset input
{
height: 20px;
}

fieldset input, fieldset textarea
{
    line-height: 20px;
    border: solid 1px black;
    margin: 3px;
}


fieldset legend, #cmdSubmit
{
    font-weight: bold;
    border: solid 1px black;
    margin: 2px;
    padding: 4px;
    color: white;
    background-color: #32639D;
}

#cmdSubmit
{
    height: 22px;
    padding: 0px;
}

fieldset
{
    border: solid 1px #32639D;
}



textarea
{
    margin:3px;
}

#content ul
{
	margin: 15px;
}

#content ul li
{
	list-style-type: square;
}
