body
{
    font-family: Arial, Verdana,  Geneva, Helvetica, Sans-Serif;    
 	font-size : 9pt;
 	font-weight : normal;
    margin: 0px 0px 0px 0px;
    background-color: white;
}

p
{
    color: black;
 	font-size : 9pt;
 	font-weight : normal;
 	text-align: justify;
}

.bold_text
{
    color: #a38e46;
    font-weight: bold; 
    margin: 0px 0px 0px 0px;
}

.small_gray_text
{
 	font-family : Arial, Verdana, Geneva;
 	font-size : 8pt;
 	font-weight : normal;
	line-height : 20px;
	color: #514D45;
}

table.PageLayout 
{
    /*position: absolute;
    top: 230px;*/
    border-style: none; 
    width: 900px;
    background-color: white;
    padding: 0px 0px 0px 0px;
}

table.PageLayout td.left 
{
    border-style: none;
    vertical-align: top;
    text-align: left;    
    width: 160px;
}

table.PageLayout td.right 
{
    border-style: none;
    vertical-align: top;
    width: auto;
}

select, input
{
    color: black;
    font-weight : normal;
}

a:link
{
    text-decoration: none;
    color: #a38e46;
    font-weight: normal;    
}

a:visited
{
    text-decoration: none;
    color: #a38e46;
    font-weight: normal;    
}

a:active
{
    text-decoration: none;
    color: #a38e46;
    font-weight: bold;    
}

a:hover
{
    text-decoration : underline;
    color : #a38e46;
    font-weight: bold;    
}

.open 
{
	display: block;
}

.closed 
{
	display: none;
}


ul
{
    margin-left: 20px;
    padding-left: 0px;
}

li
{
    font-family: Arial, Verdana, Geneva, Helvetica, Sans-Serif;    
    font-size: small;
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

ul.Lists
{
    margin-left: 15px;
    padding-left: auto;
}

ul.Lists li.ListItem
{    
    font-family: Arial, Verdana, Geneva, Helvetica, Sans-Serif;    
    font-size: small;
	list-style-type: square;
	padding: 0px 0px 0px 0px;
}

#h_bar1
{
    position: absolute;
    top: 0px;
    background-color: #eeeab6;
    height: 5px;
    width: 100%;
}

#h_bar2
{
    position: absolute;
    top: 5px;
    background-color: #ebe5ba;
    height: 15px;
    width: 100%;
}

#h_bar2b
{
    position: absolute;
    top: 20px;
    background-color: #fffde8;
    height: 5px;
    width: 100%;
}

#h_bar3a
{
    position: absolute;
    top: 175px;
    background-color: #fffde8;
    height: 5px;
    width: 100%;
}

#h_bar3
{
    position: absolute;
    top: 180px;
    background-color: #eeeab6;
    height: 30px;
    width: 100%;
}

#h_bar4
{
    position: absolute;
    top: 210px;
    background-color: #ebe5ba;
    height: 10px;
    width: 100%;
}

#footer
{
    position: relative; 
    font-family: Arial, Verdana, Geneva, Helvetica, Sans-Serif;    
    font-size: 12px;
    background-color: #eeeab6;
    width: 100%;
    height: 25px;
}

#logo
{
    position: absolute;
    background: url(images/logo.gif);
    background-repeat: no-repeat;
    height: 200px;
    width: 299px;
    top: 10px;
    left: 10px;
 }

#logo_picture1
{
    position: absolute;
    background: url(images/house.jpg);
    background-repeat: no-repeat;
    height: 150px;
    width: 206px;
    top: 25px;
    left: 325px;
}

#logo_picture2
{
    position: absolute;
    background: url(images/rosegarden.jpg);
    background-repeat: no-repeat;
    height: 150px;
    width: 200px;
    top: 25px;    
    left: 536px;
}

#logo_picture3
{
    position: absolute;
    background: url(images/house2.jpg);
    background-repeat: no-repeat;
    height: 150px;
    width: 226px;
    top: 25px;    
    left: 741px;
}

#banner_text
{
    position: absolute;
    background: url(images/bannertext.gif);
    background-repeat: no-repeat;
    width: 543px;
    height: 24px;
    left: 280px;
    top: 185px;
}

#v_bar1
{
    position: absolute;
    left: 10px;
    background-color: #eeeab6;
    height: 100%;
    width: 20px;
}

#v_bar2
{
    position: absolute;
    left: 30px;
    background-color: #fffde8;
    height: 100%;
    width: 5px;
}

/*.info_box
{
    padding: 5px 5px 5px 5px;
    text-align: center;
    position: relative;
    background-color: white;
    border-color: #eeeab6;
    border-style: solid;
    border-width: 2px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}*/

.small_info_box
{
    padding: 5px 5px 5px 5px;
    text-align: center;
    position: relative;
    background-color: white;
    border-color: #eeeab6;
    border-style: solid;
    border-width: 2px;
    width: 320px;
    margin: 10px 0px 0px 0px;
}

.info_box
{
    padding: 5px 5px 5px 5px;
    text-align: center;
    position: relative;
    background-color: white;
    border-color: #eeeab6;
    border-style: solid;
    border-width: 2px;
    width: 70%;
    margin: 10px 0px 0px 0px;
}

.box
{
    padding: 5px 5px 5px 5px;
    text-align: justify;
    position: relative;
    background-color: white;
    border-style: none;
    width: 70%;
    /*margin-left: auto;
    margin-right: auto;*/
}