﻿@import url(layout.css);
body {
	color: #DE24B3;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url('../images/backgnd_grad_pink.png');
	background-repeat:repeat-x;
}
table {
	color: #DE24B3;
	background-color: #FFEEFF;
	border: thin #DE24B3 solid;
}
th {
	background-color:#ffeeff;
	border-bottom:thin #de24b3 solid;
}
p {
	padding: 0px 5px 0px 5px;
}
h1, h2, h3, h4 {
	padding:0px 5px 0px 5px;
}
h1 {
    font-size: 16pt;
}
h2 {
	font-size:14pt;
	
}
h3 {
	font-size:12pt;
	
}
h4 {
	font-size:10pt;
	
}
li {
	font-size:10pt;
	
}
#headlines {
    border-color: #000000;
    border-width: thin;
    border-style: solid;
    font-size:medium;
}

/* Styles for Biographies */
#biography {
	margin-top:5px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:5px;
}

#biography img {
	border-width:thin;
	float:left;
	background-color:black;
	border-style:inset;
	height:129px;
	width:100px;
	margin: 0 20px 0 20px;
}

#biography p {
	border: thin, #FFCCFF,inset;
	text-align: justify;
	padding:5px;
	margin: 5px 5px 5px 5px;
}

/* Styles for Masthead */
#masthead {
	text-align: justify;
	background-color: #DE24B3;
	color:#FFFFFF;
}
#masthead img { 
	float: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px; 
	border-color:black;
	width: 100%;
	height: 100%;
	z-index:auto;
}
#masthead p {
	font-size: 5px;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
}

/* Styles for Navigation */
#navigation {
	text-align: center;
	background-color: #545454;
	padding-top:5px;
	padding-bottom:0px;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 5px;
	padding: 5px;
}
#navigation li {
	float: left;
	text-align: center;
}
#navigation a {
	color: #fff;
	text-decoration: underline;
	padding: 5px;
	border: 1px solid #c9c9c9;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}
#navigation p {
	font-size: medium;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;	
}
/* Styles for Footer */
#footer {
	text-align: center;
	background-color: #545454;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #0099CC;
	text-decoration: underline;
}
a:hover {
	color: #9999FF;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.alert {
    text-align: center;
    font-size: medium;
    font-style: italic;
    font-weight: bold;
}

#bdc_address {
	font-size:small;
	text-align:justify;
}
