@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #653E25;
	background-image: url(/images/ydmd_bg.jpg);
	background-repeat: repeat-x;
	background-color: #E0DDC2;
}

ul 
{
list-style-image: url('/images/smallcheck.gif');
margin: 0px 0px 20px 0px;
}

#container {
	width: 750px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;
}

#mainbox {
	width: 740px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background: #FFFFFF;
	border: 1px solid #F54991;
	text-align: left;
	padding: 5px 5px 25px 5px;
}

#fadedimage {
	position:absolute;
	width: 740px;
	height:202px;
	z-index:100;
}

.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#logo {
	position:absolute;
	z-index:201;
	margin-top:20px;
	}

#clipboard {
	position:relative;
	width:207px;
	z-index:300;
	background-image: url(/images/clipboard.gif);
	background-repeat: no-repeat;
	float: right;
	padding: 48px 0px 0px 30px;
	margin: 20px -95px 0px 20px;
	}
	
#mainbody {
	z-index:200;
	margin: 235px 140px 0px 140px;
	}
#topnav {
	padding: 10px 20px 10px 0px;
	text-align: right;
}

#footer {
	padding: 10px 0px 10px 0px;
	text-align: center;
}

#kudosbox2 {
	border: 1px solid #E0DDC2;
	margin:10px 0px 10px 0px;
	padding:10px;
	background-color: #EDEEE0;
}

.kudosbox {
	border: 1px solid #E0DDC2;
}


.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 2em;
}

.text a {
	color: #00878B;
	text-decoration: none;
}

.text a:hover{
	color: #653E25;
	text-decoration: none;
}

.introtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 2em;
	color: #00878B;
}

.heads {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 2em;
	color: #00878B;
}


.toptext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E3D4C8;
	line-height: 1.5em;
}

.toptext a {
	color: #E3D4C8;
	text-decoration: none;
	font-weight: bold;
}

.toptext a:hover{
	color: #F54A91;
	text-decoration: none;
}

.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #653F28;
	line-height: 1.5em;
}

.footertext a {
	color: #653F28;
	text-decoration: none;
	font-weight: bold;
}

.footertext a:hover{
	color: #F54A91;
	text-decoration: none;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
