.body {
	margin: 0;
	padding: 0;
	color: #000080;
	font: normal 1.8em Arial,Helvetica,sans-serif;
}

			/*WRAP  for menu bar*/
.container {
	width: 100%;
	height: 32px;
	padding: 0;
	margin: 0 0 -5px 0;
	/* background: #82A9D0 url(shade_bottom.gif) bottom repeat-x; */
	background: #000080 url(images/shade_bottom_blue.gif) bottom repeat-x;
	font: normal .8em Arial,Helvetica,sans-serif;
}


#dms-logo {
    background: transparent url(images/dm_logo_2.jpg) no-repeat;
	display:block;
	height:70px;
    width:350px;
	margin-top:30px;
	margin-left: 30px;
}

			/*TOP BANNER*/
#header {
	white-space:nowrap;
	width: 70%;
	height: 100px;
	margin-bottom: 0;
	margin-top -30px;
	margin-left: 30px;
	font: normal .9em Arial,Helvetica,sans-serif;
	color #000080;
	/*background: transparent url(images/dm_logo_2.jpg) no-repeat;*/ 
	/* background: transparent url(images/banner1.jpg) no-repeat; */
}

#header2 {
	white-space:nowrap;
	float: right;
	height: 100px;
	width: 25%;
	margin-top: 0px;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 0em;
	text-align: left;
	line-height: 1px;
	color #990000;
	font: normal 1.2em Arial;
}

			/*TOP NAVIGATION*/
#nav {
	margin: 0;
	padding: 0 0 0 0;
}
#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#nav a:link, #nav a:visited {
	float: left;
	font-size: 1.2em;
	letter-spacing: 2px;
	padding: 4px 10px 5px 30px;
	text-decoration: none;
	color: #FFFFFF;
}

#nav a:link.active, #nav a:visited.active, #nav a:hover {
	color: #666;
	background: url(images/pyramid2.gif) no-repeat bottom center;
}
			/*3 COLUMNS*/
#gutter {
	float: left;
	width: 3%;
	height: 1px;
}
#col1 {
	float: left;
	width: 70%;
	margin-bottom: 1em;
	border-right: 1px solid #ddd;
	padding-right: 3%;
	font: normal 1em Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #000080;
}

/* #col2 {
	float: left;
	width: 19%;
	margin-left: 3%;
	margin-bottom: 1em;
	border-right: 1px solid #ddd;
	padding-right: 3%;
}
*/

#col3 {
	float: left;
	width: 20%;
	margin-left: 3%;
	margin-bottom: 1em;
	font: normal .7em Arial,Helvetica,sans-serif;
}

			/*RIGHT MENU*/
#navcontainer ul {
	margin-top: 10px;
	list-style-type: none;
	background: #FFFFFF;
	color: #000080;
	font: normal 1em Arial,Helvetica,sans-serif;
}

#navcontainer ul li a {
	padding: 0px;
	color: #000080;
	/* background: transparent url(list-off.gif) left center no-repeat; */
	text-align: left;
	font: normal 1em Arial,Helvetica,sans-serif;
	text-decoration: none;
	line-height: 200%;
}

#navcontainer ul li a:hover {
	color: #000080;
	/* background: transparent url(list-on.gif) left center no-repeat; */
}

#navcontainer ul li a:current {
	/* background: transparent url(list-active.gif) left center no-repeat; */
	color: #000080;
}

			/*FOOTER*/
#footer {
	clear: both;
	padding: 5px;
	font-size: 1em;
/* border-top: 1px solid #eee; */
	color: #FFFFFF;
	background: #990000;
	font: normal .9em Arial,Helvetica,sans-serif;
}

			/*TYPOGRAPHY*/
h1 {
	margin:0;
	padding: 15px 0 0 0;
	text-align: left;
	font-size: 100%;
	letter-spacing: 2px;
	color: #000080;
	background: transparent;
}

h2  { 
	margin: 0;
	padding-top: .5em;
	padding-bottom: .5em;
	letter-spacing: 3px;
	text-transform: uppercase;
	font: 130% Arial,Helvetica,sans-serif;
	color: #000080;
	background: inherit;
}

h3 {
	margin-top: 0;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 2em;
	text-align: center;
	color: #000080;
	background: inherit;
}

h4  { 
	margin: 0;
	padding-top: .5em;
	padding-bottom: .5em;
	letter-spacing: 1.5px;
	font: Verdana;
	font-weight : bold;
	color: #FF0000;
	background: inherit;
}

blockquote {
	font-weight : bold;
	font-style : italic;
	color : #000080;
}

			/*LINKS*/
a {
	text-decoration: none;
	font-weight: bold;
	color: #000080;
	background: inherit;
}

a:hover {
	text-decoration: none;
	color: #000;
	background:  inherit;
}

a img {
	border: 0;
}

			/*SEARCH BOX*/
legend { 
	font-weight : bold;
	color : #82A9D0;
} 

input { 
	background : #eee;
} 

			/*CLASSES*/
.photo {
   width: 300px;
   hight: 200px;
   font-size: .8em;
   font-style: italic;
   line-height: 1em;
}
			
.imgleft {
	float : left;
	margin : 5px 15px;
	padding : 5px;
}

.imgright {
	float : right;
	margin : 5px 15px;
	padding : 5px;
}

.post {
	padding : 3px;
	margin : 20px 10px 10px 5px;
	border : 1px dashed #8a795d;
	font-size : 80%;
	color: #aaa;
	background : #fff;
} 

.post .date { 
	background : url(clock.gif) no-repeat left center;
	padding-left : 15px;
	margin : 0 15px 0 5px;
} 

.post .comments { 
	background : url(comment.gif) no-repeat left center;
	padding-left : 15px;
	margin : 0 15px 0 5px;
} 

.post .readmore { 
	background : url(document.gif) no-repeat left center;
	padding-left : 15px;
	margin : 0 15px 0 5px;
} 

.blinkytext {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 1.2em;
     text-decoration: blink;
     font-style: normal;
 }



