﻿h1  { font-family: Arial, serif; text-align: center; font-size: 14pt; color: black; font-weight: bold;  }
h2	{ font-family: Arial; font-size: 10pt; color: black; font-weight: bold; }
h3  { font-family: Arial, serif; text-align: center; font-size: 7pt; color: gray; }
p	{ font-family: Arial; font-size: 10pt; color: black;}
h4 { font-family: Arial, serif; font-size: 10pt; color: black; font-style: italic; }
h5  { font-family: Arial, serif; text-align: center; font-size: 10pt; color: red; font-weight: bold;  }
img {border:none;}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }

hr {margin-top:5px; width:50%; height:0px; } 

.arrowlistmenu{
width: 130px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black url(images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
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: #A70303;
background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 15px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

  body {
		font-family:arial,helvetica,sans-serif;
		font-size:12px;
	}
  #wrapper {
		width:950px;
		height:auto;
		margin:0px auto;
		border:1px solid #bbb;
		padding:10px;
	}
  #header {
		width:97%;
		border:1px solid #bbb;
		height: auto;
		padding:10px;
	}
	#top	{
	border:1px solid #bbb;
	text-align: center;
	font-family: Arial, serif; font-size: 10pt; color: gray; font-style: italic;
	width:900px;
	height: 17px;
		margin-top:10px;
		}
	#content {
		margin-top:10px;
		padding-bottom:10px;
	}
	/* applies to all divs within the content div */
  #content div {
		padding:10px;
		border:1px solid #bbb;
    float:left;
	}
  #content-left {
     width:auto;
  
	}
  #content-main {
		margin-left:10px;
		width:50%;
	}
			
  #content-right {
		margin-left:10px;
		width:23%;
	}
  #footer {
		float:left;
		text-align: center;
		margin-top:10px;
		margin-bottom:10px;
		padding:10px;
    border:1px solid #bbb;
    width:98%;
	}
  #bottom {
		clear:both;
		text-align:right;
	}
