/* css DMI27 default style v1.01 */

/* --------------------------------- */
/* BASIC ELEMENTS */
/* --------------------------------- */

html, body {
	background-color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border: none;
	color: #333333;
	height: 100%;
}

a:link {color:#000068;text-decoration:underline;}
A:visited {color:#000068;text-decoration: underline}
A:active {text-decoration: none}
a:hover {color:#000068;text-decoration:none;}


td {
	font-size: 12px;
}

p {
	margin: 0px 0px 10px 0px;
}

b {
	color: #003b72;
}

ul {
	margin: 0px 0px 5px 0px;
	padding-left: 17px;
}

ol {
	margin: 0px 0px 5px 0px;
	padding-left: 24px;
}

h1 {
	font-size: 20px;
	margin-top: 0px;
	color: #003b72;
}

h2 {
	font-size: 15px;
	margin-top: 0px;
	color: #003b72;
}

#masterContainer {
	margin: 0 auto;
	width: auto;
	text-align: left;
	background: white;
	background: url("../images/MasterBack.png");
}

#leftColumn {
	float: left;
	width: 175px;
	display: none;
}

#LB01 {
	float: left;
	margin-bottom: 10px;
}

#LB02 {

}

#LB03 {

}

#LB04 {

}

#rightColumn {
	float: left;
	width: auto;
}

#TopLogo {
	margin-bottom: 20px;
	display: none;
}

#TopLogoPrint {
	margin-bottom: 20px;
}

#BannerImage {
	margin-bottom: 20px;
	display: none;
}

#BodyContent {
	float: left;
	padding-bottom: 10px;
}

#BodyContentText {
	float: left;
	width: auto;
	padding-right: 10px;
}

#BodyContentTextFull {
	float: left;
	width: auto;
}

#BodyContentRight {
	float: left;
	width: 200px;
	display: none;
}

#CallOut1 {
	float: left;
	width: 180px;
	background-color: #d4eefc;
	padding: 10px;
}

#CallOut2 {
	clear: both;
	color: #003b72;
	width: 300px;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #d4eefc;
}

#CallOut3 {
	float: Right;
	width: 250px;
	background-color: #d4eefc;
	padding: 10px;
}

td {
	vertical-align: top;
	padding-bottom: 5px;
	border-bottom: 1px solid #d4eefc;
}
/* --------------------------------- */
/* BANNER NAVIGATION */
/* --------------------------------- */

#topNavContainer {
	width: auto;
	height: 20px;
	background: url('../images/TopNavBack.png');
	background-repeat: no-repeat;
	text-align: left;
	padding: 3px 5px 2px 5px;
	margin-bottom: 10px;
	display: none;
}

#topNavContainer ul{
	margin-top: 0px;
	margin-left: 0;
	margin-bottom: 0;	
	padding-left: 0;
	white-space: nowrap;
	font-size: 12px;
}

#topNavContainer ul li {
	display: inline;
	list-style-type: none;
}

#topNavContainer ul li a { 
	padding: 0px 5px 0px 2px;
	border-right: 1px solid #000000;	
}

#topNavContainer ul li a:link, 
#topNavContainer ul li a:visited{
	color: #000000;
	text-decoration: none;
}
 
#topNavContainer ul li a:active , #topNavContainer ul li.active a {
	color: #ffffff;
	text-decoration: none;
}

#topNavContainer ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
}


/* --------------------------------- */
/* CSS FOR FOOTER CONTENT */
/* --------------------------------- */

#footer {
	clear: both;
	width: 975px;
	margin-top: 20px;
	display: none;
}


#footerNavContainer {
	text-align: right;
	width: auto;
	background-color: #ffffff;
	padding: 5px 10px 5px 0px;
	border-top: 1px solid #999999;
}

#bydmicreative {
	font-size: 10px;
	padding: 0px 0px 0px 10px;
	float: left;
}

#bydmicreative a:link, #bydmicreative a:visited {
	color: #999999;
	text-decoration: none;
}

#bydmicreative a:hover, #bydmicreative a:active {
	color: #333333;
	text-decoration: underline;
}

ul#footerNavlist {
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;	
	padding-left: 0;
	white-space: nowrap;	
	font-size: 10px;
}

#footerNavlist li {
	display: inline;
	list-style-type: none;
}

#footerNavlist a { 
	padding: 0px 0px 0px 10px;
}

#footerNavlist a:link, #footerNavlist a:visited {
	color: #333333;
	text-decoration: none;
}

#footerNavlist a:hover, #footerNavlist a:active {
	color: #000068;
	text-decoration: underline;
}

#printFooter {
	display: none;
}