﻿
html { width: 100%; margin: 0 0 0 0; color: #000000; }

body {
	width: 100%;
    background-color: #ffffff;
	font-size: 11pt;
	font-family: Palatino, Georgia, serif; 
	margin: 0 0 0 0;
	color: #000000;
}

body a { 
    font-family: "Palatino Linotype", "Book Antiqua", Garamond, Georgia,  serif;
	color: #663300;
    text-decoration : none;
    border-bottom: 1px solid #336699; 
}
body a:hover { color: #0000ff; border-bottom: 1px solid #0000ff; }
h1, h2, h3 { font-family: Garamond; }
h1 { font-size: 18pt; }
h2 { font-size: 16pt; }
h3 { font-size: 14pt; }
dt { font-weight:bold; }


/************************************************************
*  Header
***********************************************************/
#hdr-wrpr
{
    margin: 10px auto 15px auto;
    height: 125px;
    clear: both;
    background: url(images/header_burst.png) no-repeat center bottom;
    border-bottom: 1px solid #999999;
}
#hdr {
    width:975px; margin-left: auto; margin-right: auto;
    text-align:center;
}
#hdr-lft { float: left; padding-left: 5px; text-align:left; padding-top: 15px; line-height: 14pt; font-size: 10pt; width:235px;color: #4b4b4b; }
#hdr-rgt { float: right; text-align:left; width: 283px; color: #4b4b4b; text-align:center; padding-top: 20px; }



/************************************************************
*  Body container and content
***********************************************************/
#body_container {
	width: 975px;
    margin: 40px auto 0 auto;
	padding-bottom: 20px;
    padding-top: 20px;
	clear: both;
}
#content {
	float: left;
	width: 795px;	
	padding-right: 4px;
	padding-bottom: 20px;
    line-height:18pt;
}
#content p { margin-bottom: 25px; }



/************************************************************
*  menu
***********************************************************/
#menu {
	float:left;
	margin-left: 5px;
	width: 155px;
	margin-top: 25px;
	padding: 10px 0 0 10px;
}
#menu a {
    font-family: "Palatino Linotype", "Book Antiqua", Garamond, Georgia,  serif;
    line-height: 20pt;
	color: #663300;
	font-size: 12pt;
    text-decoration : none;
    border-bottom: 1px solid #336699;
}
#menu a:hover { color: #0000ff; border-bottom: 1px solid #0000ff; }


/************************************************************
*  footer
***********************************************************/
#ftr {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:20px;
	
	text-align:left;
    clear:both;
    font-size: 8pt;
    color: #999999;
    background-color: #ffffff;
    
    border-top: 1px solid #cccccc;
    padding: 20px 0 50px 0;
    background-repeat: no-repeat;
	background-image: url(images/footer_burst.png);
    background-position: center top;
}

#ftr-lft {
float:left; display: inline-block; width:625px; color: #336699; border: 1px solid #cccccc; background-color: #ffffff; margin-left: 10px; padding: 20px;
}
#ftr-rgt {
float: right; display: inline-block;  width: 210px; border: 1px solid #cccccc; background-color: #ffffff; margin-right: 10px; padding: 24px;

}
#ftr-rep {
width:900px; margin-left:auto; margin-right:auto; padding-top: 20px; text-align:center; display: block; clear: both;
}



/************************************************************
*  Checklist with checkboxes
************************************************************/
div.checklist .row { clear: both; margin-bottom: 25px; width: 97%; }
div.checklist .row .chk { float: left; }
div.checklist .row .listtext { margin-left: 32px; display: block; }


/************************************************************
*  Open/Close question/answer
************************************************************/
.openclose { margin-bottom: 15px; }
.openclose div { display: none;  margin: 0 0 30px 25px; }
.openclose span { font-weight:bold; margin-right: 5px;}


/************************************************************
*  groupbox (html fieldset)
************************************************************/
.groupbox { 
    float: left;
    border: 2px ridge #663300;
    width:100%; 
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.groupbox p { margin-left: 15px; }
.groupbox a { color: #663300; }