/* CSS Document */

/******************************************** GLOBAL ********************************************/
body { 
font-family:Arial, Helvetica, sans-serif;
margin:0px 0px 0px 0px;
font-size: 12px;
background-color:white;
color: #854684; /*black;*/
}

a, a:active {
color: #F63A77;
text-decoration: underline;
font-weight:bold;
}

a:hover {
color: #FF960F; /*#AE5BAD;*/
text-decoration: underline;
font-weight:bold;
}

h1 {
font-size: 26px;
line-height:70%;
color: #F63A77; /*#5E5E5E;*/ /*#AE5BAD;*/
font-weight:bold;
}

h2 {
font-size: 20px;
line-height:50%;
color: #854684; /*#AE5BAD;*/
font-weight:bold;
}

/****** NAVIGATION *****/
#menu {
background-color:#5E5E5E;
}

#menu_heading {
padding-left:5px;
font-weight:bold;
text-align:left;
vertical-align:middle;
height:20px;
color:white;
border-bottom:1px solid white;
font-size:10px;
}

.banner, .bannerActive {
padding:5px;
font-weight:bold;
text-align:left;
text-decoration:none;
vertical-align:middle;
height:20px;
cursor:pointer;
cursor:hand;
color:white;
border-bottom:1px solid white;
}

.banner2, .banner2Active {
padding:5px;
font-weight:bold;
text-align:left;
text-decoration:none;
vertical-align:middle;
height:20px;
cursor:pointer;
cursor:hand;
color:white;
border-bottom:1px solid white;
background-color:#878787;
}

.bannerOver {
padding:5px;
font-weight:bold;
text-align:left;
text-decoration:none;
vertical-align:middle;
height:20px;
cursor:pointer;
cursor:hand;
color:#5E5E5E;
background-color:white;
border-bottom:1px solid white;
}

/******************************************** TEMPLATE ********************************************/
/****** TOP SECTION *****/
#title {
background: url(/graphics/title_gradient.jpg) repeat-x;
border-top: 5px solid #5E5E5E;
border-bottom: 1px solid #AE5BAD;
}

.top_graphic {
/*background-color:#FCA9C5;*/
height:295px;
background: url(/graphics/header_bg.jpg) repeat;
}

.top_tagline {
background-color:#C68CC6;
border-top: 1px solid #AE5BAD;
border-bottom: 1px solid #AE5BAD;
text-align:right;
font-style:italic;
height:25px;
font-weight:bold;
letter-spacing:1.3px;
color:black;
}

/****** CONTENT *****/
#side {
/*background-color:#DFC0DF;*/
background: url(/graphics/side_bg.jpg) repeat;
}

#main {
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
padding-top:24px;
font-size: 16px;
}

.peoplebox{
margin-bottom: 13px;
padding: 10px;
background: #FFF0F5; /*#DFC0DF;*/
border: 1px #AE5BAD dashed;
font-size:13px;
}

.photo_left {
float:left;
padding:8px;
}

.photo_right {
float:right;
padding:8px;
}

.photo {
border: 1px solid #5E5E5E;
}

.textbox {
padding:10px;
text-align:center;
background: #FFF0F5;
border-top: 1px #AE5BAD dashed;
border-bottom: 1px #AE5BAD dashed;
}

/****** BOTTOM SECTION *****/
#bottom_graphic {
background: url(/graphics/butterflybar.jpg) repeat-x;
background-position:center;
border-bottom: 5px solid #5E5E5E;
border-top: 1px solid #AE5BAD;
height:25px;
}

#copyright, #copyright a:link, #copyright a:visited, #copyright a:hover, #copyright a:active {
font-weight:normal;
color:black;
font-size:10px;
text-align:center;
}
