article, aside, figure, footer, header, hgroup, menu, nav, section { display: block; }

@font-face {
    font-family: 'cooper_hewittbook';
    src: url('fonts/cooperhewitt-book-webfont.eot');
    src: url('fonts/cooperhewitt-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/cooperhewitt-book-webfont.woff2') format('woff2'),
         url('fonts/cooperhewitt-book-webfont.woff') format('woff'),
         url('fonts/cooperhewitt-book-webfont.ttf') format('truetype'),
         url('fonts/cooperhewitt-book-webfont.svg#cooper_hewittbook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cooper_hewittbold';
    src: url('cooperhewitt-bold-webfont.eot');
    src: url('cooperhewitt-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('cooperhewitt-bold-webfont.woff2') format('woff2'),
         url('cooperhewitt-bold-webfont.woff') format('woff'),
         url('cooperhewitt-bold-webfont.ttf') format('truetype'),
         url('cooperhewitt-bold-webfont.svg#cooper_hewittbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: cooper_hewittbook, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: -1px;
	padding: 0px;
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: #000000;
}

img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 100%;
	
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

a:link, a:visited {
	color: #662D91;
	text-decoration: underline;
}

a:hover {
	color: #8355A3;
	text-decoration: underline;
}

a:link.menu, a:link.footer, a:visited.menu, a:visited.footer {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover.menu, a:hover.footer {
	color: #8355A3;
	text-decoration: none;
}

h1 {
	font-family: cooper_hewittbook, Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #440E62;	
}

h2 {
	font-family: cooper_hewittbold, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
		
}

p {
	font-family: cooper_hewittbook, Arial, Helvetica, sans-serif;
	line-height: 150%; 
	color: #000000;
}

p.menu {
	font-family: cooper_hewittbook, Arial, Helvetica, sans-serif;
	font-size: 15px;
}

p.footer {
	padding-top: 10px;
	font-family: cooper_hewittbook, Arial, Helvetica, sans-serif;
	font-size: 15px;	
	text-align: center;
	color: #FFFFFF;
}

p.footnote {
	font-family: cooper_hewittbook, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.submissionfield { 
	width: 350px; 
}

div.box-shadow {	/* horizontal offset, vertical offset, blur radius, spread radius, color */
    -webkit-box-shadow: 0px 8px 10px 2px #000000;
    box-shadow: 0px 8px 10px 2px #000000;
}

#wrapper {
	position: relative;
	margin: auto;
	margin-top: 0px;
	background: #FFFFFF;
	text-align: left;
	width: 960px;
}

#header {
	position: relative;
	margin-top: 10px;
	width: 960px;
	height: 145px;
}

#social {
	position: relative;
	margin-top: -85px;
	margin-right: 20px;
	text-align: right;
	height: 36px;	
}

#menu {
	position: relative;
	margin-top: 49px;
	width: 960px;
	height: 35px;
}

#menu_links {
	position: relative;
	margin-top: -45px;
	margin-left: 20px;
	text-align: left;	
}

#subscribe {
	position: relative;
	margin-top: -37px;
	margin-left: 740px;
	text-align: right;	
	width: 200px;
}

#vertical_line {
	position: absolute;
	margin-top: 20px;
	margin-left: 620px;
	width: 1px;	
}

#sidebar {
	position: absolute;
	margin-top: 20px;
	margin-left: 640px;
	width: 300px;	
}

#main_body {
	position: relative;
	margin-left: 20px;
	width: 580px;	
}

#body_center {
	position: relative;
	text-align: center;	
}

#sidebar_center {
	position: relative;
	text-align: center;	
}

#footer {
	position: relative;
	background-image: url(images/footer_bg.jpg);
	width: 960px;
	height: 64px;
}