/* CSS Reset (Yahoo UI) */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; } table { border-collapse:collapse; border-spacing:0; } fieldset,img { border:0; } address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; } ol,ul { list-style:none; } caption,th { text-align:left; } h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; } q:before,q:after { content:''; } abbr,acronym { border:0; }

/* Layout */

body {
	font: 62.5% 'Lucida Grande', Helvetica, Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	background: #333;
	text-align: center;
	}

#page {
	background: #f9f9f9;
	text-align: left;
	margin: 0 auto;
	position: relative;
	width: 600px;
	border: 5px solid #666;
	}

#header {
	color: #f9f9f9;
	background: #000;
	padding: 0;
	margin: 0;
	position: relative;
	text-align: center;
	border-bottom: 10px solid #666;
	}



#content {
	text-align: justify;
	padding: 40px 60px 10px;
	font-size: 1.3em;
	}

#footer {
	margin-top: 20px;
	border-top: 5px solid #306090;
	text-align: center;
	background: black;
	color: white;
	font-size: 1em;
	line-height: 2em;
}

#footer a {
	color: #eee;
}

/* typography */

p {margin-bottom: 2em;}

p.sig {margin-left: 350px;}

a {
	color: #444;
	text-decoration: underline;
}

div#medialink {
	padding: 15px;
	margin-top: 50px;
	text-align: center;
	}

div#medialink a{
	color: #369;
	font: small-caps 18px/32px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	background-color: #e7e7e7;
	border:  1px solid #f90;
	padding: 5px 20px;
	}

div#medialink a:hover {
	color: #f9f9f9;
	background: #f90;
	}

h1 {
	font-size: 2.4em;
	color: white;
	line-height: 40px;
}

h2 {
	font-size: 1.8em;
	margin-bottom: 20px;
}

/* lists */

ul {
	list-style-type: circle;
	list-style-position: inside;
	line-height: 20px;
	}

	