@font-face { font-family:mainFont; src:url(fonts/Futura.ttf); }

html { overflow-y:scroll; }

body {
	color:#000; margin:0px; padding:0px; font-family:Arial;
	background:#ebebeb;
}
a:link { color:#000; text-decoration:none; }
a:visited { color:#000; text-decoration:none; }
a:hover { color:#000; text-decoration:none; }
a:active { color:#000; text-decoration:none; }
hr { background-color:#dbdbdb; color:#dbdbdb; height:1px; border:none; margin:0; }
pre {
	font-family:inherit; margin:0;
	white-space: pre-wrap; /* CSS3 */
	white-space: -moz-pre-wrap; /* Mozilla, post millennium */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}
ul { list-style-image:url('../img/listarrow.png'); text-align:left; line-height:.6em; }
li { font-size:9pt; margin:0; }


#outerWrap {
	width:100%; margin-bottom:50px;
}


#logo {
	text-align:center; padding:19px;
}


#navigation {
	text-align:center; margin-bottom:18px; font-family:mainFont; color:#000; font-size:20pt;
}
.nav-link-selected { color:#b8292f; }


.header {
	font-size:22pt; color:#000; font-family:mainFont; text-align:center; margin-bottom:20px;
}


#innerContent {
	width:594px; margin-bottom:50px; margin-top:20px;
}

.redHeader { font-size:18pt; color:#ba2229; font-weight:bold; }

.whiteText {
	font-family:Arial; font-size:10pt; text-align:left; margin-bottom:30px; clear:both; width:594px; display:inline-block;
}
.whiteText a { font-weight:bold; color:#ba2229; text-decoration:underline; }
.blueText {
	font-family:Arial; font-size:9pt; text-align:left; color:#4b5560; margin-bottom:30px;
}
.redText { color:#ba2229; font-weight:bold; }

.doubleSection {
	display:inline-block; width:100%;
}

.pictureBox {
	display:table; width:268px; height:133px; background:#171a1d; text-align:center; vertical-align:middle;
}

.contentBox {
	display:block; width:290px; height:133px; overflow:auto;
}


#mainIssue {
	display:block; text-align:center; float:left;
}
#navIssues {
	display:block; width:200px; height:563px; overflow:auto; float:right;
}
.issue {
	display:block; width:180px; height:248px; background:#B1B1B1; margin-bottom:10px; text-align:center; font-size:9pt;
}


#contactInfo {
	display:block; float:right; width:350px; clear:left; text-align:left;
}
.infoList { margin:0; padding:0; } .infoList li { font-size:12pt; line-height:25px; }
#contactInfo img { vertical-align:middle; margin-right:10px; }

#contactForm { display:block; float:left; width:210px; text-align:left; }

.formField {
	width:100%; background:#e3e3e3; border:1px solid #d5d5d5; font-size:12pt; color:#000; margin-bottom:8px;
}
.formButton {
	width:80px; background:#ba2229; border:1px solid #3e4449; height:25px; color:#FFF;
}
.formTextbox {
	height:120px; width:100%; resize:none; color:#000;
	background:#e3e3e3; border:1px solid #d5d5d5;
	font-size:12pt; font-family:Arial;  margin-bottom:8px;
}
#errorText {
	display:block; clear:both; margin:5px 0; color:#ba2229;
}


#footer {
	width:100%; text-align:center; position:fixed; bottom:0px; height:40px;
	font-size:12pt; font-family:mainFont; line-height:38px; background:#dcdcdc;
}
#footer a { color:#b8292f; }
#footer .wrap {
	width:594px; display:inline-block; text-align:center;
}
#footer .fleft {
	float:left; display:block;
}
#footer .fright {
	float:right; display:block;
}
#footer .fright a { color:#000; }