@charset "utf-8";
/* CSS for RFN website */

/* ---------- CSS reset code - From CSS: The Missing Manual, McFarland, 2nd Ed. pg. 102 ---------- */

html, 
body, 
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
pre,
code,
address,
variable,
form,
fieldset,
blockquote {padding: 0;
            margin: 0;
			font-size: 100%;
			font-weight: normal;}

ol {margin-left: 1.4em;
   list-style: decimal;}

ul {margin-left: 1.4em;
   list-style: square;}

img {border: 0;}

/* ---------- End CSS reset code ---------- */

/* ---------- Generic tag styles ---------- */

a:link {color: #f60}
a:visited {color: #900}
a:hover {color: #f33}
a:active {color: #b2f511}

body {background-color:#ffffff}

p {color:#000000;
   font-family:"Times New Roman", Times, serif
   padding-bottom: 10px;
   padding-left: 10px;
   padding-top: 10px;}

/* ---------- Class styles ---------- */

.copyright {color:#000;
            font-family: Arial, Helvetica, sans-serif;
			text-align: center;}

ul.navMainBar {list-style: none;
               padding-left: 0;
			   padding-top: 10px;
			   margin-left: 0;
			   overflow: hidden;
			   zoom: 1;}

ul.navMainBar a {background: url(images/tabs/tableftF.gif) no-repeat left top;
                 border-bottom: none;
                 color: #00438c;
				 display: block;
				 font-family: Arial, Helvetica, sans-serif;
				 margin-right: 5px;
				 padding: 5px 15px 5px 15px;
				 text-align: center;
				 text-decoration: none;
				 width: 6em;}
				 
ul.navMainBar li {background: url(images/tabs/tabrightF.gif) no-repeat right top;
	              float: left;}

/* ---------- ID styles ---------- */

#container {width: 95%;  /* this will create a container 80% of the browser width */
            background: #FFFFFF;
            margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
            border: 1px solid #000000;
            text-align: left;} /* this overrides the text-align: center on the body element. */

#content {background: #dddddd;
          padding: 0}

#content p:first-letter {font-weight:bold;
                         text-transform: uppercase;}

#divMainBar {float: left;
             width: 100%;
			 background: #dddddd repeat-x bottom;
			 font-size: 93%;
			 line-height: normal}

#divMainBar ul {margin: 0;
                padding: 10px 10px 0;
				list-style: none}

#divMainBar li {float: left;
                background: url(images/tabs/tabrightF.gif) no-repeat right top;
                margin: 0;
				padding: 0}

#divMainBar a {display: block;
               background: url(images/tabs/tableftF.gif) no-repeat left top;
			   padding: 5px 15px 4px}

#divMainBar #current a {padding-bottom 5px}

#footer {background: #dddddd;
         padding: 0}

#header {background: #dddddd;
               padding: 0}

#header h1{color: #00438c;
           font-family: Arial, Helvetica, sans-serif;
		   font-size:24px;
		   padding-bottom: 4px;
		   padding-left: 5px;
		   padding-top: 4px;}

#header h2 {color: #00438c;
            font-family: Arial, Helvetica, sans-serif;
            font-size:18px;
			padding-bottom: 2px;
			padding-left: 10px;
			padding-top: 2px;}

/* ---------- End style sheet ---------- */