@charset "utf-8";
/* CSS Document */

/* Global Styles */
body {
	margin: 0;
	padding: 0;
	background: #c0c0c0;
}
	
a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input.gray {
	background-color: #ebebeb; 
	border: solid;
	border-width: 1px;
	border-color: #767676;
	font: 11px Arial, Helvetica, sans-serif;
	font-style: italic;
	height: 1.3em;
}

/* ID Styles */
#clear {
	clear: both;
}

#container { 
	width: 750px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	text-align: center; 
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	border-top: #000000 1px outset;
	border-bottom: #000000 1px inset;
	padding-left: 1px;
	padding-right: 1px;
}

#topMenuBar { 
	position: relative;
	width: 750px;
	height: 30px;
	background: #d8e8dd;
	text-align: right;
}

#topMenuBarContent {
	position: absolute;
	top: 8px;
	right: 20px;
	text-align: right;
}

#logoBar { 
	position: relative;
	width: 750px;
	height: 65px;
	background: #ffffff;
	text-align: left;
}	

#dmcBird { 
	position: absolute;
	left: 0px;
	top: -20px;	
	float: left;
}	

#dmcLogo { 
	position: absolute;
	left: 95px;
	top: 2px;
	float: left;
}	

#searchBox { 
	position: absolute;
	width: 225px;
	right: 10px;
	top: 30px;
	text-align: right;
}	

#mainMenuBar { 
	position:relative;
	width: 750px;
	height: 28px;
	background-image: url(../images/topBarBlueFade.jpg);
}	

#mainMenuBarContent {
	position: absolute;
	width: 750px;
	top: 9px;
	left: 0px;
}

#subMenuBar {
	position: relative;
	width: 750px;
	height: 32px;
}

#subMenuBarPlaceHolder {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 228px;
	height: 32px;
	background: #bcd7d5;
}

#subMenuBarBreadCrumbs {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 522px;
	height: 32px;
	background: #cbe0e2;
	text-align: left;
	line-height: 40px;
}

#footerContainer {
	position: relative;
	width: 750px;
	height: 75px;
	background: #4f96b5;
}

#footerContent {
	position: absolute;
	width: 750px;
	top: 8px;
	left: 0px;
	text-align: center;
}

/* Class Styles */

.bodyText {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height:  15px;
	margin-top: 10px;
}

.bodyTextBold {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	line-height:  15px;
	margin-top: 10px;
}

.bodyTextItalics {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #000000;
	line-height:  15px;
	margin-top: 10px;
}

.bodyTextAddress {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height:  15px;
	margin-top: 12px;
	margin-left: 20px;
}

.bodyLink {
	margin-top: 12px;
}
	
.footerText {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	color: #ffffff;
}

.navText {
	font: 12px Arial, Helvetica, sans-serif;
	color: #006699;
	line-height: 25px;
}

.navTextWhite {
	font: 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
}

.navTextBold {
	font: 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.navTextBlue {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	text-decoration: underline;
	font-weight: bold;
}

.crumbsText {
	font: 11px Arial, Helvetica, sans-serif;
	color: #0000000;
}
	
.headerText1 {
	font: 26px "Times New Roman", Times, serif;
	color: #002157;
	text-decoration: none;
	font-weight: bold;
}

.headerText2 {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	color: #363636;
	text-decoration: none;
	letter-spacing: .1em;
	font-weight: bold;
	margin-top: 24px;
}

.headerText2nomargin {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	color: #363636;
	text-decoration: none;
	letter-spacing: .1em;
	font-weight: bold;
}

.headerText3 {
	font: 18px "Times New Roman", Times, serif;
	color: #002157;
	text-decoration: none;
	font-weight: bold;
}

div.photo {
	align: center;
  	float: left;
  	width: 125px;
	height: 125px;
	margin-left: 5px;
}

div.float p {
   text-align: left;
}

div.spacer {
  clear: both;
}
