/*--------------------------------------------------------------------------- Browser Reset and Utilities ---*/

div,ul,ol,li,dt,dd,dl,blockquote,object,fieldset,p,h1,h2,h3,h4,h5,h6,body,form{padding:0;margin:0;}
ul,ol{list-style:none;}
abbr,img,fieldset{border:0;}
table{border-collapse:collapse;}

textarea{overflow-y:auto;}

/*--------------------------------------------------------------------------- Generic Styles ---*/
html,body {
	font-size: 12px;
	color: #333333;
	background-color: #ECECEC;
	height: 100%;
	min-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
	color: #003300;
}
a:hover {text-decoration:underline;color:#003300;}
a:visited {color:#003300;}
h1, h2, h3, h4 {
	color: #008000;
	margin-bottom: 3px;
}

p, li, label{
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: justify;
}

input
{
	border: 1px solid green;
}

textarea
{
	border: 1px solid green;
}



.clear
{
	clear: both;
}

#greenheader
{
	width: 100%;
	height:201px;
	background-image: url(../images/greenheader.png);
	background-repeat: repeat-x;
}

#topgreen {
	height: 43px;
	width: 923px;
	background-position: top center;
	background-image: url(../images/whitetopheader.png);
	background-repeat: no-repeat;
	margin: auto;
}

#greenheaderbg {
	height: 100%;
	width: 921px;
	background-position: top center;
	margin: auto;
	background-image: url(../images/wrap.png);
	background-repeat: repeat-y;
}

#greenheaderbg h1
{
	margin-left: 30px;
	font-family: "Times New Roman";
	font-size: 24px;
	text-transform: uppercase;
	color:#000000;
}

#greenheaderbg a,a:hover,a:visited,a:link
{
	text-decoration: none;
}

#greenheaderbg #logo
{
	margin-left: 95px;
	background-image: url(../images/dmclogo.jpg);
	margin-top: 2px;
	background-repeat: no-repeat;
	width:207px;
	height: 61px;
	float: left;
}

#greenheaderbg #homelink
{
	margin-right: 30px;
	background-image: url(../images/home.jpg);
	margin-top: 2px;
	background-repeat: no-repeat;
	width: 58px;
	height: 16px;
	float: right;
}

#greenheaderbg h2
{
	margin-left: 120px;
	font-family: "Times New Roman";
	font-size: 18px;
	text-transform: uppercase;
	color:#000000;
	margin-top: 2px;
}



#wallpaper {
	height: 100%;
	width: 921px;
	background-position: top center;
	background-image: url(../images/wrap.png);
	background-repeat: repeat-y;
	margin: auto;
}

#wallpaper {
 height: auto;
 min-height: 100%;
}

#wrap
{
	position: relative;
	width:900px;
	margin-left: 12px;
}

.menulink
{
	background-image: url(../images/menubg.jpg);
	width:162px;
	height: 27px;
	text-align: center;
	font-family: arial;
	font-size: 11px;
	background-repeat: no-repeat;
}

.menulinkselected
{
	background-image: url(../images/menuselected.jpg);
	width: 162px;
	height: 27px;
	text-align: center;
	font-family: arial;
	font-size: 11px;
	
	color: white;
	text-transform:uppercase;
	background-repeat: no-repeat;
}

#topmenu
{
	width: 100%;
	margin-left: 10px;
	
}

#flash
{
	width:100%;
}

#contentbg
{
	width:100%;
	margin-right: 3px;
	margin-top:10px;
	padding-top: 5px;
	border-top: 2px solid green;
}

#contentbg p
{
	font-family: arial;
	font-size: 12px;
	line-height:1.5em;
	text-align: justify;
}

img .floatRight
{
	float: right;
	margin-left: 3px;
}

img.floatLeft
{
	float: left;
	margin-right:10px;

}


#leftcolum
{
	width: 225px;
	float: left;
	height: 100%;
}

#leftcolum
{
	min-height: 100%;
}

#contactsbg
{
	background-image: url(../images/contactsbg.jpg);
	background-repeat: no-repeat;
	width:206;
	height:177px;
	
}

#contactsbg p
{

margin-left: 20px;
font-family: Arial;
font-size: 12px;
line-height: 1.5em;
color: white;

}

#rightcolum
{
	width: 660px;
	float: right;
	height: 100%;
	margin-right: 10px;
}

#rightcolum
{
	min-height: 100%;
}

#footerbg
{
	color: #A7A7A7;
	width: 100%;
	height: 112px;
	background-image: url(../images/footerbg.jpg);
	background-repeat: repeat-x;
}


#footercontentbg {
	height: 75px;
	width: 921px;
	background-position: top center;
	margin: auto;
	background-image: url(../images/wrap.png);
	background-repeat: repeat-y;
}

#footercopyright
{
	font-family:Tahoma;
	font-size: 10px;
	margin-left: 20px;
	color: #333333;
	margin-top:5px;
	float: left;
}

#footerlinks
{
	font-family:Arial;
	font-size: 12px;
	margin-right: 10px;
	color: #333333;
	margin-top:5px;
	float: right;
}

#bulletslist
{
	margin-left: 10px;
}

#bulletslist ul
{
	list-style-type:square;
	padding-left: 20px;
	
} 


#bulletslist li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
} 
