/*standard css tags */

*{
	margin:0;
	padding:0;
}
body{
	font-family:Arial,Sans-Serif;
	margin:0;
	padding:10px;
	font-size:12px;
	background:#ddd;
}

a {
color:#b5000b;
text-decoration:none;
font-weight:bold;
}

a:hover {
color:#e5a82b;
text-decoration:underline;
font-weight:bold;
}

h1{
	font-size:16px;
	line-height:19px;
	padding-bottom:3px;
	color:#020200;
	font-family:"trebuchet ms",Arial,sans-serif;
	text-transform:uppercase;
	font-weight:bold;
}
h2{
	font-size:16px;
	line-height:19px;
	padding-bottom:3px;
	color:#020200;
	font-family:"trebuchet ms",Arial,sans-serif;
	text-transform:uppercase;
	font-weight:bold;
}



/* layout tags */


#adbar { 
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	max-height:144px;
	padding:27px 0px 27px 0px;
	text-align:center;
} 

#navbar {
position:relative;
margin-bottom:8px;
}



#boundary{
	font-size:8px;
	border:1px solid #999;
	background:#ffcc00;
	padding:5px 0px 15px 0px;
	width:780px;
	margin:0 auto;
}
#content{
	clear:both;
	width:auto;
	height:auto;
	padding:0px;
	margin:0px; 
}
#content p{
	line-height:14px;;
	padding-bottom:5px;;
}
#content-body{
	font-size:12px;
	border:1px solid #333;
	background:#ffffff;
background-color: #ffcc00;
	margin:0px 0px 10px 0px;
        padding:15px 0px;
}



OL { list-style-type: upper-roman; list-style-position:inside; }
OL OL { list-style-type: upper-alpha; list-style-position:inside; }
OL OL OL { list-style-type: decimal; list-style-position:inside; }
OL OL OL OL { list-style-type: lower-alpha; list-style-position:inside;}
OL OL OL OL OL { list-style-type: lower-roman; list-style-position:inside;}
li {margin-left:12px; margin-bottom:6px; list-style-position:inside;}
}
#footer{
	color:#996600;
	font-size:10px;
	padding:5px 20px;
	text-align:left;
	width:700px;
	margin:0 auto;
}

#footer a{color:#996600;
text-decoration:underline}
#footer a:hover {color:#996600;
text-decoration:underline}









/* Misc Classes */

#logo {
	background:url(DDM_header.jpg) no-repeat;
	background-color:#000000;
	padding-bottom:3px;
	width:780px;
	height:93px;
	padding-top:0px;
border-top:solid #BF0003 2px;

}

/* Text Classes */

.profilename{
font-family: Helvetica, sans-serif;
font-size:15px;
font-stretch: narrower;
color:#ffcc00;
font-weight:bold;
text-transform:uppercase;
}
.profiletitle{
font-family: Helvetica, sans-serif;
font-size:13px;
font-stretch: narrower;
color:#ffffff;
font-weight:bold;
text-transform: none;
}
.img-profile {
align:left;
margin-left:8px;
border:2px #FFFFFF;
}


.content-white {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
padding:5px 8px 5px 8px;
}
.content-white a{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#ffcc00;
padding:5px 8px 5px 8px;
}
.content-yellow {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#ffcc00;
padding:5px 8px 5px 8px;
}


.content-yellow a{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#ffffff;
padding:5px 8px 5px 8px;
}

.content-yellow-caps {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#ffcc00;
padding:5px 8px 5px 8px;
text-transform:uppercase;
}

.blue-link {
color:#32ccfe;
text-decoration:none;
}

.blue-link a {
color:#32ccfe;
text-decoration:none;
}

blue-link a:hover {
color:#32ccfe;
text-decoration:underline;
}


.redcaps {
color:#cc0000;
font-weight:bold;
text-transform:uppercase;
}



/* Footer Text */
.footer-text {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#996600;
}
.footer-text a, hover{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#996600;
}

/* =navigation */
#nav{
	clear:both;
	font-weight:bold;
	color:#666;
	margin-left:0;
	height:16px;
	list-style-type:none;
	width:auto%;
	width: 100%px;
font-size:11px;
}
html>body #nav{
	margin-left:0;
}
#nav li{
	list-style-type:none;
	float:left;
    height:26px;
	margin:0 0 0 4px;
	padding:0px 0 0 7px ;

	background:url(blackTab.gif) #c0c0c0 top left no-repeat;
}
#nav li a{
	color:#666;	
	background:url(blackTab.gif) transparent top right no-repeat;
	display:block;
	padding:8px 10px 0 0;
}
#nav li a:link,
#nav li a:visited{
	color:#ffffff;
	text-decoration:none;
		padding:8px 10px 0 0;

}
#nav li a:hover,
#nav li a:active{
	color:#fff;
	text-decoration:none;

}
#nav li.cur,
#nav li.over,
#nav li:hover
{
	background:url(redTab.gif) top left no-repeat;

	

}
#nav li strong,
ul#nav li.cur a,
ul#nav li.over a,
ul#nav li:hover a
{
	display:block;
	color:#ffcc00;
	padding:8px 10px 0 0;
	text-decoration:none;
	background:url(redTab.gif) transparent top right no-repeat;
}


#contentfirstColumn {
  float: left;
  width: 540px;
  border-right:#333333 solid 1px;
height:auto;
min-height:700px;
padding-left:15px;
padding-right:15px;
 
}

#contentsecondColumn {
        float: left;
        width: auto;
        width: 150px;
padding:10px 4px;
text-align:left;
padding-left:20px
}
.endFloat {
 clear: both;
height:0px;
line-height:0px;
}



		