body {
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    color:#525252;
    font-family:sans-serif;
    font-size:13px;
}

.code {
    font-size: 12px;
    font-family: 'courier new';
}

.form-field {
    background-color: #f4f4f4;
}

.cursorhand
{

    cursor:pointer;
}


h4 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 26px;
    color: #941518;
    margin: 0 0 0 0;
}

a {
    color: #1e5fa9;
    text-decoration: none;
}

a:hover {
    color: #1e5fa9;
    text-decoration: underline;
}

img { 
    border: none;
}

.text {
    color:#525252;
    font-family:sans-serif;
    font-size:13px;
}


.titleDiv {
    border-bottom: 3px dashed #226997;
    font-family: Verdana;
    font-size:20px;
    font-weight:bold;
    color: #941518;
    padding: 5px 0px 15px 5px;
}


/* ---  container   ---- */


#container {
    width: 750px;
    margin: auto;
    padding: 0;
}


/* ---- top  ---- */

#header {
    width: 750px;
    height: 80px;
    margin: 0;
    padding: 0;
    background: #fff url("../images/header_bg.gif") no-repeat;
}

/* content */
/*-------------------------------------------------------------*/

#content {
    clear: both;
    width: 750px;
    margin: 24px 0 12px 0;
    padding: 0;
}


/* top nav */
/*----------------------------------------------------------------------------*/

#topbuttons {
    float: right;
    width: 515px;
    height: 27px;
    margin: 5px 0 0 0;
    padding: 0;
}

#topbuttons ul {
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
    float: right;
}

#topbuttons li {
    float: left;
    display: inline;
    margin: 0 10px 0 0;
}

#topnav {
    position: absolute;
    width: 515px;
    height: 26px;
    margin: 55px 0 0 233px;
    padding: 0;
}

#topnav a {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    padding: 0;
    margin: 4px 0 0 0;
    background-color: transparent;
    letter-spacing: 1px;
    border-bottom: 0px solid #09407a;
}

#topnav a:hover {
    color: #cddcec;
}

#topnav a.on {
    color: #cddccc;
    border-bottom: 2px solid #fff;
}



/* footer */
/*----------------------------------------------------------------------------*/

#footer {
    width: 750px;
    margin-top: 4px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    background: url("../images/footer_gradient.gif");
    border-top: 1px solid #CCCCCC;

}

#footer a {
    font-size: 11px;
}

.copyright {
    font-size: 11px;
    color: #ccc;
}
.outline {
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #CCCCCC;
    border-left-color: #CCCCCC;
}
.line {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCCCCC;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #CCCCCC;
}
/*
most content goes in this style
*/
.textbody {
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
}

.leftmenu_link:hover {
    background-color: #FFFFFF;
    display: inline-block;
    color: #006699;
    text-decoration: none;
}
.leftmenu_link {
    color: #FFFFFF;
    text-decoration: none;
}
a {
    color: #006699;
}
.leftmenu_item {
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    margin-left: 10px;
}
td.leftmenu_item {
   padding-bottom: 2px;
}

h2.leftmenu_item {
    margin-top: 2px;
    margin-bottom: 5px;
    margin-right: 0px;
}

a.menu_sub_item {
	text-decoration: none;
}
a.menu_sub_item:hover {
    text-decoration: none;
}
h1.menu_sub_item {
	text-decoration: none;
    color: white;
    font-size: 14px;
    font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	vertical-align: bottom;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 0px;
    margin-left: 5px;
}
.menu_sub_item {
    color: white;
    font-size: 14px;
    font-weight: bold;
}
.smalltxt {
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 9px;
    text-decoration: none;
    margin-left: 8px;
    text-align: left;
    letter-spacing: 1px;
}
h2{

    font-family: Verdana;

    font-weight: bold;
    color: #1E5FA9;
    line-height: normal;
    font-style: normal;
    letter-spacing: 0px;
    font-size: 16px;
}
h1{

    font-family: Verdana;

    font-weight: bold;
    color: #1E5FA9;
    line-height: normal;
    font-style: normal;
    letter-spacing: 0px;
    font-size: 18px;
}
.tableborder {
    border:1px solid #CCCCCC;
}

.tablebox {
    text-align: center;
    background: url('../images/footer_gradient.gif') repeat-x;
    border:1px solid #CCCCCC;
    
}
.tableboxcode {
	vertical-align: top;
    text-align: left;
    background: url('../images/footer_gradient.gif') repeat-x;
    border:1px solid #CCCCCC;
    font-size: 11px;
    font-family: 'courier new';
	color: black;
}
.clients_logos
{
    
}
