@charset "utf-8";
/* CSS Document */
body {
padding: 0px;
margin: 0px;
}
h1 {
font-family:Georgia, "Times New Roman", Times, serif;
color: #006699;
}

p {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px}


h1#bluebroward {
	margin: 0px;
	padding: 0px;
        font-family: "Times New Roman", Times, serif;
        font-size: 42px;
        font-style: normal;
        font-weight: bolder;
        color: #0000FF;
}
h1 {
        font-family: "Times New Roman", Times, serif;
        font-size: 24px;
        font-weight: bold;
        color: #0000FF;
}
h2 {
        font-family: "Times New Roman", Times, serif;
        font-size: 20px;
        font-style: normal;
        font-weight: normal;
        color: #0000FF;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #0000FF;
	font-style: italic;
}

h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #0000FF;
	margin-bottom: 0px;
}


#mastwrapper {
background: #56A3E6 url(clouds1.jpg) top left no-repeat;
width: 100%;
}
#masthead {
margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom: 10px;
max-width: 1000px;
min-width: 600px;
/*width: 800px; */
padding: 0px;
}
#updatebox label {
display: block;
float: left;
width: 70px;
}
#updatebox {
border: thin solid blue;
padding: 10px;
}
#content {
/*
margin-left: auto;
margin-right: auto;
*/
margin-top: 0px; /*20px;*/
margin-bottom: 20px;
max-width: 1000px;
min-width: 600px;
background-color: #FFFFFF;
padding: 20px;
padding-top: 2px;
}
#navcontainer {
width: 150px;
float: left;
margin-right: 20px;
}
#maincontent {
margin-left: 180px;
width: *;
}

table#nav td {
        font: normal 18px "Times New Roman", Times, serif;
        text-align: center;
        border: 5px solid #F00;
        width: 140px;
        }
#nav a {
        color: #FFFFFF;
        font-weight: bold;
        text-decoration: none;
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        }
#nav a:link, #nav a:visited {
        color: #FFFFFF;
        background: #0000FF;
        display: block;
        margin: 0;
        line-height: 35px;
        }
#nav a:hover {
        text-decoration: underline;
        background: #FFFFFF;
        color: #0000FF;
        }

#nav p
        {
        color: #CE4F5A;
        text-align: center;
        width: 100%;
        margin: 0;
        padding: 0;
        background: #333;
        border-top: 1px solid #CE4F5A;
        /* border: 1px solid #CE4F5A; */
        }

#nav p a:link, #nav p a:visited
        {
        color: #CE4F5A;
        text-decoration: none;
        }

#nav p a:hover
        {
        text-decoration: underline;
        }

td#navcontainer
        {
        padding: 0;
        }
td#thisone a:link, td#thisone a:visited{
         background: #FFF;
        color: #0000FF;
        }

a:link, td#thisone a:visited{
/*         background: #FFFFFF; */
        color: #CE4F5A;
        }
li, td { font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; vertical-align: top;}

#footer
        {
		clear: both;
        margin-left: 70px;
        padding: 10px;
        }

input.red {background-color: #cc0000; font-weight: bold; font-size: 16px; color: white;}
.blue {color: #0000FF;}
.bluebackground {
	background-color: #66FFFF;
}

.bluebox {
	padding: 10px;
	border: thick double #3399FF;
}
a.buttonblue {
font-weight:bold;
color: white; 
text-decoration: none; 
background-color: blue;
margin: 1px;
}
.buttonborder {
border: 4px solid red;
padding: 1px;
}
.cal_byline {
font-style: italic;
font-size: smaller;
}
.endorsement {
margin-left: 10px;
padding: 5px;
width: 180px;
border: thin solid blue;
text-align: center;
}
.endorsement a {
color: blue;
}
a:link.redblue, a:hover.redblue, a:visited.redblue {
display: block; width: 150px; text-align: center;
font-weight:bold; color: white; text-decoration: none; background-color: blue; padding: 2px; border: thick solid red; margin-bottom: 10px; margin-top: 10px;
}


