/* body */
#content{
    float:left;
    width:900px;
    padding:15px 0 0 0
}

#content .rightColIn ol{
   margin-left: 30px;
}
#content .rightColIn li{
   margin-left: 5px;
   clear:both;
}

#content .rightColIn  ul{
   margin-left: 30px;
}

.leftCol{
    float:left;
    width:325px;
    display:block
}
.rightCol{
    float:right;
    width:566px;
    display:block
}
.rightColIn{
    float:right;
    width:540px;
    display:block
}

p{
    margin:10px 0
}

/* CSS FOR Password Request Form */
.request_form
{
    clear:both;
}
.input
{
    border: 1px solid #0776be;
}

.textareadisabled{
	background-color: #ffffff;
	border:2px solid #f1eeee;
	font:11px Arial, Helvetica, sans-serif;
	color:#013764;
}

.tbl_blue
{
	border: 2px solid #013a68;
}

.tbl_blue tr td
{
	padding: 10px;
	border: 1px solid #013a68;
}

.tbl_blue_hdr, .tbl_blue_cell
{
	font-size: 14px;
	font-weight: bold;
	background-color: #013a68;
	color: #fff;
}

.tbl_blue_cell
{
	background-color: #fff;
	color: #000;
}

.tbl_blue_sml_txt
{
	font-size: 12px;
	font-weight: bold;
	background-color: #fff;
	color: #013a68;
}


