html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0px;
	background-image: url(images/dcms-fullbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Lucida Grande;
	font-size: 12px;
	background-attachment:scroll;
	background-color: #95C5E2;
	color: #004E89;
	
/* 	-o-background-size: 1100px, 3600px; */
/* 	-webkit-background-size: 1100px, 3600px; */
/* 	-khtml-background-size: 1100px, 3600px; */
/* 	-moz-background-size: 1100px, 3600px; */
}
body,td,th {
/* 	color: #8C0000; */
}

#outer
{
/* 	background-image: url(images/dcms-repeabg-v.gif); */
/* 	background-repeat:repeat-y; */
/* 	background-position: center top;  */
	position: absolute;
	left: 50%;
	top: 10px;
	width: 850px;
	margin-left: -425px; /* half of width */
	text-align: center;
	height: 900px;
/* 	background-color: #FFFFFF; */
}

#header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 850px;
	height: 120px;
/* 	background-image: url(images/dmcs-head.gif); */
/* 	background-repeat: no-repeat; */
/* 	background-position: center top; */
}
#menu {
	position: absolute;
	left: 1px;
	top: 120px;
	width: 825px;
	height: 26px;
	background-color: #004D89;
	text-align: left;
	padding-top: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #95C5E2;
	font-weight: normal;
	padding-left: 25px;
	word-spacing: 11px;
}
#main {
	position: absolute;
	left: 0px;
	top: 150px;
	width: 490px;
	height: 500px;
	text-align: left;
	padding-top: 25px;
	padding-left: 60px;
	font-size: 14px;
	line-height: 19px;
	
}
ul {
	list-style-image: url(images/rarrow2.gif);
	/* margin-top: 5px; */
	margin-bottom: -5px;
}

#rightcol {
	position: absolute;
	left: 571px;
	top: 151px;
	width: 280px;
	height: 400px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 5px;
}

#news {
	position: relative;
	left: 0px;
	top: 0px;
	width: 270px;
	min-height: 100px;
	background-image: url(images/bg-side-news.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 14px;
	padding-top: 40px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#recycle {
	position: relative;
	left: 0px;
	top: 0px;
	width: 270px;
	min-height: 140px;
	background-image: url(images/bg-side-recycle.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 14px;
	padding-top: 65px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#tips {
	position: relative;
	left: 0px;
	top: 0px;
	width: 270px;
	min-height: 100px;
	background-image: url(images/bg-side-links.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 14px;
	padding-top: 40px;
	padding-left: 10px;
	padding-bottom: 10px;
}

a:link {
	color: #2D9B41;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2D9B41;
}
a:hover {
	text-decoration: none;
	color: #95C5E2;
}
a:active {
	text-decoration: none;
	color: #2D9B41;
}

#menu a:link {
	color: #95C5E2;
	text-decoration: none;
}
#menu a:visited {
	text-decoration: none;
	color: #95C5E2;
}
#menu a:hover {
	text-decoration: none;
	color: #2D9B41;
}
#menu a:active {
	text-decoration: none;
	color: #95C5E2;
}

/* a:link { */
/* 	color: #2D9B41; */
/* /* 	font-weight: bold; */ */
/* 	text-decoration: none; */
/* } */
/* a:visited { */
/* 	text-decoration: none; */
/* } */
/* a:hover { */
/* 	text-decoration: underline; */
/* } */
/* a:active { */
/* 	text-decoration: none; */
/* } */
.title1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #004D89;
}
.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #004D89;
	margin-top: 25px;
	margin-bottom: -9px;
}
.title3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2D9B41;
}
/* td, th { */
/* 	font-size: 11px; */
/* } */
.staffpic {
	float: right;
	margin-bottom: 5px;
	margin-left: 20px;
}
input {
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border:none;
	background-color: #95C5E2;
	color: white;
	padding: 2px;
}
textarea {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border:none;
	background-color: #95C5E2;
	color: white;
	padding: 2px;
}
