@charset "utf-8";
/* CSS Document */

body {
 background-color: #ffffff;
 font-family: /*ZapfHumnst BT, */Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #828180;
 margin: 0px;
}

#wrap {
 width: 900px;
 margin: 0px auto;
}

#header {
 width: 900px;
 height: 188px;
 background-image: url(images/header.jpg);
 background-repeat: no-repeat;
}

#content { 
 width: 900px;
 height: 487px;
 background-image: url(images/page-pink.gif);
 background-repeat: no-repeat;
}

#left {
 width: 205px;
 float: left;
}

#right {
 width: 678px;
 float: right;
}

#side-menu {
 width: 165px;
 float: left;
 padding-top: 10px;
}

#main-content {
 width: 460px;
 float: right;
 padding-right: 35px;
 padding-top: 20px;
 text-align: justify;
}

#main-content-2 {
 width: 460px;
 float: right;
 padding-right: 35px;
 padding-top: 0px;
 text-align: justify;
}

#main-content2 {
 width: 452px;
 float: right;
 padding-right: 43px;
 padding-top: 20px;
 text-align: justify;
}

a {
 color: #c68485;
 text-decoration: none;
}

a:hover {
 color: #828180;
 text-decoration: none;
}

.purple {
 color: #b180ad;
 text-decoration: none;
}

.purple:hover {
 color: #828180;
 text-decoration: none;
}

h1 {
 font: normal 22px /*ZapfHumnst BT, */Arial narrow, Arial, Helvetica, sans-serif;
 color: #c68485;
 margin-bottom: 0px;
 margin-top: 10px;
}

.main {
 width: 452px;
 float: right;
 padding-right: 60px;
 margin-top: 16px;
}

h2 {
 font: bold 13px /*ZapfHumnst BT, */Arial, Helvetica, sans-serif;
 color: #828180;
 margin-bottom: 0px;
}

#next-previous {
 width: 452px;
 text-align: right;
 position: absolute;
 top: 590px;
}

h3 {
 font: bold 18px Arial, Helvetica, sans-serif;
 color: #828180;
 margin-bottom: 0px;
 margin-top: 0px;
}

.grey { color: #828180; }
.grey:hover {  color: #bba377; }
.long { width: 452px; height: 30px; }

.submitbutton { 
 width: 140px;
 height: 45px;
 background-image: url(images/submit-button.gif);
 background-repeat: no-repeat;
 border: none;
}

.no-border { border-bottom: 0px solid #c68485; }
.border { border-bottom: 1px solid #c68485; }
.full-border { border-bottom: 1px solid #c68485; border-right: 1px solid #c68485; }



/*CSS MENU*/
.sidebarmenu ul{
 margin: 0;
 padding: 0;
 list-style-type: none;
 font: normal 12px /*ZapfHumnst BT, */Arial;
 width: 167px; /* Main Menu Item widths */
 border-bottom: 0px solid #888888;
}
 
.sidebarmenu ul li{
 position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
 display: block;
 overflow: auto; /*force hasLayout in IE7 */
 color: #c68485;
 text-decoration: none;
 padding: 6px;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
 background-color: none; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:active{
 color: #828180;
}

.sidebarmenu ul li a:hover{
 color: #828180;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
 position: absolute;
 width: 174px; /*Sub Menu Items width */
 top: 0;
 visibility: hidden;
 border: 1px solid #888888;
}

.sidebarmenu a.subfolderstyle{
 background: url(images/right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */


