/* CSS Document */

/* General */
html {
	height: 100%;
}
body {
	background-color: #edecec;
	margin: 0px;
	height: 100%;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link  {
	color: #006699;
	text-decoration: none;
}
a:visited  {
	color: #006699;
	text-decoration: none;
}
a:active  {
	color: #006699;
	text-decoration: none;
}
a:hover  {
	color: #d7842e;
	text-decoration: none;
}
/* Design */
.backgroundleft {
	background-image: url(images/bg-farleft.gif);
	background-position: right top;
	background-repeat: repeat-y;
	padding: 0px 0px 0px 0px;
}
.backgroundright {
	background-image: url(images/bg-farright.gif);
	background-position: left top;
	background-repeat: repeat-y;
	padding: 0px 0px 0px 0px;
}
.backgroundbluepinkline {
	background-image: url(images/bg-paper-pinkblueline.gif);
	background-position: left top;
	background-repeat: repeat;
	padding: 0px 0px 0px 0px;
}
.content {
	background-image: url(images/bg-paper-pinkline.gif);
	background-position: left top;
	background-repeat: repeat-y;
	background-color: #ffffff;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	width: 930px;
}
/* Nav */
.leftnavcolumnbox {
	margin: 28px 48px 28px 14px;
	background-color:#FFFFFF;
	text-align: left;
	vertical-align: top;
	border: 1px solid #efeeee;
}
.nav {
	padding: 15px 15px 15px 15px;
	text-align: left;
}
/* Content */
.contentbox {
	margin: 29px 0px 28px;
	background-color:#FFFFFF;
	background-image: url(images/dog.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: top;
	border: 1px solid #efeeee;
	height: 300px;
}
.contentcell {
	padding: 28px 8px 40px 8px;
	text-align: left;
	vertical-align: top;
}
.textheader {
	color: #d7842e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	text-transform: uppercase;
}
/* Footer */
.footer {
	font-size: 10px;
	color: #666666;
	padding: 25px 40px 30px 40px;
	text-align: right;
}
.footer a:link  {
	color: #d7842e;
	text-decoration: none;
}
.footer a:visited  {
	color: #d7842e;
	text-decoration: none;
}
.footer a:active  {
	color: #d7842e;
	text-decoration: none;
}
.footer a:hover  {
	color: #006699;
	text-decoration: none;
}

