body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.squish {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 0px;
}
#head, #footer { background-color:#78848E; }
#head {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-image: url(../images/head_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 125px;
}
#head img {
	padding-top: 3px;
}

#head h1 {
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 200px;
	margin: 0px 0px 0px;
	font-size: 36px;
}
#head .right {
	color: #FFFFFF;
	float: none;
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
	margin-right: 0px;
	padding-left: 210px;
}
#nav {
	margin-top: -28px;
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#modernbricksmenu{
	padding: 3px 0px 0px;
	width: 100%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}

#modernbricksmenu ul{
font: bold 11px Arial;
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu a{
float: left;
display: block;
color: white;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: black; /*Default menu color*/
border-bottom: 1px solid white;
}

#modernbricksmenu a:hover{
background-color: #BCC2C7; /*Menu hover bgcolor*/
}

/*** The following has been added to the head of each page...
#modernbricksmenu #current a{ /*currently selected tab
background-color: #320064; /*Brown color theme
border-color: #320064; /*Brown color theme 
}*/

#modernbricksmenuline{
	clear: both;
	padding: 0;
	width: 100%;
	height: 5px;
	line-height: 5px;
	background: #DD8739; /*Brown color theme*/
	margin-bottom: 0px;
}

#myform{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
padding: 0;
}

#myform .textinput{
width: 190px;
border: 1px solid gray;
}

#myform .submit{
font: bold 11px Verdana;
height: 22px;
background-color: lightyellow;
}/*** End Credits ***/

#content {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #78848E;
	border-left-color: #78848E;
	padding-top: 0px;
	padding-right: 25px;
	padding-left: 25px;
	margin: 0px auto;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-top-color: #000000;
	width: 708px;
}
#content h1 {
	margin: 0px;
	padding: 10px 0px 0px;
	font-size: 24px;
	color: #000066;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #78848E;
	border-right-color: #78848E;
	border-bottom-color: #003366;
	border-left-color: #78848E;
}
#content a {
	color: #D28A49;
	text-decoration: underline;
	font-weight: normal;
}
#announcements {
	float: right;
	width: 200px;
	background-color: #F7E1CE;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border: 1px solid #DD8739;
	text-align: center;
	margin-top: 5px;
	font-size: 14px;
}
#announcements ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	text-align: left;
	list-style-type: square;
}

/* Pulls up the margin on the last paragraph to avoid the gap */
.lastP {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#footer {
	padding-top: 5px;
	border-top-width: thick;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #DD8739;
	padding-bottom: 10px;
	font-size: 12px;
	margin: 0px;
}
#footer a {
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
