body {
	margin: 0;
	padding: 0;
	background:#DEDEDE;
}
	
#pageheader {
	background:#CC0000; 
	width:100%;
	height:70px;
	border-bottom: 1px solid #ccc;
}	

#pagemenu {
	position:relative;
	left: 50%;
	margin-left: -352px;
	margin-top:-1px; 
	float:left; 
	padding-left:2px;
	z-index:1;
}

#pagewrapper {
	position:relative;
	left: 50%;
	width:700px;
	margin-left: -350px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #FFF;
	background-image:url(../images/dm_bg.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	overflow:auto;
	min-height: 575px;
}

#pagecontent {
	padding-top:5px;
	padding-right:15px;
	width:550px; 
	float:right;
}

#pagetitle {
	position:absolute;
	left: 50%;
	margin-left: -350px;
	margin-top: 10px;
}

#pagefooter {
	position:relative;
	border: 1px solid #ccc;
	background:#fff;
	width: 700px;
	left: 50%;
	margin-left: -350px;
	padding: 0px;
	text-align:center;
}

#pagefooter #badges img {
	border: 0px;
}

img { border: 0; }

.hand {cursor:pointer}

p, td, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1 {
	border-bottom: 1px solid #ccc; 
}

h1, h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	width:100%;
}

h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }

a { 
	text-decoration: none;
	color:#CC0000;
}

a:hover {
	text-decoration: underline;
}

a.slide { 
	font-size: 9px;
}
a.slide:hover { 
	text-decoration: none;
}

a.external {
	background: url(external.png) center right no-repeat;
	padding-right: 13px;
}
a.file {
	background: url(file.png) center right no-repeat;
	padding-right: 15px;
}
a.link {
	background: url(link.png) center right no-repeat;
	padding-right: 15px;
}
a.mailto {
	background: url(mail.png) center right no-repeat;
	padding-right: 18px;
}

div.slide {
	position:relative;
	float:left; 
	width:125px;
	height:125px; 
	vertical-align:middle; 
	margin-right:5px; 
	margin-bottom:5px; 
	border: 1px solid #ccc;
}

div.slide_bg {
	position:absolute;
	background:#EEE;

	width:125px;
	height:125px; 

	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

div.slide_txt {
	position:relative;
	width:115px;
	text-align:center; 
	padding:5px; 
	padding-top:10px; 
}

.code {
	font-family:"Courier New", Courier, mono;
	font-size: 11px;
	background: #FFFFFF;
	border: 1px solid #AAAAAA;
	width: 100%;
	line-height:130%;
}

input, textarea {
	border: 1px solid #ccc;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}

form label{
	display: block;
	float: left;
	width: 125px;
	text-align: right;
	padding-top: 5px;
	padding-right: 3px;
	font-weight: bold;
}

form input, form textarea{
	margin: 2px;
}

form small{
	display: block;
	font-size: 9px;
	margin-left: 130px;
	clear: both;
}


input[type="button"], input[type="submit"] {
	border: 1px outset #ccc;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-bottom: 3px;
}


table.params {
	border-collapse: collapse;
}

table.params tr td {
	padding: 4px;
	border: 1px solid #CCCCCC;
}

table.params thead tr td { 
	font-weight: bold;
}

table.params tbody tr:hover {
	background: #FFFFCC;
}




