﻿.
{
    font-size:10pt;
}
a {
	color:#0E34EC;
}
a visited {
	color:#0E34EC;
}

body  {
	font-family: Georgia, Garamond, Times, Times New Roman, serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(/images/body_bg.png);
	background-repeat: repeat-y;
	background-position:center;
	text-decoration:none;
	font-size:11px;
	
}
 #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-bottom: 0px;
		background-image: url(/images/body_bg.png);
			background-repeat: repeat-y;
	background-position:center;

}  

.main { font-size:10pt; 
        font-family: Georgia, Garamond, Times, Times New Roman, serif; 
        color: #000000; 
        line-height:1.5; 
        margin-top:1px; 
        margin-bottom:11px }



h1 { font-size:18pt;      
      font-weight: normal; 
      font-family: Georgia, Garamond, Times, Times New Roman, serif; 
      color: #000000; 
      margin-top: 10px; 
      margin-bottom:0px }

.subheading {font-family:Arial; 
             font-size:9pt; 
             color: #000000; 
             margin-top: 0px; 
             margin-bottom: 2px; }

.byline { font-size:15pt; 
          font-family: Garamond, Book Antiqua, Times, Times New Roman, sans-serif; 
          color: #000000; 
          margin-top: 0; 
          margin-bottom: 1 }
    .headline
               {
                   font-size:11pt;
                   font-style:italic;
                   line-height:1.3;
                   margin-top:4px;
               }
#listitem {
	background: url(images/bullet-gray.gif) no-repeat 0 8px;
	font-size: 13px;
	color: #000;
	padding-left:7px;
	list-style: none;
	line-height:18px;
	vertical-align:top;
	font-weight:normal;
}

h3 
{   font-family: "Lucida Sans", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:16px;
    font-weight:bold;  
    color:#CE4100;
    line-height:17px;
    margin-top:22px;
    margin-bottom:6px;
}


ul.bulleted_list
{
    margin:0; 
    padding:0;
    vertical-align:top;
    margin-left:0px;
    margin-top:7px;
    margin-left:0px;
    font-size:10pt;
}
ul.bulleted_list li {
	background: url(/images/bullet-gray.gif) no-repeat 0 8px;
	color: #000;
	padding-left:7px;
	list-style: none;
	line-height:20px;
	vertical-align:top;
	font-weight:normal;
    margin-bottom:6px;
}



h6 {
	font-size: 12px;
	font-weight:bold;
	display:inline-block;
	margin-top:0;
	margin-left:1px;
	margin-right:6px;
	padding: 5px;
	padding-right:23px;
	display: inline-block;
	line-height: 19px;
	margin-bottom: 3px;
	color: #2E79B8;
	width:107px;
	text-align:right;

}


#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	margin: 15px 5px 0px 20px;
	
}
#mainContent {
	margin: 0 0 0 185px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 1px 100px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

h6
{
	font-family: "Lucida Sans", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
    
}

h6 a 
{
    	text-decoration:none;
}

h6.selected {
	background:#EFF7FF;
	background-image:url(/images/right_blue.png);
	background-position:right;
	background-repeat:no-repeat;
}
h6.selected a {
	text-decoration:none;
	color:#144A81;
}
