body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: #FFFFFF;
}
form {
    margin: 0px;
}
.error{

    color: red;

}
.signup_div {

    text-align: right;

}

.body_g {
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #46ba26;
    background-image: url(../images/body_g.jpg);
    background-repeat: repeat-x;
    padding-top:10px;
}
h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    margin: 0px;
}
.link1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #29385e;
    text-decoration:underline;
}

a:hover {
    text-decoration: none;
}



h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
    color: #FFFFFF;
}
.a12w {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
}
.a13r {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #ed4900;
    text-decoration:none;
}
.even{
    background-color:#F7F7F7;

}


.brdr_right {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #b9e2f2;
}
.a12gray {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    text-decoration: none;
}
.rbg1 {
    background-image: url(../images/round1.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    height: 19px;
    width: 19px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
}
.rbg2 {
    background-image: url(../images/round2.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    height: 19px;
    width: 19px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
}
.footer_bg {
    background-position: left top;
}
.a12blue {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #29385e;
    text-decoration:none;
}
.top_nav {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: none;
}
.bot_dot {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #62a03c;
}
.a12green {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #339900;
    text-decoration:none;
}
.a12black {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}
h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
    margin: 0px;
}
.button1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #233154;
    background-image: url(../images/buttonbg.jpg);
    height: 22px;
    border: 1px solid #b6b6b6;
}
.w180 {
    width:180px;
    padding:5px;
    background-color:#FFFFFF;
    border-right-width: 5px;
    border-right-style: none;
    border-top-color: #F1EFF0;
    border-right-color: #F1EFF0;
    border-bottom-color: #F1EFF0;
    border-left-color: #F1EFF0;
}
.container{width:1240px; margin:0 auto;}


/*------------------------------------------ side bar css-----------------------------------------------------------------*/

.arrowlistmenu{
    width: 242px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
    font: bold 14px Arial;
    color: white;
    margin-bottom: 10px; /*bottom spacing between header and rest of content*/
    text-transform: uppercase;
    padding: 4px 0 4px 10px; /*header text is indented 10px*/
    cursor: hand;
    cursor: pointer;
    background-color: black;
    background-image: url(../images/t4.jpg);
    background-repeat: repeat-x;
    background-position: left center;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
    background-image: url(../images/t5.jpg);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
    padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
    color: #000000; /*custom bullet list image*/
    display: block;
    padding: 2px 0;
    padding-left: 19px; /*link text is indented 19px*/
    text-decoration: none;
    font-weight: normal;
    border-bottom: 1px solid #dadada;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url(../images/arrowbullet.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.arrowlistmenu ul li a:visited{
    color: #000000;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
    color: #000000;
    background-color: #F3F3F3;
}
.registrationForm
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#ffffff;
    text-align:left;
    background-color:#333333;
    margin:auto auto 10px auto;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #ffffff;

}
.regTextbox
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#000000;
    width:100px;
    height:16px;
    text-align:left;
    float:right;
    display:block;
}
