@CHARSET "UTF-8";

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
    {
    border: none;
    margin: 0;
    padding: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}


html {
    background-color: #fff;
    font-family: Helvetica, Arial, sans;
    color: #626262;
    font-size: 0.9em;
    line-height: 150%;
}

body {
    width: 100%;
}

div#header_frame {
    width: 100%;
    min-width: 790px;
    margin-top: 0em;
    background-color: #e5007e;
    background-image: url("header_gradient.jpg");
    background-position: right;
    background-repeat: repeat-y;
    height: 244px;

}

div#header {
    width: 790px;
    margin: auto;
    text-align: center;

    /*background-color: #e5007e;*/
}

div#header img {
    float: left;
    padding: 0 1em;
}

div#header_text {
    text-align: left;
}



div#header_text img {
    margin: 2.2em 0em;
    float: none;
}

div#page_frame {
    width: 780px;
    margin: auto;
    padding-top: 2em;
}

div#menu_frame {
    text-align: left;
    width: 190px;
    float: left;
    padding-top: 20px;
    position: fixed
}

div.menu ul {
    cursor: default;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    list-style-image: url("heart_inactive.png");
}

div.menu ul li {
  list-style-position: inside;
  padding-left: 1em;
  line-height: 2em;
}

div.menu li a {
    padding: 0px 2%;
    color: #626262;
    font-weight: normal;
    text-decoration: none;
}

div.menu ul li a:hover {
    text-decoration: underline;
}

div.menu ul li.selected {
    list-style-image: url(heart_active.png);
    background-image: url(menu_active.png);
    background-repeat: no-repeat;
    font-size: 110%;



}
div.menu ul li.selected span {
    color: #fff;
    font-weight: none;
    text-decoration: none;
}

div#content_frame {
    float: right;
    text-align: left;
    margin: 0;
    width: 590px;
    padding-bottom: 2em;
}

div#content_bottom, div#content_top {
    height: 28px;
    width: 100%;
    background-repeat: repeat-x;
    }
div#content_bottom {
    background-image: url(bottom.png);
}
div#content_top {
    background-image: url(top.png);
}
div#content_left, div#content_right {
    background-repeat: repeat-y;
}
div#content_left {
    background-image: url(left.png);
    background-position: left;
    padding-left: 28px;

}
div#content_right {
    background-image: url(right.png);
    background-position: right;
    padding-right: 28px;
}


div#content_top_left {
    background-image: url(edge_top_left.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 28px;
    float: left;
    height: 28px;
    display: block;
    position: relative;
    background-color: #fff;
    }

div#content_top_right {
    background-image: url(edge_top_right.png);
    background-repeat: no-repeat;
    background-position: right top;
    width: 28px;
    float: right;
    height: 28px;
    display: block;
    position: relative;
    background-color: #fff;
    }


div#content_bottom_left {
    background-image: url(edge_bottom_left.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 28px;
    float: left;
    height: 28px;
    display: block;
    position: relative;
    background-color: #fff;
    }

div#content_bottom_right {
    background-image: url(edge_bottom_right.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 28px;
    float: right;
    height: 28px;
    display: block;
    position: relative;
    background-color: #fff;
    }

div#content {
    width: 100%-4em;
    background-color: #fff;
    padding: 1em 1em;
}

div#content > :last-child {
    clear: both;
    margin-bottom: 0;
}

div#content > :first-child {
    clear: both;
    margin-top: 0;
    padding-top: 0;
}

div#content .right {
	float: right;
}

div#content .left {
	float: left;
}

div#content p img {
  margin-left: auto;
  margin-right: auto;
  display:block;
}

div.stopper {
	clear: both;
	margin: 0;
	padding: 0;
}

blockquote p:before {
	content: "\201E";
	color: #424242;
	font-size: 200%;
}

blockquote p:after  { 
	content: "\201C"; 
	color: #424242; 
	font-size: 200%;
	vertical-align: -30%;
}

blockquote p {
	margin: 0;
	margin-left: 2em;
	font-style: italic;
	padding: 0;
}

.credit { 
	text-align : right; 
	page-break-before: avoid;
	font-size: 80%;
	margin-bottom: 1em;
}

.error {
    color: #cc0000
}

.success {
    color: #00cc00
}

li {
    margin-left: 1.1em;
}

a:visited,a {
    color: #626262;
    font-weight: none;
}

a:hover {
   color: #e5007e;

}

td {
    padding-right: 0.5em;
    padding-bottom: 0.5em;
}


h1 {
    color: #e5007e;
    font-size: 1.2em;
    font-weight: normal;
    padding-top: 1.2em;
    padding-bottom: 1em;
    line-height: 1em;
}

h2 {
    color: #e5007e;
    font-size: 1.1;
    font-weight: normal;
    padding-bottom: 0.5em;
}

img {
    max-width: 100%;
}

p {
    margin-bottom: 1em;
}

em, strong {
    font-weight: bold;
}

textarea {
    color: black;
    background-color: transparent;
}
