
/**************                                            BODY                         
###########################################*/

body {
font-family : 'Trebuchet MS', Arial, serif;
background-color : #ffffff;
color : #856d94;
font-weight : normal;
font-size : 13px;
padding-bottom : 20px;
padding-right : 10px;
margin-left : auto;
margin-right : auto;
      }


/**************                                            LAYOUT                         
###########################################*/
	
#pagewidth {
width : 700px;
text-align : left;
margin-left : auto;
margin-right : auto;
background-color : #ffffff;
padding : 10px;
font-size : 13px;
color : #663366;
      }
#header {
position : relative;
height : 80px;
width : 100%;
padding-top : 55px;
      }
#subheader {
position : relative;
height : 70px;
width: 75%;
background-color : inherit;
font-family : 'Trebuchet MS', Arial, serif;
font-weight : lighter;
font-size : 15px;
line-height: 16px;
      }

#maincol {
float : right;
display : inline;
position : relative;
width : 72%;
z-index : 1;
      }

#leftcol {
float : left;
display : inline;
position : relative;
width : 23%;
font-size : 11px;
      }

#footer {
height : 55px;
clear : both;
text-align : center;
padding-top : 30px;
      }
#footer p {
font-size : 13px;
      }
#footer a:hover {
text-decoration : none;
color : #F3E9F3;
background-color : inherit;
      }
#footer a {
color : #7A677A;
background-color : inherit;
      }
#subfooter {
background-color : inherit;
text-align : center;
font-family : 'Trebuchet MS', Arial, serif;
color : #9e9b9a;
font-weight : lighter;
font-size : 13px;
      }
.clearfix:after {
content : ".";
display : block;
height : 0;
clear : both;
visibility : hidden;
      }
.clearfix {
display : inline-table;
      }
html .clearfix {
height : 1%;
      }
.clearfix {
display : block;
      }
@media print {
      }


/**************                                            LINKS                         
###########################################*/	

a:link {
text-decoration : none;
color : #7A677A;
background-color : inherit;
      }
a:visited {
text-decoration : none;
color : #7A677A;
background-color : inherit;
      }
a:active {
text-decoration : none;
color : #7A677A;
background-color : inherit;
      }
a:hover {
text-decoration : none;
color : #7A677A;
background-color : inherit;
      }

#maincol a {
text-decoration : none;
color : #7A677A;
background-color : inherit;
border-bottom : 1px solid #D0B8D1;
      }

#maincol a:hover {
text-decoration : none;
color : #D0B8D1;
background-color : inherit;
      }

#leftcol a:hover {
text-decoration : none;
color : #D0B8D1;
background-color : inherit;
border-bottom : 1px solid #D0B8D1;
      } 


/**************                                            HEADERS                         
###########################################*/	

h1 span {
color : #D0B8D1;
font-family : 'Trebuchet MS', Arial, serif;
font-weight : lighter;
background-color : inherit;
font-size : 14px;
      }
h1 {
font-size : 26px;
color : #58355f;
font-family : 'Trebuchet MS', Arial, serif;
font-weight : lighter;
background-color : inherit;
      }
h2 {
font-size : 14px;
padding-bottom : 15px;
color : #6f547f;
font-family : 'Trebuchet MS', Arial, serif;
font-weight : 550;
background-color : inherit;
      }
h3 {
color : #ac8bad;
font-family : 'Trebuchet MS', Arial, serif;
font-weight : lighter;
background-color : inherit;
font-size : 14px;
      }

h4 {
color : color : #58355f;
padding-bottom : 8px;
font-family : 'Trebuchet MS', Arial, serif;
font-weight : normal;
background-color : inherit;
font-size : 14px;
      }

#leftcol h2 {
font-size : 14px;
padding-bottom : 15px;
color : #b89eb9;
font-family : 'Trebuchet MS', Arial, serif;
font-weight : lighter;
background-color : inherit;
      }


/**************                                            PARAGRAPHS                         
###########################################*/	
p {
font-family : 'Trebuchet MS', Arial, serif;
color : color : #856d94;
font-weight : lighter;
font-size : 13px;
line-height:17px;
background-color : inherit;
      }

span {
font-family : 'Trebuchet MS', Arial, serif;
color : #fcb9b9;
background-color : inherit;
      }
#maincol p {
font-family : 'Trebuchet MS', Arial, serif;
color : #856d94; 
font-weight : ;
font-size : 13px;
padding-bottom : 20px;
padding-right : 10px;
background-color : inherit;
      }
#leftcol p {
font-family : 'Trebuchet MS', Arial, serif;
color : #9e9b9a;
font-weight : lighter;
font-size : 11px;
padding-bottom : 25px;
background-color : inherit;
margin-bottom : 30px;
      }


/**************                                            BLOCKQUOTES                         
###########################################*/
	
blockquote {
font-family : Arial, serif;
color : #58355f;
font-weight : 600;
font-size : 12px;
margin-left : auto;
margin-right : auto;
width : 85%;
margin-bottom : 10px;
padding-right : 15px;
background-color : inherit;
background : url(../images/quotebottom.gif) no-repeat bottom right;
padding-bottom : 20px;
      }
blockquote p {
font-size : 12px;
padding-bottom : 13px;
color : #58355f;
font-family : 'Trebuchet MS', Arial, serif;
font-weight : 600;
background-color : inherit;
background : url(../images/quotetop.gif) no-repeat -10px -8px;
padding-left : 24px;
padding-top : 40px;
      }

/**************                                            LISTS                         
###########################################*/	

#maincol ul {
margin-bottom : 20px;
margin-left : 20px;
      }
#maincol li {
list-style-image : url(../images/bullet.gif);
      }
#right {
left : 100px;
position : relative;
      }

/**************                                            FORMS                         
###########################################*/	

form {
padding-top : 10px;
      }

label, input, textarea {
display : block;
width : 250px;
float : left;
margin-bottom : 10px;
font-family : 'Trebuchet MS', serif, Arial;
background-color : inherit;
color : #9e9b9a;
overflow : auto;
      }

input, text, textarea {
color : #9e9b9a;
font-size: 13px;
border : 1px solid #9e9b9a; 
background-color : inherit;
      }

label {
text-align : right;
width : 75px;
padding-right : 20px;
font-family : 'Trebuchet MS', serif, Arial;
border : 1px solid #ffffff;
      }

br {
clear : left;
      }

.button {
background-color : #ffffff;
color : #9e9b9a;
border : 1px solid #ffffff;
font-size : 13px;
padding : 5;
margin-top : 20px;
font-family : 'Trebuchet MS', serif, Arial;
cursor : default;
      }

.button:hover {
background-color : inherit;
color : #D0B8D1;
cursor : pointer;
}

  .hidden {
border : 0;
overflow : hidden;
      }  

/**************                                            IMAGES                         
###########################################*/	

a img {
border : none;
      }
a img:hover {
border : 1px solid #9e9b9a;
}
img.left, img.center, img.right {
padding : 4px;
border : 1px solid #fcb9b9;
      }
img.left {
float : left;
margin-left : auto;
margin-right : auto;
margin-top : 10px;
margin-bottom : 10px;
      }
img.center {
display : block;
margin-left : auto;
margin-right : auto;
margin-top : 10px;
margin-bottom : 10px;
      }
img.right {
float : right;
margin-left : auto;
margin-right : auto;
margin-top : 10px;
margin-bottom : 10px;
      }


/**************                                           VIEWER                       
###########################################*/	

/* hide from ie on mac \*/	
	#flashcontent {
		width: 480px;
		height: 495px;
	}
	/* end hide */
