@charset "UTF-8";
/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
	margin: 0; 
	padding: 0; 
	border: 0; 
}

img {
	border: none;
}

hr {
margin: 20px 0 20px 0;
}

h1 {
margin: 20px 0 20px 0;
font-size: .9em;
}

h2 {
margin: 20px 0 20px 0;
font-size: 1.1em;
font-weight: bold;
}

h3 {
margin: 20px 0 20px 0;
font-size: 1.25em;
font-weight: bold;
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	font-size: 100.01%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #818386;
	background-image: url(../images/daxFront_images/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: top;  
}

#header {
	background-image: url(../images/daxFront_images/bg_header.jpg);
	background-position: center;
	height: 234px;
	text-align: center;

}

#navHolder {
        text-align: center;
        
	height: 26px;
        
	background-color: #CCCC99;
	
        width: 773px;
}

#contentWrapper {
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#content {
	width: 774px;
	background-color: #fff;
	margin: 0 auto;
        padding: 0 0 0 2px;
        border-top: solid 1px #fff;
        margin-top: -1px;
	
}

#cbWrapper {
	width: 550px;
	margin: 10px 0 0 210px;
}

#cbTopCorners {
	width: 550px;
	height: 24px;
	background-image: url(../images/daxFront_images/cbTopCorners.gif);

}

#cbMid {
	width: 490px;	
	background-image: url(../images/daxFront_images/cbMid.gif);
	padding: 10px 30px 10px 30px;

}

#cbMid p {
	font-size: .8em;
        margin: 0 0 10px 0;

}

#cbMid a:link {
	text-decoration: underline;
}

#cbBottomCorners {
	width: 550px;
	height: 24px;
	background-image: url(../images/daxFront_images/cbBottomCorners.gif);

}

#leftNavWrapper {
	float: left;
	width: 200px;
	margin: 0 0 0 0;
        
}

#leftNavWrapper p {
	margin-bottom: 10px;
        
}

#leftNavWrapper a:link, #leftNavWrapper a:visited, #leftNavWrapper a:active {
	text-decoration: none;
        color: #635e48;
        font-size: .7em;
        font-weight: normal;
                
          
}

#leftNavWrapper a:hover {
	text-decoration: none;
        color: #000;
        font-size: .7em;
        font-weight: bold;
          
        
}

#leftNav {
	background-color: #EAE6D3;
	border-bottom: solid 2px #fff;
        padding: 10px 10px 20px 10px;
}

#leftNavPic {
	
}

.tableText {
        font-size: 1em;
}

.tableBorder {
border: solid 1px #fff;
}

#clearFloat {
	clear: both;
}

#MenuBar5 li {
	width: auto;
	white-space: nowrap;
        font-size: .7em;
        
        margin-right: 10px;
}
#MenuBar5 ul {
	width: auto;
        
}
#MenuBar5 ul li {
	float: none;
	background-color: transparent;
        font-size: 1em;
}
#MenuBar5 a.MenuBarItemSubmenu {
	background-position: 100% 50%;
}

.floatRight {
float: right;
}
