
/* ----------------------------------
 Reset css
------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}

fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}







body 
{
	font-family: arial;
	background-color: #fff;

}




/* ----------------------------------
UNRESET Default font-styling for content area and editor
---------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
color:#000;
font-size:14px;
font-family:arial; 
line-height:1.5em;
}




p {
margin-bottom:1em;
line-height:1.6em;
}


ul li {
list-style:square;
margin-left:1.5em;
margin-bottom:.5em;
}

ol li {
list-style:decimal;
margin-left:1.5em;
margin-bottom:.5em;
}

ul, dl, fieldset, form {
margin-bottom:1.5em;
}

dd {
margin-left:1.5em;
}

strong {
font-weight:bold;
}

fieldset {
border:1px solid #bababa;
background-color:#ececec;
padding:10px;
}

legend {
font-weight:bold;
}



/* Generic heading styling */
h1, h2, h3, h4, h5, h6 {
   
    margin-bottom:.12em;
    
    font-weight:bold;
   
}


h1 {
    font-size: 26px;
    line-height:1em;
    padding-bottom:.3em;
    margin-bottom:.75em;
    margin-top:0;
    background-image:url(/themes/rsi/images/nav_divider.gif);
    background-repeat:repeat-x;
    background-position: 0 100%;
    display:block;
}

h2 {
font-size:24px;
font-weight:normal;
}

h3 {
font-size: 14px;
}

h4 {
    font-size: 12px;
}

/* Table related styling */
th {
font-weight:bold;
}
th, td {padding:5px; vertical-align:top;}
label { display:block; }

/* Link Styling (usually overidden for menus) */
a { color: #00457c; }
a:link { color: #00457c; }



hr { color: black; height: 1px; }
label { display:block; }

.shortDescriptionBoxText
{
	margin-left: 50px;
}

/* //////////End Unreset/////////////////// */



               
