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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, q, s,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
body {
	background: url(images/bg-tile.gif) repeat;
}

p {
	font: 1.1em/2em Arial, Helvetica, sans-serif;
	color: #666;
}
h1 {
	font: italic 1.8em/2em Arial, Helvetica, sans-serif;
	color: #09365B;
}
h2 {
	font: italic bold 1.3em/2em Arial, Helvetica, sans-serif;
	color: #666;
}
h3 {
	font: 1.3em/2em Arial, Helvetica, sans-serif;
	color: #666;
}
table {
}
tr {
	vertical-align: top;
	width: 100%;
}

td {
	font: 1.1em Arial, Helvetica, sans-serif;
	color: #08264B;
	padding: 5px;
	border: 1px solid #CCC;
	width: 165px;
	vertical-align: top;
}

.tdhead {
	font: 1.1em Arial, Helvetica, sans-serif;
	color: #F00;
	width: 100%;
}

.tdmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	width: 100%;
	background: #F8B125;
}

.tdspace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	width: 100%;
}

#wrapper {
	height: 100%;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: 220px;
	width: 1000px;
	background: url(images/the-mailing-place-logo.jpg) no-repeat;
	display: block;
}
#header a {
	display: block;
	height: 100%;
	width: 100%;
}
#header img  {
}

#navigation {
	height: 50px;
	width: 1000px;
	background: url(images/navigation-background.jpg) no-repeat;
}
#navigation ul  {
	font: 1.2em Arial, Helvetica, sans-serif;
	color: #CCC;
	margin: 0px;
	white-space: nowrap;
	padding-top: 15px;
}
#navigation li  {
	display: inline;
	list-style: none;
	padding-right: 25px;
	padding-left: 25px;
}
#navigation li a  {
	text-decoration: none;
	color: #CCC;
}
#navigation li a:hover {
	color: #09365B;
}
#youtube {
	margin: 15px 15px 15px 40px;
	padding: 0px;
	height: 390px;
	width: 490px;
	float: right;
}

#content {
	height: 120%;
	width: 950px;
	background: #FFF;
	padding: 25px;
}
#content a {
	text-decoration: underline;
	color: #666;
}

#content a:hover {
	color: #09365B;
	text-decoration: underline;
}
#content ul  {
	font-size: 1.5em;
	line-height: 2em;
	font-weight: bold;
	color: #666;
}
#content ul li  {
	display: inline;
	padding-right: 35px;
	padding-left: 0px;
}

#footer {
	background: url(images/footer-background.jpg) no-repeat;
	height: 200px;
	width: 950px;
	padding: 25px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 1em;
}
#footer p {
	text-decoration: none;
	font-size: 1em;
	color: #FFF;
}

#footer a {
	text-decoration: none;
	color: #FFF;
}

#footer a:hover {
	color: #062444;
	text-decoration: underline;
}
#footer #copyright{
	font-size: 0.8em;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

input {background-color: E5ECF9;}
select {background-color: E5ECF9;}
textarea {background-color: E5ECF9;}.texta {border: 1px solid E5ECF9}

a:link {color: 5F5E53 ; text-decoration:none}
a:active {color: 5F5E53 ; text-decoration:none}
a:visited {color: 5F5E53 ; text-decoration:none}
a:hover { color: CFCBB2 ; text-decoration:underline}

strong {
	font-weight: bold;
}

