body
{
    font: 16px arial;
background: url('images/bac1.gif') ;
margin-top: 0px;
}
/* these are the font styles for the links that appear on your web page */
a:link {font: bold 13px arial; color: #000000; text-decoration: none;} 
a:active {font: bold 13px arial; color: #000000; text-decoration: none;}
a:visited {font: bold 13px arial; color: #000000; text-decoration: none;}
a:hover {font: bold 13px arial; color: #ffffff; text-decoration: none;}/*this one changes the mouseover or hover state of the link*/

#header { 
height: 174px;
background: url('images/header.jpg') no-repeat center;
}


.border
{
    /* this is used for all kinds of borders */
    /* be it for the whole page, or just the content section */
 border: solid #000000; 
 border-width: 0px 1px; 
  
}


.left
{
    /* floats the item to the left side of the page, and adds a margin */
    float: left;
}

.right
{
    /* floats the item to the right side of the page, and adds a margin */
    float: right;
}

.scroll
{
    /* this makes the element create scroll bars if the text is too long */
    /* to be displayed.  This is very similar to the effect created by */
    /* frames and iframes, but does not allow page transitions like frames do */
    overflow: auto;
}

.wrapper
{
    /* remove this to have the page load at full width */
    height: 100%;
    width: 700px;
margin-top: 0px;
background: url('images/background.jpg') repeat-y center;
border: 2px solid #000000;
height:600px;
height:auto !important

}

.title
{
    /* this is the styling for the title.  Semantically, this should be an h1 */
	/* padding all four sides of the div in order top, right, bottom, left */
    background-color: #CD8E2D;
	border: solid 0px #CD8E2D;
    color: #F7E7CF;
	font-face: Arial;
    font-weight: bold;
    font-size: 36px;
	padding: 0px 0px 0px 0px;
}

.title2 
{
    color: #000000;
	font-face: Arial;
    font-weight: bold;
    font-size: 18px;

}

.title3 
{
    color: #000000;
	font-face: Arial;
    font-weight: bold;
    font-size: 16px;
	align: center;
}

.titlemargin
{
	margin: 10px 0px 10px 0px;
}

.subtitle 
{
	color: #000000;
	font-face: Georgia;
    font-weight: bold;
    font-size: 16px;
}


.subtitle1 
{
	color: #000000;
	font-face: Georgia;
      font-weight: normal;
      font-size: 14px;
      text-align: center;

}


.subtitle2 
{
	color: #000000;
	font-face: Georgia;
      font-weight: normal;
      font-size: 12px;
      text-align: left;

}

.subtitle3 
{
	color: #000000;
	font-face: Georgia;
      font-weight: italic;
      font-size: 14px;
      text-align: center;

}

.content
{
    /* this describes the container of the content paragraphs. */
    padding: 0px 20px 0px 20px; /* keeps text off the borders */
	font-face: Arial;
    font-size: 12px;
color: #000000;
    padding: 0px;
	margin: 0px;
	



	
}

.content.padleft
{
    /* this is to pad if there's a sidebar on the left */
    padding-left: 180px;
}

.content.padright
{
    /* this is to pad if there's a sidebar on the right */
    padding-right: 180px;
}

.sidebar
{
    width: 150px;
    
    font: bold 13px arial; color: #000000; text-decoration: none;
    color: #F7E7CF;
    font-weight: normal;
    padding: 20px 0px 5px 0px;

}

.sidebaritem
{

    width: 140px;
	height: 15px;
    
    color: #CD8E2D;
    border: solid 0px #CD8E2D;
    font-size: 14px;
    padding: 3px;
    margin-bottom: 3px;
	
 
}
.horiz
{
    color: #4B1A95;
    font-weight: bold;
	width: 124px;
	float: left;
	text-align: left;
}

.sidebaritem.first
{
    margin-top: 10px;
}

.footer
{
	background-color:#F7E7CF;
	font-size: 10px;
	font-face: arial;
	text-align: center;
	background: url('images/footer.jpg');
	height: 35px;
	margin-top: 20px;

}

p { 
	font: 10pt/16pt georgia,arial,sans-serif; 
	margin-top: 20px; 
	text-align: left;
	color: #000
	}

p1 { 
	font: 18pt georgia,arial,sans-serif; 
	margin-top: 20px; 
	text-align: center;
	color: #000000;
	}
